Expand my Community achievements bar.

Interested in becoming an Adobe Analytics Champion? Join us on May 15 at 9 am PT, and learn how to become a 2025 Adobe Champion.
SOLVED

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?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor and Adobe Champion

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.

View solution in original post

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

Correct answer by
Community Advisor and Adobe Champion

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.