Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

ShareASale’s tracking for Shopify involves two 'tags,' which are snippets of code installed in the Checkout settings of Shopify’s admin and in the central theme.liquid template. The first tag is for tracking conversions (i.e. sales) and the second for assisting with Affiliate click attribution accuracy in certain browsers. Installation of both should be simply copy and paste of the code included herein.

...

Scroll down to the section labeled Order status page. In the field labeled Additional Scripts, add the below code.

Info

Replace the XXXXX in the code below (Line 4) with your ShareASale Merchant ID (Line 4). You can find this at the top-left of your ShareASale account when you are logged in.

Info

Replace the !!!!!! in the code below (Line 53) with your Master Tag ID (Line 53).

For merchants in the Setup Wizard, you can find this within Step 4 (Tracking Code Installation).

For live merchants, you can find this by navigating to MY ACCOUNT > ACCOUNT DETAILS
Account Details: https://account.shareasale.com/m-account.cfm

If you cannot locate your Master Tag ID, or would like to verify that you have one, please submit a ticket to our ShareASale support staff.

...

Code Block
<script src="https://www.dwin1.com/!!!!!.js" type="text/javascript" defer="defer"></script>
Info

Replace the !!!!!! in the code with your Master Tag ID.

For merchants in the Setup Wizard, you can find this within Step 4 (Tracking Code Installation).

For live merchants, you can find this by navigating to MY ACCOUNT > ACCOUNT DETAILS
Account Details: https://account.shareasale.com/m-account.cfm

If you cannot locate your Master Tag ID, or would like to verify that you have one, please submit a ticket to our ShareASale support staff.

...

If you were emailed a link to this document, a test link may have been provided to you. If it wasn’t, you can obtain one from your account by clicking here.

NOTE: If you do not click the test link your order will not track.

The test link should direct you to your own store. Once there, please purchase any item in your store. Sometimes Merchants will have a test item worth $1.00 sale price, but above $0.00 minimum.

...