Google Analytics Conversion Tracking Adwords
Posted: Mon Jun 15, 2009 10:10 am
The SEO company working on this site wanted me to add
Google Analytics by setting up Conversion Tracking on the site for Google Adwords.
Here are the instructions they gave me:
On the sale completion page have the following code run:
<!-- Google Code for Sale Conversion Page -->
<script language="JavaScript" type="text/javascript">
<!--
var google_conversion_id = xxxxxxxxxx;
var google_conversion_language = "en_US";
var google_conversion_format = "1";
var google_conversion_color = "ffffff";
var google_conversion_label = "EbkijdkISlxeiAEQ6OH__vM";
if (23.99) {
var google_conversion_value = 23.99;
}
//-->
</script>
<script language="JavaScript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
<noscript>
<img src="http://www.googleadservices.com/pagead/ ... 456400808/?
value=23.99&label=GdrdHCI65OIYHoiH__vM&guid=ON&script=0"/>
</noscript>
Notice the 3 instances of "23.99" above. Each of those need to be replaced with the actual decimal value of the sale - basically the dollar amount of the sale without the $ sign.
---------------------------
Is this something already build into AC7 or do I have to add this?
I already enable Google Analytics in: Administration > Configure > Page Tracking
Will adding [[ConLib:GoogleAnalyticsWidget]]
in the "Footer With Google Analytics" on the Receipt page do it?
Google Analytics by setting up Conversion Tracking on the site for Google Adwords.
Here are the instructions they gave me:
On the sale completion page have the following code run:
<!-- Google Code for Sale Conversion Page -->
<script language="JavaScript" type="text/javascript">
<!--
var google_conversion_id = xxxxxxxxxx;
var google_conversion_language = "en_US";
var google_conversion_format = "1";
var google_conversion_color = "ffffff";
var google_conversion_label = "EbkijdkISlxeiAEQ6OH__vM";
if (23.99) {
var google_conversion_value = 23.99;
}
//-->
</script>
<script language="JavaScript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
<noscript>
<img src="http://www.googleadservices.com/pagead/ ... 456400808/?
value=23.99&label=GdrdHCI65OIYHoiH__vM&guid=ON&script=0"/>
</noscript>
Notice the 3 instances of "23.99" above. Each of those need to be replaced with the actual decimal value of the sale - basically the dollar amount of the sale without the $ sign.
---------------------------
Is this something already build into AC7 or do I have to add this?
I already enable Google Analytics in: Administration > Configure > Page Tracking
Will adding [[ConLib:GoogleAnalyticsWidget]]
in the "Footer With Google Analytics" on the Receipt page do it?