So, I have a couple questions:
1) The actual amount of the sale is supposed to show in the Google Adwords account right? I can't imagine how you could do conversion tracking without it, but I need to be sure so I'm not barking up the wrong tree.
2) Is this the problem?
The code I just got when testing:
<script language="JavaScript">
<!--
google_conversion_id = XXXXXXXX;
google_conversion_language = "en_US";
google_conversion_format = "2";
google_conversion_color = "666666";
if (1) {
google_conversion_value = 137.90;
}
google_conversion_label = "Purchase";
-->
</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/XXXXXXXX/?value=137.90&label=Purchase&script=0">
</noscript>
The actual Google code:
<!-- Google Code for Purchase Conversion Page -->
<script language="JavaScript" type="text/javascript">
<!--
var google_conversion_id = XXXXXXXX;
var google_conversion_language = "en_US";
var google_conversion_format = "1";
var google_conversion_color = "FFFFFF";
if (1) {
var google_conversion_value = 1;
}
var google_conversion_label = "Purchase";
//-->
</script>
<script language="JavaScript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
<noscript>
<img height=1 width=1 border=0 src="http://www.googleadservices.com/pagead/conversion/XXXXXXXX/?value=1&label=Purchase&script=0">
</noscript>
Looks like Mal's code is missing the "var" bit on each line where the original code has it, which I didn't notice before. That must be the problme right? Seems like everything else is in order on my end....if not what else should I check?
Thanks!
1) Review the code on the conversion page before a conversion has occurred, and
2) Create a Custom Report (in the Reports tab in Campaign Management pages) to see if there are actual values showing in the transaction value column - but keeping in mind that this will be an aggregate of all the transactions for that day.
I hope others will jump in here, and give you some additional advice. Barring that, and if you are still having problems, then by all means please contact AdWords support by using the 'Contact Us' link from within the account.
AWA