Out-of-the-box features:
- Conversion tracking
- Commission based on order amount
- Track affiliate coupon code conversions
- Supports lifetime commissions
- Auto-handle recurring commissions
- Auto-handle refunds and disputes
In the admin area, go to: Website Settings > External Plugins > Add
Setting Value Name Tapfiliate landing Version All Type Javascript Position Body End Location All pages In the script box, enter the following code:
<script src="https://script.tapfiliate.com/tapfiliate.js" type="text/javascript" async></script> <script type="text/javascript"> (function(t,a,p){t.TapfiliateObject=a;t[a]=t[a]||function(){ (t[a].q=t[a].q||[]).push(arguments)}})(window,'tap'); tap('create', '((((YOUR ACCOUNT ID))))', { integration: "shopping-cart-elite" }); tap('detect'); </script>
{{{{NO_ACCOUNT_ID_SET_MESSAGE}}}}
Hit ok
Add another custom plugin by clicking the “add” button again:
Setting Value Name Tapfiliate conversion Version All Type Javascript Position Body End Location Specific page > Order Confirmation In the script box, enter the following code:
<script src="https://script.tapfiliate.com/tapfiliate.js" type="text/javascript" async></script> <script type="text/javascript"> (function(t,a,p){t.TapfiliateObject=a;t[a]=t[a]||function(){ (t[a].q=t[a].q||[]).push(arguments)}})(window,'tap'); tap('create', '((((YOUR ACCOUNT ID))))', { integration: "shopping-cart-elite" }); tap('conversion', '~orderID~', '~subtotal~'); </script>
{{{{NO_ACCOUNT_ID_SET_MESSAGE}}}}
Hit ok, and you are all done!
Important
Please remember to test a conversion before starting your program. This way you can verify that tracking has been set up correctly. You can create a test conversion by following the steps described here.