We have been evaluating using ECID with an AppMeasurement tracking project that is in progress. We want to make that our new tracking created from this project is as future proof as possible. We have multiple domains involved with our websites (mainwebsite.com with a separate bookingdomain.com for purchases) so it is critically important that cross domain tracking work accurately and that visitors are properly linked together across domains. At a high level we have come to the below findings but want to make sure from an Adobe ECID expert (who is familiar with ITP and recent updates) that we are making the optimal choices.
Solved! Go to Solution.
Views
Replies
Total Likes
Dear Addams,
Append appendVisitorIDsTo Function is the only method I would say that can persist the visit from one domain to another domain when the browser blocks the third party cookie. Check out my take on Google Recent announcement to 'phase out' third party cookies on Google Chrome and its impact on Adobe Analytics Cross-Domain Tracking: Reference Link. This might give you a clear idea!
So, use the method and go ahead with your implementation.
Thank You, Arun.
Dear Addams,
Append appendVisitorIDsTo Function is the only method I would say that can persist the visit from one domain to another domain when the browser blocks the third party cookie. Check out my take on Google Recent announcement to 'phase out' third party cookies on Google Chrome and its impact on Adobe Analytics Cross-Domain Tracking: Reference Link. This might give you a clear idea!
So, use the method and go ahead with your implementation.
Thank You, Arun.
Hi Pratheep,
Thank you for the insight and your article was very helpful.
- In addition to using the appendVisitorIDsTo function, do you think we should also setup a CNAME (https://docs.adobe.com/content/help/en/id-service/using/reference/analytics-reference/cname.html) for our websites to help with cross domain tracking and ECID? Or does the CNAME not help with ECID/cross domain tracking? It would be a lot of additional effort for us to setup CNAMEs for the large number of websites that we own so we only want to do this if there is benefit.
- Do you have any idea if the appendVisitorIDsTo function, the URL parameters/querystring variables (www.destination.com?adobe_mc=MCMID=1234|MCAID=5678), or the cookies created (MID) will be blocked by browsers (Safari, Firefox, and Chrome) in the future since this is considered link decorating/decoration?
Thank you.
Views
Replies
Total Likes
Views
Replies
Total Likes
Hi Arun,
May I know if its safe & acceptable to pass visitor Id in Url ? or any alternatives if we don't want to see the value in URL ?
Views
Replies
Total Likes
Hi Pratheep, thank you for the additional details and your responses are very helpful. Much appreciated.
Views
Replies
Total Likes
Views
Replies
Total Likes
I think this might be an issue with cross domain tracking via CNAME below. It's from the 3rd link you posted. I had the same question myself.
If you are also using this same data collection server on other sites (for example, myothersiteA.com, and myothersiteB.com), and a visitor later visits these sites, the cookie that was set during the visit to mymainsite.com is sent in the HTTPS request to the data collection server (remember that browsers send all cookies for a domain with all HTTPS requests to that domain, even if the domain doesn’t match the domain of the current website). This is what is known as using a cookie in a third-party context, or just a third-party cookie, even though you are using a CNAME. Adobe recommends a CNAME for each unique domain.
Note: Safari blocks all cookies in the third-party context regardless of how they are set.
I think your best bet is to use Visitor.appendVisitorIDsTo - that's what I have inferred from the many different references, and what Adobe shared with me.
Views
Replies
Total Likes