• Resolved wpseek

    (@alphawolf)


    Hi there, I noticed the Cookiebot WordPress plugin started outputting the wrong TCF framework version in the frontend script block.

    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?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Hanna

    (@hannausercentrics)

    Hello @alphawolf ,

    Thank you for bringing this issue to our attention. We have escalated the case to our development team, and a bug fix for the TCF version has been included in today’s release (v4.3.10).

    Please update the plugin at your earliest convenience.

    Thread Starter wpseek

    (@alphawolf)

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Cookiebot frontend script block outputting wrong TCF framework?’ is closed to new replies.