All Collections
Integrations
Integrating with Volusion
Integrating with Volusion

Learn how to integrate Tapfiliate with Volusion.

Maria avatar
Written by Maria
Updated over a week ago

Integrating Tapfiliate with Volusion involves setting up an affiliate marketing program connecting the software to your Volusion online store. This enables you to track affiliate sales and commissions based on order amount.

To commence the process:

1. Log in to your Volusion admin panel, navigate to the Design section > File Editor

2. Afterward, pick your template from the dropdown menu. Then paste the code below just after the <body> tag at the beginning of the file and click Save

<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>

Make sure to replace YOUR ACCOUNT ID with the actual account id that you can find on your Tapfiliate's Profile Settings page.

3. Navigate to the Design section and select Site Content and find Article ID 130 > Click the Article ID > In the Article Body field, click the HTML icon (all the way on the left) in the Easy Editor toolbar

In case the article isn't assigned the ID 130 in your store, utilize the Search function to locate the article associated with the Spot Key "ROI_Javascripts".

4. Input or paste the following code into the Article Body field and click Save

<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>

Remember to replace 'YOUR ACCOUNT ID' with your actual account ID.

Also, you can check out our Volusion integration guide here.

Before launching your program, remember to test a conversion. This step will help you confirm that your setup is accurate and fully operational before you proceed.

Did this answer your question?