Log in

Setting up Ecommerce

To enable Ecommerce analytics, you may need help from your website developer or a JavaScript expert. Detailed instructions are given below.

1. Install a web counter

If not already done, install the counter code on your website.

  1. Add your site to MyTracker.
  2. Create a web counter. If you've already implemented the Top Mail.Ru counter or VK Ads pixel on the website, just confirm access to it. If you haven't, you can create a new counter.
  3. Install the counter code on all pages of your website. You can place the code manually, use Google Tag Manager, or use the official plugin for WordPress, 1C-Bitrix, Joomla, or OpenCart.

2. Create a Data Layer

A Data Layer is an array of JavaScript objects that can be used to transfer data from the site to other services, such as MyTracker.

If you use Google Analytics Enhanced Ecommerce, Google Analytics Ecommerce (GA4), or Yandex Metrica to track Ecommerce events, then that means the Data Layer has already been added to your website pages, and you can skip this step.

If you are not using the analytics tools listed above, then add a dataLayer container in the BODY or HEAD block on your site pages that contain Ecommerce product and order data.

<script>
    window.dataLayer = window.dataLayer || [];
</script>

3. Configure sending events

Configure the sending of Ecomm events to the dataLayer. Send events with product data as JavaScript objects using push methods. For details, refer to the Sending Ecommerce events section.

The event markup in MyTracker corresponds to Google Analytics Enhanced Ecommerce, Google Analytics Ecommerce (GA4), and Yandex Metrica. If you have already configured the purchase and refund events, MyTracker will start collecting data after you enable Ecommerce event tracking.

We recommend learning the event sending format anyway, because MyTracker allows you to collect data not only on individual products but on orders as a whole, and supports partial payments and refunds

4. Enable Ecommerce event tracking

To enable MyTracker to receive data on Ecomm events, change the counter settings:

  1. In the applications list, select the website for which you need to enable tracking.
  2. On the Web counter tab, turn on the Ecommerce events option.

It might take up to four hours for the tracking to start or stop after you toggle. For how to analyze the data, see the Ecommerce reports section.

Was this article helpful?