AA Processing Rules Exporter – Chrome Extension for Processing Rules JSON Export After 1.4 API Deprecation | Community
Skip to main content
AbhishekDhami
Level 3
May 6, 2026

AA Processing Rules Exporter – Chrome Extension for Processing Rules JSON Export After 1.4 API Deprecation

  • May 6, 2026
  • 4 replies
  • 117 views

Hi everyone,

With Adobe Analytics 1.4 APIs deprecating (Aug 2026), the Processing Rules “view” endpoint will no longer be available, and currently there’s no equivalent support in 2.0 APIs.

To help with this gap, I built a lightweight Chrome extension called AA Processing Rules Exporter.

The extension extracts Processing Rules directly from the Adobe Analytics UI and downloads them in the same 1.4 API JSON format.

This can be useful for:

  • Processing Rules documentation

  • Debugging mappings

  • Managing rules across multiple report suites

The extension is fully open source and runs locally in the browser.

Extension Linkhttps://chromewebstore.google.com/detail/plcmmgiheecgepcmpkibmffodanlemho

GitHub Repository (Open source)https://github.com/abhishekDhami/AA_Processing_Rules_Exporter

Would love any feedback or suggestions 🙂

4 replies

Jennifer_Dungan
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
May 6, 2026

While downloading our processing rules has never been something I do… I have a manual documentation for our needs, I definitely give this a big thumbs up, since I know this has been a hot topic recently!

Level 2
May 6, 2026

Cool !

santoshvenu
May 7, 2026

Awesome, Definitely something very handy for large scale implementations across multiple report suites. Thanks ​@AbhishekDhami ! 

Level 2
June 30, 2026

Currently broken - the PR page is blowing up my console, logging errors, so I’m not surprised that the extension doesn’t work. The page itself is a mess. 😢 I submitted a report at GitHub, with a copy of the console log. 

AbhishekDhami
Level 3
July 1, 2026

Thank you, ​@nyambol , for trying the extension and for sharing the details.

I also checked from my side and can see multiple console logs on the Processing Rule UI page. However, these logs should not impact the extension’s functionality.

Even with a long list of console logs, the extension is still working as expected for me. That said, it looks like there may be an edge case that still needs to be handled.

Thank you for submitting the issue on the GitHub repo. I will work on the fix and plan to include it in an upcoming release.

AbhishekDhami
Level 3
July 1, 2026

@nyambol , I've published a new version (v1.1.0) with a more robust extraction mechanism and improved logging. I've also posted an update on the GitHub issue with additional details. Please try the latest version and let me know if the problem still persists.