Adobe Analytics Debugger Firefox -

The official Adobe Experience Cloud Debugger is NOT available for Firefox. Adobe discontinued support for Firefox several years ago. The official debugger is a Chrome extension only.

If you debug Adobe Analytics daily, consider switching to or Chromium-based Edge temporarily, as the official Adobe Experience Cloud Debugger provides a far superior experience (shows variables in human-readable format, lists active rules from Launch/DTM, etc.). adobe analytics debugger firefox

// Temporarily override the tracking call to console.log var oldTrack = s.t; s.t = function() console.log("Adobe Analytics Call:", this); return oldTrack.apply(this, arguments); ; Then call s.t() again or reload the page. | Tool | Firefox Support | Reliability | Ease of Use | Recommended | |------|----------------|-------------|-------------|--------------| | Official Adobe Debugger (Chrome) | No | High | Very Easy | No (on Firefox) | | Legacy Adobe Debugger (FF) | Yes (legacy) | Very Low | Medium | No | | Firefox Network Tab | Yes | High | Medium | Yes | | Omnibug Extension | Yes | Medium | Easy | Yes | | Console Override Script | Yes | Medium | Harder | Yes | Final Recommendation for Firefox Users Use the Network tab in Firefox Developer Tools or install the Omnibug extension. The official Adobe Experience Cloud Debugger is NOT