Wix
Add attribu.tech to your Wix site.
Setup
- In your Wix dashboard, go to Settings.
- Click Tracking & Analytics under Advanced Settings.
- Click + New Tool and select Custom.
- 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.- Under Add Code to Pages, select All Pages.
- Under Place Code in, select Head.
- 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
- Visit your Wix site in an incognito/private window.
- Open your browser's Developer Tools and go to the Network tab.
- Look for a request to
/js/script.jsand a POST to/api/events. - Check your attribu.tech dashboard. A new pageview should appear within a few seconds.
What's next
- Connect Stripe to attribute revenue to traffic sources.
- Track custom events like signups or button clicks.
- Proxy the script to avoid ad blockers.