Adwords Conversion Tracking Help

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
dappy2
Commander (CMDR)
Commander (CMDR)
Posts: 114
Joined: Wed Jan 18, 2006 5:53 pm
Contact:

Adwords Conversion Tracking Help

Post by dappy2 » Wed Mar 11, 2009 3:28 pm

I've been searching for this for weeks and I can't figure it out. I want to track my adwords conversion with the dynamic order value. Now I have the conversion tracking installed on Receipt.aspx with ssl and the order value is populating.

Code: Select all

<!-- Google Code for Purchase/Sale Conversion Page -->
<script language="JavaScript" type="text/javascript">
<!--
var google_conversion_id = xxxxxxxxx;
var google_conversion_language = "en_US";
var google_conversion_format = "3";
var google_conversion_color = "ffffff";
var google_conversion_label = "4fwYCOCefxDCp4X9Aw";
if (<%= Order.TotalCharges%>) {
  var google_conversion_value = <%= Order.TotalCharges%>;
}
//-->
</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/xxxxxxxxx/?value=<%= Order.TotalCharges%>&label=4fwYCOCefxDCp4X9Aw&guid=ON&script=0"/>
</noscript>
This is working.

Questions:
Should I be using SSL on the receipt page for the Google JS?
Why isn't Google pulling my order values? I ran through the wizard and inserted the dynamic value and everything.
The Order.TotalCharges is 00.0000 (4 decimals) is that a problem?
Is it just a problem with my analytics / adwords account linking?

I want the data in the attached image to populate and it isn't. I thought I had it figured out but after 4 days nothing is coming through. And my analytics account for this site is much older than that. The AC ecommerce tracking is working perfectly.
I appreciate any help or if anyone has this data working.

Dappy

Post Reply