03-13-2012, 03:25 PM
I'm trying to setup Google Adwords Conversion Tracking on a site that's running on a Windows Server with SQL Server. Normally setting up conversion tracking consists of getting the code that google gives you and adding it to the "confirmation" page, i.e. the page that you see after submitting a contact form on a website, for example. I've set this up numerous times on numerous web servers. It is normally a very simple procedure.
This time around, though, I'm having some trouble. When I take this Google code (anonymized a bit):
and try and add it to the page in question, this is the only code that gets saved. The rest of it is automatically stripped:
I've tried updating this code through the CMS (DotNetNuke) , and now directly within the database (SQL Server), and it's stripping the same code both places, so I'm assuming either IIS and SQL Server doesn't like part of the Google code for some reason and is removing it. Google adwords support has been no help.
Is there anything I can do here to address the issue? I'm open to any ideas. Thanks!
This time around, though, I'm having some trouble. When I take this Google code (anonymized a bit):
<script type=>
/* var google_conversion_id = 0000000000;
var google_conversion_language =en;
var google_conversion_format =3;
var google_conversion_color =ffffff;
var google_conversion_label = S-MbCNLbzwIQquKV9AM;
var google_conversion_value = 0;
/* ]]> */
</script>
<script type=src=http://www.googleadservices.com/pagead/conversion.js>
</script>
and try and add it to the page in question, this is the only code that gets saved. The rest of it is automatically stripped:
I've tried updating this code through the CMS (DotNetNuke) , and now directly within the database (SQL Server), and it's stripping the same code both places, so I'm assuming either IIS and SQL Server doesn't like part of the Google code for some reason and is removing it. Google adwords support has been no help.
Is there anything I can do here to address the issue? I'm open to any ideas. Thanks!