Basically, I have set up taboola_cid s2s through sGTM. The client is on GTM under customer event, which will cause this to be in an iframe. I have noticed that if I debugged through sGTM preview, I can see the taboola_cid cookie being pushed to the tag. However, if I examined the cookie through chrome, i would not see taboola_cid.
Maybe it’s just because of my setup, but does that mean the current PageView sGTM tag by Stape would write the cookie correctly into the iframe on Shopify, and that’s why I can’t see it through chrome? I just want to confirm that.
I assume you’re not landing users on checkout pages, but on product pages? If so - then in that case the cookie will be set as usual to your domain in the main window.
To have access to the cookie on checkout events (since GTM runs in sandbox there) - the required cookie must be manually collected via JS. If you use Data tag to transfer data to the server - there is a separate function that collects and transfers cookies of the main platforms in this way:
The tags that were developed by Stape also automatically check for the presence of these cookies in event data.