Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help with tracking overture and google


illusive

Recommended Posts

Posted

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

  • 1 month later...
Posted

Anyone know what variable to use in checkout_success.php to send the amount of the sale to google?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...