Forum Moderators: open

Message Too Old, No Replies

Conversion Tracking

         

beachboutique

2:13 pm on Feb 9, 2005 (gmt 0)

10+ Year Member



How do I edit the code to see the value or amount of purchase from my conversion. I see that in the last 2 weeks, I have had 9 conversions but none tell me what the amount was.

I have the code set up on my "thank you for your order page" and my site is ASP.

I have this code in the top of the code for that page
<!-- #include file="conversion_counter.js" -->

This is the code that the above is referencing.
<SCRIPT LANGUAGE="JavaScript">
<!-- Overture Services Inc. 07/15/2003
var cc_tagVersion = "1.0";
var cc_accountID = "<snip>";
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>

I hope this is enough information. Can someone help me?

[edited by: engine at 3:05 pm (utc) on Feb. 9, 2005]
[edit reason] snipped ID [/edit]

redzone

2:26 pm on Feb 9, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Conversion Counter does not track revenues online conversions and (CPC) Cost Per Conversion.

To track ROAS (Return On Adpsend), you would have to upgrade to their Search Optimizer technology, or use a 3rd party product like we offer.

beachboutique

2:31 pm on Feb 9, 2005 (gmt 0)

10+ Year Member



what is it that you offer and how much is it?

jeffpq

11:32 pm on Feb 9, 2005 (gmt 0)

10+ Year Member



I recommend installing a server side way of tracking those conversion prices.