Session refresh problem with cookie consent | Community
Skip to main content
Level 2
October 29, 2020
Question

Session refresh problem with cookie consent

  • October 29, 2020
  • 0 replies
  • 1285 views

Hi,

 

We have recently implemented a consent manager in our domain. And after it, our session refresh traffic have increased over a 30%. We have been investigating and we think it is because we run synchronously our visitor API and the getInstance function and our Adobe appmeasurement asynchronously (before accepting cookies only the sync runs, after accepting cookies then runs the async). And when you accept cookies and before moving to another page, as it was all run separetly, Adobe does not take from the ACMV cookie the MID and takes the FID. 

We need to keep the visitor API and the getInstance function run synchronously because of AdobeTarget.

We tried to put the getInstance function also in the appmeasurement and our session refresh traffic went down inmediately, but it seems like we were losing data.

I'm writing here to see if anyone could give me a solution of calling the cookie ACMV to Adobe from the async and keeping this function running synchronously.

Thanks!!

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