illusive Posted May 19, 2004 Posted May 19, 2004 Hello, I am using overture and google adwords for advertising my site: For tracking they told me to put this on the checkout confirmation page. <script LANGUAGE="JavaScript"> <!-- Overture Services Inc. 07/15/2003 var cc_tagVersion = "1.0"; var cc_accountID = "######"; var cc_marketID = "0"; var cc_protocol="http"; var cc_subdomain = "convctr"; if(location.protocol == "https:") { cc_protocol="https"; cc_subdomain="convctrs"; } var cc_queryStr = "?" + "ver=" + cc_tagVersion + "&aID=" + cc_accountID + "&mkt=" + cc_marketID +"&ref=" + escape(document.referrer); var cc_imageUrl = cc_protocol + "://" + cc_subdomain + ".overture.com/images/cc/cc.gif" + cc_queryStr; var cc_imageObject = new Image(); cc_imageObject.src = cc_imageUrl; // --> </SCRIPT> Where do i put this so it will show the conversion data. Thanks
mattwho Posted July 2, 2004 Posted July 2, 2004 Anyone know what variable to use in checkout_success.php to send the amount of the sale to google?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.