This variable is retired. Use trackingServer
instead.
The cookieDomain
variable determines the domain where AppMeasurement sets cookies. You can use this variable to explicitly set the cookie domain instead of using the cookieDomainPeriods
variable.
This variable only needs to be used when both of the following conditions are met:
trackingServer
value containing sc.adobedc.net
.example.co.uk
could use the cookieDomain
variable to explicitly state that the cookie domain is example.co.uk
and not co.uk
.Only a small number of implementations have use for the cookieDomain
variable, and even then, alternative variables like cookieDomainPeriods
can be used instead.
The Web SDK can determine the correct cookie storage domain without this variable.
There is not a dedicated field in the Adobe Analytics extension to use this variable. Use the custom code editor, following AppMeasurement syntax.
The cookieDomain
variable is a string, and is set to the domain that you want to store cookies on.
s.cookieDomain = "stats.example.com";