Versions Compared

Key

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

The ShareASale tracking code involves two scripts. The first is placed in your <head> tag on every page of your site. The second is placed on your confirmation page.

...

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

Where !!!!! is your Master Tag ID. 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.

Make sure you click the SAVE button at the bottom of the screen.

...

Paste the below code in the blank field:

Info

Replace “XXXXX” Replace XXXXX in the script below with your ShareASale Merchant ID.

Please also make sure that you replace the !!!! in the code with your Master Tag ID according to the Master Tag Installation instructions above.

Code Block
<img id="_SHRSL_img_1" src="https://www.shareasale.com/sale.cfm?tracking={{order.id}}&amount={{order.amount}}&merchantID=XXXXX&transtype=sale&currency={{order.currency}}" width="1" height="1">
<script src="https://www.dwin1.com/19038!!!!!.js" type="text/javascript" defer="defer"></script>

...

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.

...