Mobile app version of vmapp.org
Login or Join
Correia994

: Is it possible to track google analytics conversions on a shopify buy button? Client has a website on Squarespace, with google analytics tracking. They are using shopify for order processing.

@Correia994

Posted in: #GoogleAnalytics #Shopify #Tracking

Client has a website on Squarespace, with google analytics tracking.

They are using shopify for order processing. I think this is called the 'buy button sales channel' on shopify. When a user clicks 'BUY' on the squarespace site they are forwarded to the shopify domain checkout.shopify.com/...
Shopify -> Settings -> Checkout has a field called 'additional scripts' which seems promising. The help states:


The Additional content & scripts box is used to insert code into the template for your order status page. You can add any of the following:

HTML You can use any valid HTML5 code, for example script, style, iframe and object elements.

Liquid code You have access to the checkout and shop liquid objects.

ROI/conversion tracking scripts

Referral tracking scripts


So I added a test script to that field:

<script language="javascript" type="text/javascript">
console.log('test');
</script>

But I don't see any console message. Perhaps this only works on the 'order status page'?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Correia994

1 Comments

Sorted by latest first Latest Oldest Best

 

@Pope3001725

As you noted, the Shopify -> Settings -> Checkout field called 'additional scripts' will only load on the actual status page after checkout is complete.

In order to add your Buy Button event tracking in Shopify, you want to add your scripts to the Checkout > Order Processing section. Refer to ecommerce.shopify.com/c/ecommerce-marketing/t/using-a-custom-google-analytics-code-with-buy-button-426022
Otherwise, using Google Tag Manager, you can more readily setup the event tracking for future marketing campaign metrics.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme