Activity map details getting attached to Decisioning Proposition Fetch Server call instead of Page View Server call
Hi all,
I am using “Event grouping using session storage” feature to track activity map links in Adobe Analytics using Web SDK. (As shown below)

For my Adobe Target and Adobe Analytics setup, I am using 2 send events on every page load.
- eventType:- decisioning.propositionFetch and "renderDecisions": true
- eventType :- Web Webpagedetails Page Views and "personalization": {
"defaultPersonalizationEnabled": false,
"includeRenderedPropositions": true
} so that the display event is sent for A4T purpose along with AdobeAnalytics variables (eVars, props and events).
Due to this behavior, Activity Map details are getting attached on decisioning.propositionFetch server call on the subsequent page and not available in Adobe Analytics reporting.
Is there any way to make the Activity Map to attach on to subsequent page view server call?
I don’t want to use “No event grouping” as it increases server call usage.
Thanks in advance!