Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Code from Yahoo for conversion stats


amestres

Recommended Posts

Posted

I have a new site and I am doing some advertising with Yahoo pay-per-click program and they provide a tool called a Conversion Counter. It actually tracks the cost of clicks and links them to those that turn into orders to provide conversion cost stats. It instructs to simply add the HTML code shown here to the transaction completion page on my Web site (they say usually the sales or sign-up confirmation page). Has anyone had excperience with this? where do I insert this code EXACTLY? Thanks

 

<script LANGUAGE="JavaScript">

<!-- Overture Services Inc. 07/15/2003

var cc_tagVersion = "1.0";

var cc_accountID = "1944635638";

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>

  • 3 weeks later...
Posted
I have a new site and I am doing some advertising with Yahoo pay-per-click program and they provide a tool called a Conversion Counter. It actually tracks the cost of clicks and links them to those that turn into orders to provide conversion cost stats. It instructs to simply add the HTML code shown here to the transaction completion page on my Web site (they say usually the sales or sign-up confirmation page). Has anyone had excperience with this? where do I insert this code EXACTLY? Thanks

 

<script LANGUAGE="JavaScript">

<!-- Overture Services Inc. 07/15/2003

var cc_tagVersion = "1.0";

var cc_accountID = "1944635638";

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>

 

 

Can anyone help??

Archived

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

×
×
  • Create New...