So when enabling “IAB TCF V2.2 Integration” in the plugin’s settings the script block in frontend looks like this:
<script type="text/javascript" id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-cbid="<...>" data-framework="IAB" data-culture="DE" async ></script>
while it should actually output
<script type="text/javascript" id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-cbid="<...>" data-framework="TCFv2.2" data-culture="DE" async ></script>
according to the official documentation.
The reason for this seems to be that the option cookiebot-tcf-version
is being emptied every time the Cookiebot plugin settings in the WordPress backend are being saved.
Am I missing something here?
]]>I checked the database to find the default text and edit it but I cannot find it.
I like the plugin, but it doesn’t work for use with Google Adsense in the free version. To comply with the GDPR and version 2.2 of the TCF, you have to purchase the premium version. I’m going to uninstall it and use the official Adsense plugin until they release version 2.2 of the TCF for free in the basic version.
Versión 2.2 del TCF para Adsense de Pago
Me gusta el plugin, pero no es compatible con Google Adsense en su versión gratuita. Para cumplir con la RGPD y la versión 2.2 del TCF, necesitas comprar la versión premium. Voy a desinstalarlo y usar el plugin oficial de Adsense hasta que incluyan la versión 2.2 del TCF de forma gratuita en la versión básica.
]]>I’ve gone through your docs and this forum but couldn’t find this info.
Do you store the TCF “daisy-bit” value somewhere? And, if so, how can it be accessed from Javascript?
Thanks!
]]>With the new IAB framework, my advertisers (non-Adsense) are asking me to pass the following parameters in the click-through URL of the banner:
gdpr={0,1}&gdpr_consent={tc string}
I’m using Complianz as CMP. There’s a tutorial about Adsense but not for other banners.
The banners are using JS.
Could you please advise on how to proceed?
Thanks,
Kevin
I’m doing affiliate marketing and one platform asked me to pass on the “Transparency and Consent String” in all the affiliate links.
It would be something like: https://partnersite123.com?id=12345&gdpr_consent=XXXX
Is such string available with Complianz? If so, could I use it as a variable in Google Tag Manager to dynamically append it to my links?
Thanks,
Kevin