Skip to main content
Adobe Employee
May 16, 2024
Solved

Disable Activity Map on specific pages in AEP Web SDK

  • May 16, 2024
  • 2 replies
  • 812 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Jennifer_Dungan

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-link-tracking-methodology

 

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.

2 replies

Krishna_Musku
Adobe Champion and Community Advisor
Adobe Champion and Community Advisor
May 16, 2024

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

 

- Krishna Musku (Adobe Champion & Community Advisor)
Jennifer_Dungan
Adobe Champion and Community Advisor
Jennifer_DunganAdobe Champion and Community AdvisorAccepted solution
Adobe Champion and Community Advisor
May 17, 2024

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-link-tracking-methodology

 

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.