Setting the cookie scope for the Bounce Exchange tag

Gold Contributor
Gold Contributor

Hi!

I have a Bounce Exchange tag on my profile.  The scope of the cookies set by the tag are too large for our requirement.  We need to set the scope to a particular sub-domain.  There is no option to do that in the Mapping Variables.  The template for the tag also doesn't give a clue.  Is there any generic JS line that can be used to get the handle of the cookie and then set the domain of that to a specific sub-domain? There is documentation available online for many tags. Unable to find it for this tag. Thanks a lot!
Regards,
Sujani

3 REPLIES 3

Setting the cookie scope for the Bounce Exchange tag

Tealium Employee

Hi @sujani_koya

So looking at the template and the code that is pulled in, it looks like, if you can change the domain, it will be on the Bounce Exchange side, as there is nothing that can be set client side in time that enforce the domain to be used.

Adrian

Ask me anything Tealium related or TypeScript/JavaScript, or NodeJS.
Please remember to mark solutions as accepted for future searchers.

Setting the cookie scope for the Bounce Exchange tag

Gold Contributor
Gold Contributor

Thank you.  So the Cookies Domain text field on the Publish Settings won't be applicable to tags like these is it?

Setting the cookie scope for the Bounce Exchange tag

Tealium Employee

@sujani_koya

We do try to pass cookie information across when we can from this setting, however, in this instance, the tag is unable to have this set.

Adrian

Ask me anything Tealium related or TypeScript/JavaScript, or NodeJS.
Please remember to mark solutions as accepted for future searchers.
Public