Loading...

Knowledge Base

How Do I Use Google Analytics to Track Visitors and Conversions in My Online Store Builder Products?

Our Online Store Builder software offers integration with Google Analytics, which is a free program from Google that tracks and reports website traffic. To use Google Analytics, sign up and create your free Google Analytics account.

Using Google Analytics with Online Store Builder Products

Follow these steps to use Google Analytics with our Online Store Builder products.

  1. Log into your eCommerce dashboard.

  2. Go to Operations > Settings > Google.
    Operations tab in Online Store Builder

  3. In the field, enter the UA Number.
    You do not need to enter the entire HTML snippet from Google, only the UA account number associated with your site in Analytics. No HTML code should be placed in this field or anywhere on your website.

  4. Check the Enable Google Analytics box.

    Note: Your statistics may take up to three days to populate within your Analytics account.

You have now added to the Google Analytics tracking code to your Online Store Builder products.

 

Tracking Conversions in Your Store

You can also track conversions for your store, which report the percentage of visitors to your website that completed a transaction. The average transaction amount per checkout and average transaction amount per visit are also recorded.

Note: You can combine Google Analytics with Google AdWords campaigns to review the advanced details, such as the advertising cost to sales ratios.

Follow these steps to use Google Analytics to track your conversions:

  1. In your Google Analytics account, go to Admin > eCommerce Settings. Check the Enable eCommerce option.

  2. Go to Operations > Settings > General. Click the Use WYSIWYG editor to edit HTML drop-down arrow, and select HTML Editor. Click Save.
    HTML Editor option

  3. Go to Operations > Payments.

  4. In the Action column, click EDIT to update any of your payment methods that are in ENABLED status.
    Edit button
    You are taken to a new page, which has the Confirmation Message section.

  5. In the Confirmation Message field, enter the following code:

    ga('ecommerce:addTransaction', {
    'id': '<%Order.Number%>', // Order ID. Required.
    'affiliation': '<%Customer.Email%>', // Affiliation
    'revenue': '<%Order.Total%>', // Grand Total.
    'shipping': '<%Order.ShippingAndHandling%>', // Shipping.
    'tax': '<%Order.Tax%>' // Tax.
    });

    Confirmation Message Code

You have now enabled conversion tracking using Google Analytics.

 

Did you find this article helpful?

 
* Your feedback is too short

Loading...