Framer
Add attribu.tech to your Framer site.
Setup
- In your Framer project, click the gear icon to open Site Settings.
- Go to the Custom Code section.
- In the Start of <head> tag field, 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 your attribu.tech dashboard. Replace yourdomain.com with your site's root domain (including your custom domain if you have one).- Click Save, then Publish your site.
Verify installation
- Visit your published Framer site.
- Open your browser's Developer Tools and check the Network tab for a request to
/js/script.js. - Check your attribu.tech dashboard - a pageview should appear within a few minutes.
Custom code only runs on the published site, not in the Framer editor preview. You need to publish to see tracking data.
What's next
- Custom events - Track button clicks, form submissions, and other user actions.
- Stripe integration - Attribute revenue to traffic sources.