tracking - Google remarketing/conversion currency code errors -


i implementing simple google remarketing/conversion script client site... having issues setting of currency code reason.

i 2 errors using tag assistant are:

  1. conversion value should prefixed standard currency.

  2. non-standard implementation

code

<script type="text/javascript"> /* <![cdata[ */ var google_conversion_id = abc123; var google_conversion_language = "en"; var google_conversion_format = "3"; var google_conversion_color = "ffffff"; var google_conversion_label = "abc123"; var google_remarketing_only = false; var google_conversion_value = 1.00; var google_conversion_currency = "gbp"; /* ]]> */ </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="//www.googleadservices.com/pagead/conversion/abc123/?value=1&amp;currency_code=gbp&amp;label=abc123&amp;guid=on&amp;script=0"/> 

anyone know issue is? google online seems skip issue!


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -