Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor jarnovos

    (@jarnovos)

    Hallo @martin1,

    Statistics checkbox

    The Statistics checkbox being hidden is unrelated to these Analytics cookies. The checkbox is affected by some other styles on the page.

    You should be able to adjust this with by adding the below CSS under Appearance > Customize > Additional CSS.

    .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header [type="checkbox"] {
        position: relative;
        opacity: unset;
        left: unset;
    }
    
    .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header [type="checkbox"] + label::before {
        display: none;
    }

    Analytics/Tag Manager

    You currently have an Analytics tag that fires without consent, and as you’re already using Tag Manager, I’d recommend the following:

    • Remove the manual Analytics implementation (from the theme, as you described) and fire the Analytics tag(s) from Tag Manager instead.
    • Import the Complianz triggers in your Tag Manager container by following these steps: https://complianz.io/importing-tag-manager-container/
    • Then, set the “Firing Trigger” of your Analytics tag to one of the Complianz consent triggers (instead of a trigger such as “All Pages” which doesn’t wait for consent).

    In the below example screenshot you’ll see that my Google Analytics tag fires on “Statistics” consent, and the TikTok Pixel on “Marketing” consent.

    Kind regards, Jarno

    Thread Starter martin1

    (@martin1)

    Hi Jarno,
    The css worked. So that’s a win :-).

    I do have an additional question to the analytics cookies. I have the script with the GTM-MNKF2CF from the tag manager running but also the script with the G-TH1FJ7E38G inside the theme. You can see them in the source code on lines 709 to 717.

    So using your solution will it block both before consent?

    Regards,

    Martin




    Plugin Contributor jarnovos

    (@jarnovos)

    Hi @martin1,

    Yes, when applying the provided steps, you will be able to remove the Analytics (G-TH1F…) script from the page as you’re now going to fire it with Tag Manager instead, based on consent in Complianz.

    Kind regards, Jarno

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Missing the toggle to turn of statistics option’ is closed to new replies.