Dear Tealium, our website uses an OCI catalog data interface to get our shop and products into the systems of our big customers using iframes. So they can see and buy/import our products directly from their SAP SRM system. We also have Tealium and the consent management active. The iframe solution unfortunately makes the cookie banner appearing with every pageload, because the consent cookie ist not available through the iframe of our shop. This is very annoying and bad UX for our customers. I've managed to get the utag_main cookie running with the configuration "window.utag_cfg_ovrd.secure_cookie = true;" and following the instructions on this page by editing the uTag Loader template. With this change I get the utag_main cookie into the iframe, see screenshot. But the CONSENTMGR cookie is not getting this configuration and therefore not using SameSite=None;Secure. Is there any API, configuration, JS thing or template I can use to get this also for the consent cookie? Thanks Stefan
... View more