Hi All
I've been asked by a customer to add the following code on to their "Thankyou" page. Is this just as simple as dropping in the code between the BODY tags, or because it's actinic, is there some special way to intregrate it?
I've seen a guide for adding Analytics to the website on the forums, but couldn't find a Google Conversion guide.
I've been asked by a customer to add the following code on to their "Thankyou" page. Is this just as simple as dropping in the code between the BODY tags, or because it's actinic, is there some special way to intregrate it?
I've seen a guide for adding Analytics to the website on the forums, but couldn't find a Google Conversion guide.
Code:
<!-- Google Code for purchase Conversion Page --> <script language="JavaScript" type="text/javascript"> <!-- var google_conversion_id = NUMBER; var google_conversion_language = "en_GB"; var google_conversion_format = "1"; var google_conversion_color = "666666"; if (1.0) { var google_conversion_value = 1.0; } var google_conversion_label = "purchase"; //--> </script> <script language="JavaScript" src="https://www.googleadservices.com/pagead/conversion.js"> </script> <noscript> <img height=1 width=1 border=0 src="https://www.googleadservices.com/pagead/conversion/NUMBER/imp.gif?v alue=1.0&label=purchase&script=0"> </noscript>
Comment