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>
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