Help needed with prior consent codes
-
I am still in a problem how to create codes for prior consent for cookies. Maybe you could help me with this. Here is the list of cookies scan found so far:
Necessary:
__cfduid
CookieConsent
Statistics:
@@History/@@scroll|#
Marketing:
uvc
test_cookie
IDE
VISITOR_INFO1_LIVE
YSC
PREF
GPSI’ve searched for the code for every single one and couldn’t find it.
Thank you in advance for help! Wish you a wonderful day!The page I need help with: [log in to see the link]
-
Did you have a look at https://wordpress.org/support/topic/where-are-the-script-tags/ and was that able to help you?
I did but all I get are these:
rel=’dns-prefetch’ href=’//v0.wordpress.com’/><linklang=”en-US” prefix=”og: http://ogp.me/ns#”><head> <script async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script> <script>(adsbygoogle=window.adsbygoogle||[]).push({google_ad_client:”ca-pub-*****************”,enable_page_level_ads:true});</script> <script async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script> <script>(adsbygoogle=window.adsbygoogle||[]).push({google_ad_client:”ca-pub-****************”,enable_page_level_ads:true});</script> <meta
Every single cookie imply on 2 or 126 line. I really don’t get it. It is much easier to dig tombs than coding. ha ha ha ha!
Let’s start with the first cookie-setting script tag.
You have the following script tag on line 2;
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>We need to find out where in WordPress it is coming from. Do you have an idea?
If so, you should change it to;
<script type="text/plain" data-cookieconsent="marketing" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>Get back to us when you get out of the tomb @zoricamicanovic 😛
Also please have a look at our prior consent tutorial, it should get you going!
I’ll go ahead a resolve this ticket, feel free to open it again, if you are still struggling!
The topic ‘Help needed with prior consent codes’ is closed to new replies.