eCommerce
  Navigation

How to Activate Google Analytics & Ecommerce Conversion Tracking on Your Site

Add the  UA-XXXXXXXX-X  Google Analytics code to the Google Analytics ID field in the Site Manager module. If you do not have access, ask your customer service rep. to do this step for you.

This code will track regular analytics as well as ecommerce conversion tracking on your website.

How to Implement Adwords Conversions with Google Adwords

  1. Log in to your Google Adwords account. If you do not already have an Adwords account, you'll need to create one.
  2. Go to Tools › Conversions, and click + Conversion.
  3. Enter a name in the Conversion name field.
  4. Click Save and continue.
  5. Click I make changes to the code, then copy the code that displays.

Add Google Adwords Conversion Code to Your Site

In your admin panel, go to Ecommerce > Setup > Checkout Tracking

Copy/paste the ecommerce conversion code to the "Checkout Tracking" section after this line of code <xsl:template match="order">.

If you already have some tracking code in the field already, you can add another one below it.

<!-- Google Code for Sale Tracking Conversion Page -->
<script type="text/javascript">
/* <![CDATA[ */
var google_conversion_id = 1030042937;
var google_conversion_language = "en";
var google_conversion_format = "2";
var google_conversion_color = "ffffff";
var google_conversion_label = "Jz_WCO2T6FcQueqU6wM";
var google_remarketing_only = false;
/* ]]> */
</script>

<script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js"></script>

<noscript>
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="//www.googleadservices.com/pagead/conversion/1030042937/?label=Jz_WCO2T6FcQueqU6wM&amp;guid=ON&amp;script=0"/>
</div>
</noscript>

IMPORTANT:

* Do not modify any other code on the page unless you are an XSLT programmer.
* Any output on this page will be added to the "Thank You" page.  If you enter invalid XSLT code, it can break the thank you page of your site.


Please send us suggestions regarding this documentation page
If you would like to recommend improvements to this page, please leave a suggestion for the documentation team.

Be the first to write a comment...