Wix

Add attribu.tech to your Wix site.

Setup

  1. In your Wix dashboard, go to Settings.
  2. Click Tracking & Analytics under Advanced Settings.
  3. Click + New Tool and select Custom.
  4. Paste the tracking script:
<script
  defer
  data-website-id="YOUR_SITE_ID"
  data-domain="yourdomain.com"
  src="https://attribu.tech/js/script.js"
></script>
Replace YOUR_SITE_ID with your actual Website ID from attribu.tech. Replace yourdomain.com with your website's root domain.
  1. Under Add Code to Pages, select All Pages.
  2. Under Place Code in, select Head.
  3. Give it a name (e.g. "Attribu") and click Apply.
Tracking & Analytics requires a Wix Premium plan. Free Wix sites do not support custom code injection.

Verify installation

  1. Visit your Wix site in an incognito/private window.
  2. Open your browser's Developer Tools and go to the Network tab.
  3. Look for a request to /js/script.js and a POST to /api/events.
  4. Check your attribu.tech dashboard. A new pageview should appear within a few seconds.

What's next

Copied