All Collections
Integrations
Integrating with Ecwid
Integrating with Ecwid

Learn how to integrate Tapfiliate with Ecwid.

Maria avatar
Written by Maria
Updated over a week ago

Integrating Tapfiliate with Ecwid allows you to set up an affiliate marketing program to track and manage affiliate sales and commissions for your Ecwid store.

Ecwid can function as an independent online store or be integrated with another platform. Depending on your case, please follow the relevant instructions:

  • If you've integrated Ecwid with another platform, access your website's admin panel and search for options that permit the addition of a 'custom tracking code.' Insert this code in such a manner that it loads on every page of your website or online store.

  • If you have an independent Ecwid store (Instant Site), you can check out our Ecwid integration guide here or/and watch our video guide and steps below.


    โ€‹

1. Log in to your dashboard, navigate to 'All Sales Channels,' then select 'Starter Site/Website.' Scroll down to the 'SEO settings' section, paste the provided code into the box labeled 'Header meta tags and site verification,' and hit 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: "ecwid" });

tap('detect');

</script>

Ensure that you replace 'YOUR ACCOUNT ID' with your actual account ID.

2. In your Ecwid dashboard, access 'Settings,' then go to 'General' and select 'Tracking and analytics.'

3. Scroll down to find the option labeled 'Custom tracking code on Order Confirmation page.'

4. Insert the conversion code provided and hit 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: "ecwid" });

tap('conversion','${order.number}','${order.subtotal}');

</script>

Be certain to replace 'YOUR ACCOUNT ID' with your real account ID.

Please note that integration with Wix combined with Ecwid is not supported.

Remember to perform a test conversion before launching your program. This step ensures that tracking has been correctly configured. You can create a test conversion by following the steps outlined here.

Did this answer your question?