According to Adobe documentation here https://marketing.adobe.com/resources/help/en_US/analytics/activitymap/activitymap-link-tracking-use...
you can differentiate links by editing the link and region functions of ActivityMap.
I have done so, and after changing the output of the link and region function, I have found that in the ActivityMap browser extension, the link click numbers are no longer populated.
In some experimentation I have done with using s_objectID, I had similar results.
Is there a way to edit the ActivityMap link and region functions, or use s_objectID while still allowing the ActivityMap browser extension to work properly?
-------------------
Update:
I used a pipe character as a delimiter in the returned string from my modified link function within Activity Map and that was causing issues with the plugin - now my only problem is with my edited region function being able to use two different selectors for the region ID.
------------------
Update:
My updated region function worked fine.