Skip to main content

Wix

Learn how to install the Tanganica Pixel on Wix. This article explains how to add the code in Custom Code settings, apply it to all pages, and test if the Pixel is working correctly.

I
Written by Info Tanganica
Updated over a week ago

The Tanganica Pixel lets you track ad performance, get detailed statistics, and unlock advanced features. Here’s how to install it on your Wix store:

1. Log in to Wix admin

  • In the left menu, go to Settings → Development & integrations → Custom Code.

  • In the top right, click Add Custom Code.

2. Add the Tanganica Pixel code

  • Paste the following code into the first field:

<!-- Tanganica pixel -->

<script>(function(w,d,s,l,i){w[l]=w[l]||[];

w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});

var f=d.getElementsByTagName(s)[0],j=d.createElement(s),

dl=l!='dataLayer'?'&l='+l:'';j.async=true;

f.parentNode.insertBefore(j,f);

})(window,document,'script','dataLayer','GTM-TRS5RSN');</script>

<!-- End Tanganica pixel -->

  • Name the code for clarity (e.g., Tanganica Pixel).

  • Under Add Code to Pages, select All Pages.

  • Under Place Code In, select Head.

  • Save changes with Apply.

❗ After saving, test in Tanganica to confirm the Pixel is working correctly.

Troubleshooting if Pixel is not detected:

  • Wix may restrict custom scripts if you don’t have a paid plan → make sure you’re on a paid version.

  • Check that the code is placed between <head> and </head>.

  • Confirm you applied it to All Pages.

  • Verify all changes were saved.

  • Ensure your store pages are fully functional.

👉 Still not working? Contact our support — we’ll be happy to help 🚀

📖 You can also find the full step-by-step guide in our Help Center: tanganica.com/en/help-center

Did this answer your question?