Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #38707
    yaylitzis
    Participant

    Hello,

    Can someone inform me, if the below steps are correct, in order to block google tracking in case the user presses the refuse button?

    1. Check the “Refuse consent” checkbox

    2. Place the below code inside the box “Script blocking”

    if(!cn_cookies_accepted()){ 
        window['ga-disable-UA-XXXXXX-1'] = true; 
    }

    where UA-XXXXXX-1 is my google analytics id.

    Thanks a lot!

    #38770
    kimroth7
    Participant

    I am interested in this reply also.

    #38994
    SOSPC
    Participant

    Good morning,

    I, too, am interested in the answer. :o)

    Christophe

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.