Jump to content

GTM + GA4 Ecommerce tracking

Recommended Posts

Hi!

I have implemented google tag manager and google analytics 4 on my website and have some tracking running. I cant seem get  common e-commerce data. I have implemented "view_item" and "add_to_cart" tracking but it wont show in GA4. I have created a custom event in GTM. But in the preview mode I cant find any such event firing. I can se purchases though, both in the GTM preview mode and in the GA4 data. 

I have Squarespace Commerce Basic Plan.

I'm pretty new at this and followed a youtube tutorial. I think it was this one: 

 

Edited by ebba_emilia
Link to comment
  • 3 weeks later...

The current integration for GA4 is very poor.

Standard page_view events aren't being passed over and for the "events" they passover like purchase they are missing many parameters you'd expect to see in GA4 ecommerce reporting. As well the attribution is broken with all events reporting as direct (event with referral exclusions configured and added as domains in the data stream) Some pageview include a page title but are missing the page_location) 

If you are looking to track where users are coming from acuity doesn't seem to be the platform to use.

Link to comment
  • 2 weeks later...

I also see this JSON in the html code which you can try and grab as variables to reuse in GTM.

 

"name":"Free Introductory Class (18Jan23) \u2014 Advanced Coaching Practicum",
"image":"http://static1.squarespace.com/static/606fac27ab8eb21ff5f16564/60b3ab98d093263ad52f5867/63c029671767ad706d92baa3/1627923825482/Free+Intro.png?format=1500w",
"description":"",
"brand":"Advanced Coaching Practicum",
"offers":{
"price":0.00,
"priceCurrency":"USD",
"url":"https://www.advancedcoachingpracticum.com/store/p/free-introductory-class-5chgk-mkztn-5h9wz-6j8tp-swxk5-gk85z",
"availability":"InStock",
"sku":"SQ3672870",
"@context":"http://schema.org",
"@type":"Offer"},
"@context":"http://schema.org",
"@type":"Product"}

Link to comment
  • 3 months later...

Static.SQUARESPACE_CONTEXT, script[type="application/json"] for cart and checkout data, meta tags, and certain attributes like data-test, data-testid, and data-content-field can be utilized to gather collection and product details. However, it is important to note that some Squarespace themes utilize AJAX for page handling, which can potentially complicate the process of data collection.

Link to comment
  • 5 months later...

Hey @ebba_emilia I was struggling with this same problem, and recently figured out how to implement GA4 ecommerce tracking on my website.

Now I'm able to measure how many people view my products, select a item, add to cart, remove from cart, begin checkout, and make a purchase in GA4:

Analytics_Purchasejourney-ga4.thumb.png.a95632a908c6e3908040609fecb75487.png

 

ecommerce-purchase-journey-ga4-exploration-report.thumb.png.78d3d8d061ff61ce02cf64c5f0122b4a.png

To make it easier for other Squarespace users, I created a GitHub repo for folks to simply copy and paste the code into their own Google Tag Manager containers: https://www.tayloreddata.com/blog/how-to-track-ga4-ecommerce-events-on-your-squarespace-website

Let me know if you have any questions!

Edited by TayloredData

Data Nerd 🧑🏾‍💻|  I help businesses transform data into actionable insights & sales | Chat with me about your website + marketing analytics challenges: TayloredData.com

Prefer video tutorials? Check out my latest marketing and web analytics how to videos

Link to comment
  • 4 weeks later...

@TayloredData Thanks for your blog post, I'm looking through it now.  Is it missing where you set the data layer variables though? 

I see them in the screenshot for "Tag Configuration" under Event Parameters eg: {{DLV - item_variant_size}}. However I can't see anywhere where you set these variables? 

I'm fumbling my way through this so not sure if I'm on the right track here!  Would it be something like:

 

  1. Name: DLV - item_variant_size

    • Type: Data Layer Variable

    • Variable Name: ecommerce.item_variant_size

Link to comment
On 1/23/2024 at 2:22 AM, GlynMusica said:

I thought that the problem was that you could not get a GTM to fire on the page where the purchase values are unloaded. Can you confirm that is still the case.

Hi @GlynMusica that's not the case. You can't load GTM on the secure checkout page (the page where the user pays) since it's a third party payment system, but you can load GTM on the confirmation page where the purchase values are.

Here's a screenshot of my purchase confirmation page with the GTM debugger open. You can see that I'm able to push the purchase data to the data layer:

screenshotpurchasegtmdebugger.thumb.png.80412a6db059a01cb162673ddd9ac58f.png

Data Nerd 🧑🏾‍💻|  I help businesses transform data into actionable insights & sales | Chat with me about your website + marketing analytics challenges: TayloredData.com

Prefer video tutorials? Check out my latest marketing and web analytics how to videos

Link to comment
On 1/20/2024 at 4:04 PM, sanfly said:

@TayloredData Thanks for your blog post, I'm looking through it now.  Is it missing where you set the data layer variables though? 

I see them in the screenshot for "Tag Configuration" under Event Parameters eg: {{DLV - item_variant_size}}. However I can't see anywhere where you set these variables? 

I'm fumbling my way through this so not sure if I'm on the right track here!  Would it be something like:

 

  1. Name: DLV - item_variant_size

    • Type: Data Layer Variable

    • Variable Name: ecommerce.item_variant_size

Hi @sanfly, you're on the right track! The variable name would be item_variant_size 😊

image.png.ad56ae6a43d4f71d29d9c39ffb38d06a.png

I've updated my blog post to include setting up the data layer variables in Google Tag Manager: https://www.tayloreddata.com/blog/how-to-track-ga4-ecommerce-events-on-your-squarespace-website#ecommerce-event-parameters

Edited by TayloredData

Data Nerd 🧑🏾‍💻|  I help businesses transform data into actionable insights & sales | Chat with me about your website + marketing analytics challenges: TayloredData.com

Prefer video tutorials? Check out my latest marketing and web analytics how to videos

Link to comment
On 1/24/2024 at 12:20 PM, TayloredData said:

Hi @GlynMusica that's not the case. You can't load GTM on the secure checkout page (the page where the user pays) since it's a third party payment system, but you can load GTM on the confirmation page where the purchase values are.

Here's a screenshot of my purchase confirmation page with the GTM debugger open. You can see that I'm able to push the purchase data to the data layer:

screenshotpurchasegtmdebugger.thumb.png.80412a6db059a01cb162673ddd9ac58f.png

 

That's cool, thanks for that update.

I found a really cool tool the other day for helping with the debugging of GTM,  as version 1 and version 2 render slightly differently.

Take a look at a Chrome Extension called datalayerchecker. It can help surface the specific names of the variables that you need sniff on pages like this.

Assume that the trigger for that is a "contains" /order + variables.

G.
 

We provide digital marketing services for businesses that need exposure/sales from search and social media networks. We also build incredibly fast and well optimised multi-language Square Space websites.
Digital Marketing | Marketing Digitale

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.