Guida Avanzata

How to move FROM Enhanced Ecommerce tracking TO Google Analytics 4 ecommerce tracking with Google Tag Manager

[UPDATE 30th April 2021 – bonus video at the end of this article]

As you probably know, the new version of Google Analytics has now the final name of Google Analytics 4 (previously it was called App + Web).

In this guide I will explain to you how to configure an E-commerce for tracking with Google Analytics 4, and  – specifically – I will focus on how to move from the traditional Enhanced E-Commerce tracking to the new e-commerce tracking provided by Google Analytics 4 (it is no longer called “Enhanced E-commerce”, just simply “E-commerce”).

Why should I switch to Google Analytics 4?

There are  – at least –  three good reasons to perform the switch:

  • the “traditional” e-commerce tracking, which involves setting Enhanced E-commerce on Universal Analytics (the version of Google Analytics prior to GA4), is going to be progressively replaced by the new tracking based on Google Analytics 4. In other words, sooner or later, the “traditional” e-commerce tracking will probably be discontinued.

 

  • the GA4-based e-commerce tracking, which unlike the previous one can be set with a Template that allows you to move from the traditional session-based tracking model to the new event-based model. This means your tracking can be much more accurate than before, because in the new GA4 there are many more events than in the “traditional” Google Analytics (Universal Analytics).

 

  • the use of GA4 allows you to start using Google’s machine learning models, which are able to predict the future actions of our users (eg. the purchases they will make through a Predictive Custom Audience), analyzing the data related to their behavior. The technology is still in beta but already usable, and I definitely recommend you try it.

Introduction

In order to track E-commerce in GA4, we will use the Template I made for this purpose.

You can find it in the official Google Tag Manager Gallery at this link:

https://tagmanager.google.com/gallery/#/owners/matteo-zambon-gtm/templates/EEC-dataLayer-Builder-for-GA4

As I mentioned, GA4 is based on events. You can find the list of events managed by GA4 in the official guide:

The good news is that it is possible to reuse some of the actions present in the “traditional” Enhanced E-commerce settings (based on Google Universal Analytics) and to transform them into GA4 actions.

Let’s clarify this point. In this table you can find the GA Universal Analytics event list in Enhanced E-Commerce (EEC for friends) in the first column and the Google Analytics 4 event list in the second column:

“Ok, but what are all those colors about?”

Here we go 🙂

  • The green events are handled automatically by my Template, so no further configuration is needed
  • The yellow events will need a specific configuration of the variable. In detail, the step number of the Google Universal Analytics checkout event must be configured. The number indicated in brackets in the image above is the default number that the Template attributes (of course you can change it if the action of GA4 corresponds to a different step number)
  • The red event is not currently managed by my Template. This is because wishlist action management is not present in the “traditional” Google Universal Analytics.

Now let’s go and configure everything 🙂

Step 1 – Import the “EEC dataLayer Builder for GA4 variable” Template

Import the Variable Template “EEC dataLayer Builder for GA4”  You can find it in Google’s Community Template Gallery. It is easier done than said 😀

Just follow these steps:

  • Templates > Variable Templates > Search Gallery
    Search for EEC dataLayer Builder for GA4 and click on “Add to Workspace

The EEC dataLayer Builder for GA4 Template that you just imported will look like this:

Great, now we just have to use this Template to create two custom variables.

Step 2 – Create the two custom variables for GA4

Now you will need to create two custom variables:

  • the GA4 – Event Name variable, which will manage the name of the e-commerce event
  • the GA4 – Items variable, which will manage an object that contains all the parameters

Configure the variable GA4 – Event Name

GA4 – Event Name has the purpose of uniquely identifying the name of the standard event to be passed to GA4 for e-commerce tracking purposes.

Here is how to do it:

  • Go to Variables > User-Defined Variables
  • Click on New and choose EEC dataLayer Builder for GA4
  • On the Mode listbox select Event Name
  • Checkout Events > enter the numbers of the checkout steps that will correspond to begin_checkout, add_shipping_info and add_payment_info
  • View Cart Event: if you want to track it, select it and enter the step number
  • Variable name: GA4 – Event Name
  • Save

Here are the step values that you will find in the image below:

  • 1 = view_cart (this is not enabled by default)
  • 2 = begin_checkout (the default step is 1)
  • 3 = add_shipping_info (the default step is 2)
  • 4 = add_payment_info (the default step is 3)

Configure the variable GA4 – Items

GA4 – Items has the purpose of managing the object items which will contain all the information needed for GA4.

In detail, the object will manage two possible scenarios:

Thanks to the management of both these scenarios, with this variable you will always have the correct structure for Google Analytics 4 🙂

Here are the steps to follow for this configuration:

  • Go to Variables > User-Defined Variables
  • Click on New and choose> EEC dataLayer Builder for GA4
  • On the Mode listbox select Items
  • Default Currency value: EUR (you can insert a different default value currency)
  • Variable name: GA4 – Items
  • Save

Step 3 – Create the dataLayer variables for purchase and refund

Unfortunately, the purchase and refund event must handle some parameters – seven to be precise – that are outside the object items.

In detail, the seven parameters to be handled are:

  • transaction_id
  • affiliation
  • value
  • tax
  • shipping
  • currency
  • coupon

These parameters are all contained in different positions inside the GTM dataLayer, depending on whether the dataLayer push was done for Google Universal Analytics or Google Analytics 4.

If you want to handle both the configurations (but this is a very unlikely case) then you would have to create 14 dataLayer variables in GTM.

The first scenario (Google Universal Analytics)

Let’s assume that you only have to manage the dataLayer of the Enhanced Ecommerce of Google Universal Analytics (this is the first of the two scenarios that I mentioned earlier).

Let’s start by creating one Variable for each of the seven parameters.

Here’s how to do it:

  • Go to Google Tag Manager > Variables > User Defined Variables > New > Variable Configuration
  • Variable type: Data Layer Variable.
  • Data Layer Variable Name: ecommerce.purchase.actionField.revenue
  • Data Layer version: Version 2.
  • Rename the Variable “dlv – ecommerce.purchase.actionField.revenue” and save it.

The configuration should look like this:

Now you just have to repeat this operation 6 times, changing the value to red for the other variables with:

  • ecommerce.purchase.actionField.affiliation
  • ecommerce.purchase.actionField.coupon
  • ecommerce.purchase.actionField.id
  • ecommerce.purchase.actionField.shipping
  • ecommerce.purchase.actionField.tax
  • ecommerce.currencyCode

Rename all variables by adding a simple prefix: “dlv –

Please be careful about ecommerce.currencyCode

This parameter is optional in Google Universal Analytics, but it is required in Google Analytics 4. If you don’t pass the currency parameter in GA4, the transaction event has some problems.

My suggestion is to check “Set Default Value” and insert “EUR” (if your e-commerce has Euro currency by default).

 

If your e-commerce also handles refunds, then you’d need to add an eighth variable, named

  • ecommerce.refund.actionField.id

Once this is done, you should have a list like this:

 

The second scenario (Google Analytics 4)

In the second scenario relating to the management of GA4 events that I described above, you need to create only the variables relating to the management of GA4.

(In this case, the dataLayer push is already passing the object items.)

Consequently, the seven dataLayer variables to create are:

  • ecommerce.affiliation
  • ecommerce.coupon
  • ecommerce.currency
  • ecommerce.shipping
  • ecommerce.tax
  • ecommerce.transaction_id
  • ecommerce.value

(In the following steps I will not consider this second scenario, and I will refer exclusively to the first scenario).

Step 4 – Create GA4 Tag Triggers

Now you just have to identify the name of the events in Google Universal Analytics (you should already have the event list if you have already implemented the Google Analytics Enhanced E-Commerce).

It all depends on how Enhanced E-commerce has been implemented, for example through modules / plugins in your CMS (WooCommerce, Prestashop, Magento, Shopify, etc), or through a custom software solution crafted by a software engineer.

[NOTE] It is possible that some pushes in the dataLayer to manage actions such as: promo impression, detail, checkout or purchase, were performed before the GTM event Container Loaded (ex Page View) and were performed without having declared the name of the event.

(By the way, if you do not declare the name of the event, you should get a slap on the wrist!)

The trick – or #barbatrucco, in Italian slang – to manage this situation (handling Message events in GTM debug) is to use GTM’s “All Pages” native trigger.

Also, if the transaction event (purchase) is done BEFORE the Container Loaded native event, then you will need to create a negative trigger and put it as exception to the Google Analytics 4 Tag which does not handle the transaction (purchase). This is because you would trigger the transaction (purchase) events two times. Don’t worry, you will see it well in step 5.

For the sake of simplicity, I will separate the actions purchase and refund from the other actions.
(I don’t think I have ever seen the action refund configured in Google Analytics).

In this example, I will use the WooCommerce implementation with the Duracell Tomi plugin.

Please note that in this example there are two actions that are not handled with a specific event:

  • detail (product detail)
  • checkout (step 1 of the checkout)

(Duracell Tomi, you should definitely get a slap on the wrist for this!)

Create the trigger GA – EEC Events

My intent here is to track all GA’s Enhanced E-Commerce actions excluding purchase and refund.

  • Click on Trigger > New > Trigger configuration
  • Trigger type: Custom event
  • Event Name: gtm4wp.addProductToCartEEC|gtm4wp.checkoutStepEEC|gtm4wp.productClickEEC|gtm4wp.productImpressionEEC|gtm4wp.promoClickEEC|gtm4wp.promoImpressionEEC|gtm4wp.removeFromCartEEC
  • Flag: Use regex matching
  • Fire this trigger fires on: All custom events
  • Trigger name: “GA – EEC Events”
  • Save

Create the Trigger GA – EEC Purchase

Here the intent is to track the purchase:

  • Click on Trigger > New > Trigger configuration
  • Trigger type: Custom event
  • Event Name: gtm4wp.orderCompletedEEC
  • Fire this trigger fires on: All custom events
  • Trigger name: “GA – EEC Purchase”
  • Save

Well, it was easier than expected, wasn’t it?

Let’s move on to the Tags and we’re done 🙂

Step 5 – Create the Google Analytics 4 Tags

Create the Google Analytics 4 property and the data stream

You’ve probably already created your property in Google Analytics 4 and the Data Stream of your site.

In case you have any doubts here is a small intro by Krista Seiden, who explains how to do it:

Retrieve your Google Analytics 4 code G-XXXXXXXX from your data stream.

In my case the value is: G-7CSDVRME94

Well, now let’s move on to the creation of the Tags:

Create the GA4 Configuration Tag

The Google Analytics 4 Configuration Tag will allow us to more easily manage GA4 events in the Event Tags.

  • Tag type: Google Analytics: GA4 Configuration
  • Measurement ID: G-XXXXXXXXX
  • Trigger: All Pages
  • Tag Name: GA4 – Configuration

Create the two GA4 Event Tags to manage E-commerce tracking

This is the last step before the final verification with debugging.

Beware of triggers. As explained before in red if not all e-commerce actions are handled by a specific event and are pushed before Container Loaded we will need to use the “All Pages” activator as well.

Also if the specific event of the transaction (in our case it will be gtm4wp.orderCompletedEEC) is pushed before the Container Loaded as in the image below:

then a universal negative trigger must be set up for the GA4 – EEC Tag.

This is the universal negative trigger for the purchase.

  • Click on Trigger > New > Trigger configuration
  • Trigger type: Custom event
  • Event Name: .*
  • Flag: Use regex matching
  • Fire this trigger: GA4 – Event Name then choose equals and purchase
  • Name: “GA4 Event Name – Purchase”
  • Save.

 

So you have three possible cases, obviously, you will have to choose the one that best suits your situation:

  • case A
    Select as trigger ► GA – EEC – Events
    If there are pushes before Container Loaded that are not handled by a specific event ► also choose All Pages trigger
    If your purchase event is pushed before Container Loaded ► create the negative trigger “GA4 Event Name – Purchase” and put it as an exception
  • case B
    Select as trigger ► GA – EEC – Events
    If there are pushes before Container Loaded that are not handled by a specific event ► also choose All Pages trigger
  • case C
    If all events are declared then just choose ► GA – EEC – Events as trigger

 

Case A

  • Tag type: Google Analytics: GA4 Event
  • Configuration Tag: choose from the list > GA4 – Configuration
  • Event Name: choose the variable {{GA4 – Event Name}}
  • Event Parameters: click on Add Row
    • Parameter Name: items
    • Value: choose the variable {{GA – Items}}
  • Trigger: All Pages , then choose the Trigger GA – EEC – Events
  • Exeptions: GA4 Event Name – Purchase
  • Name: GA4 – EEC
  • Save

Case B

  • Tag type: Google Analytics: GA4 Event
  • Configuration Tag: choose from the list > GA4 – Configuration
  • Event Name: choose the variable {{GA4 – Event Name}}
  • Event Parameters: click on Add Row
    • Parameter Name: items
    • Value: choose the variable {{GA – Items}}
  • Trigger: All Pages , then choose the Trigger GA – EEC – Events
  • Name: GA4 – EEC
  • Save

Case C

  • Tag type: Google Analytics: GA4 Event
  • Configuration Tag: choose from the list > GA4 – Configuration
  • Event Name: choose the variable {{GA4 – Event Name}}
  • Event Parameters: click on Add Row
    • Parameter Name: items
    • Value: choose the variable {{GA – Items}}
  • Trigger: choose GA – EEC – Events
  • Name: GA4 – EEC
  • Save

My case (that of Woocommerce) is case A

Now I am going to create the Tag for the action purchase because, as I mentioned before, I need to pass the seven additional parameters.

  • Tag type: Google Analytics: GA4 Event
  • Configuration Tag: choose from the list > GA4 – Configuration
  • Event Name: choose the variable {{GA4 – Event Name}}
  • Event Parameters: click on Add Row
    • Parameter Name: items
    • Value: choose the variable {{GA – Items}}
  • Event Parameters: click on Add Row
    • Parameter Name: transaction_id
    • Value: choose the variable {{dlv – ecommerce.purchase.actionField.id}}
  • Event Parameters: click on Add Row
    • Parameter Name: affiliation
    • Value: choose the variable {{dlv – ecommerce.purchase.actionField.affiliation}}
  • Event Parameters: click on Add Row
    • Parameter Name: tax
    • Value: choose the variable {{dlv – ecommerce.purchase.actionField.tax}}
  • Event Parameters: click on Add Row
    • Parameter Name: shipping
    • Value: choose the variable {{dlv – ecommerce.purchase.actionField.shipping}}
  • Event Parameters: click on Add Row
    • Parameter Name: coupon
    • Value: choose the variable {{dlv – ecommerce.purchase.actionField.coupon}}
  • Event Parameters: click on Add Row
      • Parameter Name: value
    • Value: choose the variable {{dlv – ecommerce.purchase.actionField.revenue}}
  • Event Parameters: click on Add Row
    • Parameter Name: currency
    • Value: choose the variable {{dlv – ecommerce.currencyCode}}
  • Trigger: GA – EEC – Purchase
  • Name: GA4 – EEC – Purchase
  • Save

 

Step 6 – Debug and verify operation

Activate the Google Tag Manager Debug Preview and check if the Tags are activated and if they actually manage the parameters in GA4 🙂

As you can see, product impressions are handled. Events number 3 and 4 have the tag GA4 – EEC fired:

If you click the Tag and check the Values, you can notice that both the name of the event view_item_list and the values of the items are handled correctly:

 

Now it’s time for the final test: let’s check if Google Analytics 4 actually receives the values.

To do this, just change the GTM code to the GA4 code on the Tag Assistant.

Now you will see all the Hit Sent in Google Analytics 4.

In detail, I have the values ​​3, 4, and 5 which correspond to the GA4 event:

  • Page View
  • View Item List

What about the purchase? That works too 🙂

Check GA4 transaction on GTM Debug

Go to debug of GTM and click the G-XXXXXX icon on the left-top menù. Search your purchase transaction and check if there are all transaction parameters:

Conclusion

Well, now you have no more excuses! You can track your e-commerce with Google Analytics 4 and start exploring all the new features of the new version of Google Analytics.

If you have any doubts or questions, please leave me a comment 😉

BonusVideo

MeasureCamp UK Virtual 2021 – The next Level of e-commerce tracking GA4 with GTM

 

The GA4 Spaghetti Carbonara at SuperWeek 2021

With my business Partner Roberto, we talked about “The GA4 Spaghetti Carbonara”. Enjoy 🙂

 

Matteo Zambon

View Comments

    • Hi Isabella, I recommend to use the GA4 dataLayer :) So the best way is use the native GA4 configuration without custom template :)

      Let me know if it works for you.

      Matteo

  • Buongiorno Matteo,
    ho seguito passo passo la guida, ma credo ci sia qualche problema perchè non vedo nessun dato in modalità debug.
    Non capisco se il data layer viene creato correttamente.
    Il sito è realizzato con woocommerce, come potrei verificare dove sta il problema?
    Grazie

  • Thanks so much for doing this guide, Matteo. It's been a huge help to me. I have it mostly working, I see the purchase events, and the items on the order....but in "Monetization" the "Total Revenue", "E-Commerce Revenue" and "Item Revenue" is always 0.00

    In "realtime" I can see the purchase event has a value. I'm not sure how to debug the 0.00 values. Do you happen to have any ideas?

    Thanks again!

    • Hey Rory, did you check the currency parameters? It's a mandatory if you want to see the revenue on GA4.

      Let me know.

  • Hi Matteo,

    Do you know why events like view_item and add_to_cart are doubled inside GTM Server Side? I am using this tag to send events further to GTM Server Side.

    All config inside standard GTM looks fine. Just one event like add_to_card is being fired, but two are visible inside GTM Server Side. All other tested activity like page_view, select_item, select_item_lists works like a charm.

    Any clue?

  • Thank you for the detailed and comprehensive nature of this material. I would have lost the train of thought without your specificity on each step. Google should pay you to develop "how to" resources for them.

    • Hi John! Thank you very much for this feedback.
      Actually, I'm an official beta tester of GTM ;)

    • Hi Cesar, could you share the configuration of the purchase tag?
      This is the configuration:

      Let me know :)

    • Hi Niels, you need to set up the exception trigger purchase in the GA EEC tag. Make sure the purchase event still exists.

      Let me know if it works

  • Hi Matteo, first of all thanks from The Netherlands for the awesome tutorial and template. I can't imagine how much work this have costs you, so I'm very glad you helped us all with this!

    I've walked trough all steps and everythings seems to work perfectly. I only don't see any ecommerce value on the overview page: https://dsc.cloud/4f0660/Screen-Shot-2021-03-10-10-07-19.06.png. But when I look under ecommerce purchases I do see the value and the products which are bought: https://dsc.cloud/4f0660/Screen-Shot-2021-03-10-10-08-36.30.png.

    Is this a setting in Google Analytics or am I missing something? :)

    Thanks already for your reply mate!

    Ciao Ciao,
    Nick

    • Hi Nick and thank you for your feedback. Did you check the GA4 parameters in the GTM debug mode?
      Did you see these parameters?

      Please, be careful about ecommerce.currencyCode.

      Let me know.

  • Hello Matteo,

    Thanks for this fantastic guide! I was used to Universal analytics and I must admit that the switch to GA4 is tough ... Thanks to your guide everything is working perfectly!

    I just have a small problem, I'm trying to bring up the add to cart event in analytics. Does your variable do this automatically or do I need to create a new one?

    Basically, I only view items and purchase on alytics right now. I tried by following other guides to create a new add to cart variable in addition: https://prnt.sc/10ed7uw

    Also, it seems that I should add an event on GA4 to display it, it is not included in the base? I did not find anything on the subject here is what I added:
    https://prnt.sc/10ed8zb

    Thank you very much !

    • Hi Timothe, you don't implement a specific Tag for add_to_cart, because all parameters are in the object "items" and it's ok with my template variable (step 5).
      Could you share URL of your ecommerce?

      Thank you!

  • Hi Matteo,

    Great article, thanks. I have implemnted all the steps, but in preview I am not seeing any of the Custom Events. I can see that tags are firing as they should, but not custom events. No errors showing though, which is good. I am using WooCommerce and so wnet with case 3 with the negative tag. Thanks.

    • Hi Hugh and thanks.
      Ok, are you sure the Universal Analytics Enhanced E-Commerce is set up? Could you share the URL or some screenshots?

      Thanks

Recent Posts

Come gestire la Consent Mode v2 con Iubenda e Google Tag Manager

Grazie alle Consent Management Platform puoi gestire in modo semplice ed efficace i consensi al…

2 mesi ago

ANALYTIX TALK: il Podcast di Marketing e Digital Analytics

Hai mai desiderato un luogo dove i commenti sulle ultime novità, i metodi delle migliori…

2 mesi ago

Tutto sulla Consent Mode e come gestire la Consent Mode v2: guida completa

Se la GDPR ti sta a cuore e se ti occupi di advertising, allora questo…

2 mesi ago

Come migrare gli eventi da Google Universal Analytics (GA3) Google Analytics 4 (GA4)

[Aggiornata il 6 Febbraio 2024] Quante volte avrai sentito la classica frase “Siamo a Luglio,…

3 mesi ago

Alternativa Google Optimize: usa Google Tag Manager per A/B Test

Ora che anche il caro Google Optimize ci ha lasciati, quella che troverai in questa…

4 mesi ago