Expand my Community achievements bar.

SOLVED

ca_user_location - what is this cookie used for and why would it impact AA Marketing Channels?

Avatar

Level 1

AEM experts!

 

Our Adobe Analytics Marketing Channels volume dropped  after we migrated a site to AEM. Specifically, Natural Search (mostly Google).

We managed to isolate it to a cookie ca_user_location causing the document.referrer to change to itself if not present already.

If anyone is familiar with AEM and has set that cookie before and can explain (hopefully) what it’s used for it would be really helpful. I also wonder if it’s something with Google and privacy ….

1 Accepted Solution

Avatar

Correct answer by
Level 3

Since you already identified the cause, search your AEM application code base for what the ca_user_location cookie does in your code. As per your suggestion, it probably has a logic that modifies the document.referrer. Analyze the need for the above cookie and modify the code. If the code is written well, there must be some comments explaining the behavior.

Good luck!

Krass

View solution in original post

3 Replies

Avatar

Correct answer by
Level 3

Since you already identified the cause, search your AEM application code base for what the ca_user_location cookie does in your code. As per your suggestion, it probably has a logic that modifies the document.referrer. Analyze the need for the above cookie and modify the code. If the code is written well, there must be some comments explaining the behavior.

Good luck!

Krass

Avatar

Community Advisor

@SDelazz it looks like ca_user_location cookie is a custom cookie set by either in AEM or in a rule of Adobe launch. Please debug your code.

In case of any help specific to Adobe analytics, you can raise query in Adobe Analytics Community : https://experienceleaguecommunities.adobe.com/t5/adobe-analytics/ct-p/adobe-analytics-community

 

Avatar

Level 1

Thank you was hoping someone from Adobe would chime in

 

Much appreciate the answers!