Skip to main content
All CollectionsEcommerce Integrations
Shopify Integration for Shiprocket
Shopify Integration for Shiprocket

Shopify integration when Shiprocket is a checkout partner

Updated this week

At a Glance: Shopify and Trackier integration, where the checkout partner is Shiprocket, you can easily connect your Shopify store to Trackier and track all your clicks and conversions in one place on your Trackier dashboard.

Overview

Shiprocket as Checkout Partner: This article explains how to set up pixel integration on your Shopify store and ensure seamless tracking of conversions from checkout to final purchase when using Shiprocket. As it fires conversion through GTM, hence we've linked the GTM with the customer event pixel.

Step 1: Place the Shopify customer event pixel

  • Navigate to Automation and click on E-Commerce, then click on Setup Instructions.

  • Select a tracking domain and an advertiser.

  • Below, you can find the Shopify Web Pixel with all the macros already replaced in the pixel code.

Note: For brands, selecting an advertiser is not required. Simply copy the pixel from the Trackier panel and paste it into the Shopify custom pixel section.

For creating the new customer event on Shopify:

  • Click on settings and go to customer events.

  • Click on Add Custom Pixel.

  • Add the Shopify Web Pixel, which you can get from the Trackier panel.

Step 2: Place the JavaScript pixel for Shiprocket

  • The JS pixel has to be placed on all landing pages. To do that, update Shopify's β€œtheme.liquid” file.

  • In the β€œtheme.liquid” file, place the static code just after the <body> tag.

  • To do that, go to: Online store > Themes > Action > Edit Code > theme. liquid

  • Please find below the pixel that needs to be placed in the "theme.liquid" file.

JS Pixel:

<script type="text/javascript">
(function(w, d, u) {var f = d.getElementsByTagName('script')[0];
j = d.createElement('script');j.async = true;
j.src = u;
j.onload = function () {
window.TrackierWebSDK.integrateGTMShopify();
};
f.parentNode.insertBefore(j, f);
})(window, document, 'https://static-cdn.trackier.com/js/trackier-web-sdk.js');
</script>

Once both steps are completed, you'll start receiving clicks and conversions on the Trackier dashboard and reports.


We're thrilled to have put together a top-notch team of qualified experts who are available to handle any of your concerns and respond to any inquiries you may have. You can contact us at any time by sending an email to support@trackier.com or using the in-platform chat feature.

Did this answer your question?