Hello, I have recently tried to insert the Google Remarketing Tag into one of my website. I insert it with copy paste it into the "Custom HTML / Shortcode" Element through the Live Editor (I have tried it before with "Custom Javascript" but found that the <noscript> tag was omitted when the page was loaded, resulting in remarketing tag error)...
The problem was that the space between the /* and CDATA was omitted too when I paste it, resulting in "No CDATA comment".
Something Like This:
The Original Code: /* <![CDATA[ */........
The Displayed Code: /*<![CDATA[*/....... --> (the space character was omitted)
I have tried some ways, and found that by disabling the minify features (for html and js) and also remove the cache (my wordpress using the w3 total cache) was the one that work fine, resulting the code was displayed exactly just the way it was written.
Is there any other alternative way to paste the remarketing code without disabling any cache features?
For me, the cache features is quite helpful, so it's just feel 'too waste' to just disable it for activating the remarketing code.
Any suggestions are very welcomed. Thank you :)