Expand my Community achievements bar.

Tags - update _satellite.cookie.set documentation

Avatar

Community Advisor

11/13/24

Description - there seem to be some undocumented feature(s) on _satellite.cookie.set which comprise setting the domain as well?!

https://experienceleague.adobe.com/en/docs/experience-platform/tags/client-side/satellite-object

 

_satellite.cookie.set("foo", "bar", {
  "domain": ".mydomain.com"
})

 

Seems to successfully set the domain as specified. 

 

Why is this feature important to you - Allow cookies to be accessible across subdomains

 

How would you like the feature to work - update the documentation please!

 

Current Behaviour - only documented feature is "expires"