Framer

Add attribu.tech to your Framer site.

Setup

  1. In your Framer project, click the gear icon to open Site Settings.
  2. Go to the Custom Code section.
  3. 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).
  1. Click Save, then Publish your site.

Verify installation

  1. Visit your published Framer site.
  2. Open your browser's Developer Tools and check the Network tab for a request to /js/script.js.
  3. 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

Copied