All Collections
Integrations
Integrating with Miva Merchant
Integrating with Miva Merchant

Learn how to integrate Tapfiliate with Miva Merchant.

Maria avatar
Written by Maria
Updated over a week ago

Integrating Tapfiliate with Miva Merchant allows you to track conversions and calculate commissions based on the order amount.

You can follow the steps below or our Miva Merchant integration guide here.

To begin the process:

1. Log in to your Miva Merchant admin panel, navigate to Menu > User Interface > Settings

2. Paste the provided code into the Global Footer box:

<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: "miva-merchant" });

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. Switch to the Pages tab and choose the Invoice template for editing. Locate the Footer box within the selected template and insert 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: "miva-merchant" });

tap('conversion', '&mvt:order:id;', '&mvt:order:subtotal');

</script>

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

4. Save your changes, and you're finished!

Finally, don't forget to test a conversion to confirm that the tracking has been set up correctly. Creating a test conversion will help verify the integration's accuracy. Refer to the provided instructions on how to create a test conversion.

Did this answer your question?