AdWords Remarketing Tag - Custom Code in Tagmanager
Hey there,
Excuse my lack of experience here but I'm not a developer. :)
I've been experiencing issues with the deployment of AdWords remarketing tag. We use Tagmanager 1.0 currently and as the Tagmanager already has a 2.0 version, I can't find any guideline about 1.0.
The tag that is supposed to go on the website is as follows:
<!-- Google Code for Remarketing Tag --> <!-------------------------------------------------- Remarketing tags may not be associated with personally identifiable information or placed on pages related to sensitive categories. See more information and instructions on how to setup the tag on: http://google.com/ads/remarketingsetup ---------------------------------------------------> <script type="text/javascript"> / <![CDATA[ / var google_conversion_id = 1234567890; var google_custom_params = window.google_tag_params; var google_remarketing_only = true; / ]]> / </script> <script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js"> </script> <noscript> <div style="display:inline;"> <img height="1" width="1" style="border-style:none;" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/1234567890/?value=0&guid=ON&script=0"/> </div> </noscript>
I copy-pasted this piece of code as HTML to Tagmanager's Custome Code section but I jsut can't make it work at all.
With other codes I know I have to remove the <script> and </script> parts - I tried it here but didn't make a difference at all.
I use Google Tag Assistant, Ghostery, ObservePoint and Fiddler2 for testing.
thank you very much!
nora