lefteris33
Forum Replies Created
-
Thanks
Any possible reason why i missed conversion data for a few days while the Allow Google tags to fire before consent was on when i switch my implementation from the plug in to google tag manger?
So GCM is now enabled on our website?
But when I had the Allow Google tags to fire before consent on this caused lack of conversion tracking and wasn’t able to see any data for a few days…Now that is off I can see them but not sure if the GCM is now active on our website…
One thing that I notice is that I lost conversion tracking post implementation any idea why?
because I had from the previous implementation this active “Allow Google tags to fire before consent“??
- This reply was modified 8 months ago by lefteris33.
Completed now with method 1 can you check if GCM v2 is active now please?
Done with method 1 can you check if GCM is active now please?
is there any other way to validate the GCM v2 is working?
I checked with the below methodology and tried giving consent and not and looks it is working just fine but can you check it also please from your end if the implementation is now working?
Checking if Google Consent Mode is implemented correctly is a mess!
With the “GCM Checker,” it doesn’t have to be.If you work in technical marketing, you know the importance of Google Consent Mode. Debugging using Google Tag Manager requires access and takes time, and using the Console to type “DataLayer” is simply not very efficient.
This is why I have created a GCM Checker Bookmarklet, which will display an alert informing you if Google Consent Mode is installed and behaving as intended WITH JUST 1 CLICK!
Step 1:
Create a Bookmark in your Bookmarks bar.Step 2:
Name it “GCM Checker.”Step 3:
Copy and paste this code as the Bookmark URL:javascript:(()=>{let l=s=>s===undefined?””:s?”granted”:”denied”;if(!window[“google_tag_data”]){alert(“No Consent Mode data found”);return;}var g=”ics” in google_tag_data ? google_tag_data.ics.entries : null, i=””, u=””, message=””; for(var a in g){i=l(g[a][‘default’]);u=l(g[a][‘update’]); if(i===”” && u===””) continue; message+=a.toUpperCase()+”:\n”+(i!==””?” Default: “+i+”\n”:””)+(u!==””?” Update: “+u:””)+”\n”;} if(message===””){alert(“No default Consent settings found”);} else{alert(message.trim());}})();
Can you check again please?
We implement cookieyes hardcoded with a script instead of the plugin and the custom script is now priority 1 with cookieyes to be priority 2 not sure about GTM though if we need to move the priority of that.
Thanks
Done it can you check and validate please?
Also fyi the cookieyes is implemented through a plugin though fyi…
Where exactly can you see that on the source code can you share a print screen please?
- We use elementor https://elementor.com/ for our template/design and the tool gives us the ability to prioritise the script.
The custom script is priority 1 into the header isn’t this sufficient any support with elementor on WP?
You can see from the attached that the custom script is inside the elementor template and has priority 1 above all!!
Do we still miss something from our implementation to have consent mode v2 fully active, can you please check?
https://drive.google.com/file/d/16jOfEfLathu6YFej1nyDfBHwM0NU8j5J/view?usp=sharing, https://drive.google.com/file/d/1wd91ihvJGL5nC7S5rg_ExNYbGSfo6yc5/view?usp=sharing
- Custom Consent Mode script is now present on your site. But it’s not placed above the CookieYes script. To ensure this, you can add this code above the wp_head() function in your header.php file. (can you recommend how to?)
- It might not work as expected, as the CookieYes script will get injected by the CookieYes plugin. So, you should add the GTM script manually above the wp_head() without using any plugin. (hardcoded you mean here?) any other option?
we did some changes can you please check?
Please make sure that you follow the below order of the scripts:
- Custom Consent Mode script (This is now there can you check?)
- gtag / GTM script (We selected the option from the plugin for google script t fire before the cookieyes script, hasn;t this been activated?)
- CookieYes script (need not add CookieYes script manually while using plugin) (How can we do that)
Can you advice where I can find the cookieyes script please? Do I need to add it evet thoguh I have the plugin live?
we did some changes can you please check?