First of all here is a summarization of what I want to do: The Google Analytics Tag has the option "Allow Advertising Features", either set to "On" or "Off". Therefore a DoubleClick Request will be there or not. And I want to controll this behavior by setting a data layer variable to a current tealium consent status an mapping it to "config. allow_ad_personalization_signals " or " allow_ad_personalization_signals ". How I do it: I set up a Set Data Value Extension to set a data layer variable to the following js 'utag.gdpr.getSelectedCategories().includes("display_ads")' (before loadrules). My first question is: Do I have to map this variable to "config. allow_ad_personalization_signals " like tealium is suggesting inside the mapping select destination area, or should I map it to " allow_ad_personalization_signals " like it is stated in this article under "Data Mapping" https://community.tealiumiq.com/t5/Client-Side-Tags/Google-Analytics-gtag-js-Tag-Setup-Guide/ta-p/30743 Furthermore: Do I have to set it to an actual boolean or to a string which includes a boolean? And my last question is: When I simply turn "Allow Advertising Features" to "On" and ignore it in the mapping, why is there not always a doubleclick request, but only sometimes? Thanks for your help!
... View more