matrosov
08-20-2004, 11:01 AM
Ok, as title says I want to implement google adwords conversion tracker with Hsphere. The instructions that google provides state.
Where do I put the tracking image on my page?
To keep the image as unobtrusive as possible, we recommend placing it in the lower right-hand corner of the conversion page (the Thank you for your purchase/subscription/visit page).
However, the image should still be available for your customer to view. You should not hide, obscure, tamper with or distort the image in anyway. Finally, the image should also be placed no further than a quarter of the screen away from the last line of content on the page.
To install the image on your page, you'll need to place the JavaScript code snippet between the <body> tags of your web page HTML, closer to the </body> tag. You should not add the code to dynamically-generated header and footer code. Doing so will cause you to track every page sharing the same header or footer, leaving you with meaningless conversion statistics.
Please be sure to copy-and-paste the entire code snippet we provide. The conversion code you place within your site code should not interfere with any other code, including other tracking code.
The code itself looks like this
google_conversion_id = xxxxxxxxx;
google_conversion_language = "en_US";
if (1) {
google_conversion_value = 1;
}
google_conversion_label = "Purchase";
-->
</script>
<script language="JavaScript" src="https://www.googleadservices.com/pagead/conversion.js">
</script>
<noscript>
<a href="https://services.google.com/sitestats/en_US.html" target=_blank>
<img height=27 width=135 border=0 src="https://www.googleadservices.com/pagead/conversion/xxxxxxx/?value=1&label=Purchase&hl=en">
</a>
</noscript>
Question is... where exactly do I paste this code to make it work with Hsphere.
Where do I put the tracking image on my page?
To keep the image as unobtrusive as possible, we recommend placing it in the lower right-hand corner of the conversion page (the Thank you for your purchase/subscription/visit page).
However, the image should still be available for your customer to view. You should not hide, obscure, tamper with or distort the image in anyway. Finally, the image should also be placed no further than a quarter of the screen away from the last line of content on the page.
To install the image on your page, you'll need to place the JavaScript code snippet between the <body> tags of your web page HTML, closer to the </body> tag. You should not add the code to dynamically-generated header and footer code. Doing so will cause you to track every page sharing the same header or footer, leaving you with meaningless conversion statistics.
Please be sure to copy-and-paste the entire code snippet we provide. The conversion code you place within your site code should not interfere with any other code, including other tracking code.
The code itself looks like this
google_conversion_id = xxxxxxxxx;
google_conversion_language = "en_US";
if (1) {
google_conversion_value = 1;
}
google_conversion_label = "Purchase";
-->
</script>
<script language="JavaScript" src="https://www.googleadservices.com/pagead/conversion.js">
</script>
<noscript>
<a href="https://services.google.com/sitestats/en_US.html" target=_blank>
<img height=27 width=135 border=0 src="https://www.googleadservices.com/pagead/conversion/xxxxxxx/?value=1&label=Purchase&hl=en">
</a>
</noscript>
Question is... where exactly do I paste this code to make it work with Hsphere.
