Hi,
I am suffering from the same problem. 1.4.8 does seem to work. Everything newer doesn’t.
Please advise.
Mischa
The code snippets are added dynamically (via JS) in newer versions. This means you won’t see it when checking the page source. Also make sure you don’t have any JavaScript errors.
Thread Starter
lizuka
(@lizuka)
Thank you for your answer @donnyoexman
So no Javascript errors means it works?
Any way to debug in order to make sure it works?
@lizuka; Well it depends on what kind of scripts you’re loading. Google has its own debug browser plugin called “Google Tag Assistant“. Can be used to test GTM, GA and some other things. Another thing you can do is, if you’re trying to load your own scripts, is to add a simple console.log('Text here'); code and check your Inspector to see if your text is shown.
We might add our own debug thing in the future. Something like: “Successfully loaded consent X”.
Thread Starter
lizuka
(@lizuka)
Ok, I will try that. Thank again !