An archive of historical versions of Facebook's pixel tracking script fbevents.js. Useful for diffing changes between releases, auditing behavior over time, or pinning a specific version.
Each version below links to the file in this repo and the original source it was retrieved from. Versions are listed newest first.
The "Released" date is the date the version was first observed in the wild, not necessarily Facebook's internal release date. When possible, versions are pulled directly from
connect.facebook.net.
Append a v query parameter to request a specific version:
https://connect.facebook.net/en_US/fbevents.js?v=2.9.324
Only versions Facebook has actually released are served this way. Requesting an unknown version silently returns the latest build.
The latest version is always available at:
https://connect.facebook.net/en_US/fbevents.js
To pin a specific historical version, link via jsDelivr:
https://cdn.jsdelivr.net/gh/alewolf/fbevents.js/versions/2.9.324.js
Replace the version number in the path as needed.
If you have a version that isn't in the archive yet, please open a PR adding the file under versions/ and a corresponding row in the table above. Including a working source URL is appreciated.