Integrating with Volusion

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
  1. From your Admin Area, go to Design > File Editor
  2. Next select your template form the dropdown and add the following code just after the <body> tag at the top of the file:

    <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: "volusion" });
      tap('detect');
    </script>
    

{{{{NO_ACCOUNT_ID_SET_MESSAGE}}}}
3. Hit Save
4 Go to: Design > Site Content > Scroll down until you find Article ID 130. (If the article is not ID 130 in your store, use Search to find the article where Spot Key is ROI_Javascripts) > Click the Article ID > In the Article Body field, click the HTML icon (all the way on the left) in the Easy Editor toolbar.
5. Enter or paste the following code into the Article Body field:

  <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: "volusion" });
      tap('conversion', Order[0], Order[2] - Order[4] - Order[5]);
  </script>

{{{{NO_ACCOUNT_ID_SET_MESSAGE}}}}
6. Hit Save 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.

Start a 14-day free trial with all our features enabled