Expand my Community achievements bar.

Webinar: Adobe Customer Journey Analytics Product Innovations: A Quarterly Overview. Come learn for the Adobe Analytics Product team who will be covering AJO reporting, Graph-based Stitching, guided analysis for CJA, and more!

Disable Activity Map on specific pages in AEP Web SDK

Avatar

Employee

How do we disable Activity Map on specific pages in AEP Web SDK implementation?

2 Replies

Avatar

Community Advisor

@isinha I never had to work on this scenario, but this video might help you https://www.youtube.com/watch?v=JqW3De_7rD8

 

Avatar

Community Advisor

While I haven't worked with WebSDK, you can create Activity Map exclusions but defining a specific exclusion using s.ActivityMap.regionExclusions

 

https://experienceleague.adobe.com/en/docs/analytics/analyze/activity-map/link-tracking/activitymap-...

 

Since the Web SDK is really just how the data is being sent to Adobe, and it should still be using the ActivityMap JS code, this should work... I would try setting this up, then wrapping the entire page with the defined exclusion region.