ECID tracking server values
What should be the value of tracking server and secure tracking server? whether it should be first party or third party?
What should be the value of tracking server and secure tracking server? whether it should be first party or third party?
Hi @pd10
trackingServer is something from the past when HTTPS was not really a standard security measure.
Nowadays, you will want to set them (if needed, see below) to the same values.
Adobe allows defining your own tracking-subdomain which gives you a first-party cookie (set in the tracking call's response) instead of using their standard tracking domains (default if you don't specify the tracking servers). This is also called "event cloaking", since an ad blocker may not be able to detect that your subdomain is actually forwarding an event to a third-party. This may lead to more tracking calls being not blocked by ad blockers, giving you more accurate data.
https://experienceleague.adobe.com/en/docs/id-service/using/reference/analytics-reference/cname
Basically your sys admin create a CNAME entry for the subdomain and Adobe provides an https certificate. From there on you can use this different tracking domain.
Worth mentioning that nowadays modern browsers can figure out that the CNAME/subdomain is point to an external host and may limit the cookie lifetime (Safari's ITP does that for insance).
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.