Learn business growth with Google Analytics 4 › Forums › Google Analytics 4 › How can I track product images on Shopify product pages using Google Analytics 4 (GA4)? › Reply To: How can I track product images on Shopify product pages using Google Analytics 4 (GA4)?
-
To tie your custom dimension
ab_page_image
into Shopify, you would need to modify the Google Analytics tracking script on your Shopify website. This modified script should send theab_page_image
value to Google Analytics whenever a relevant event occurs. The changes would need to be put in the Shopify system either in the form of Liquid code in your Shopify theme, or through additional JavaScript code based on where you’re collecting theab_page_image
values from. For instance, ifab_page_image
is a metafield associated with a product, you would retrieve it using Shopify’s Liquid templating language and pass this value into the GA4 event being sent. A developer familiar with both Shopify and GA4 should be able to help set this up for you.