1 minute

Install Web-Tracking.eu on Framer

Framer's Custom Code panel injects scripts into the document head of every published page.

1

Open Site Settings

In your Framer project, click the project icon in the top-left and choose Site Settings. Open the General tab and scroll down to Custom Code.

Screenshot: Framer Site Settings → Custom Code
2

Paste in Start of <head> tag

In the Start of <head> tag field paste:

<script src="https://web-tracking.eu/t.js?site=YOUR_SITE_ID" defer></script>

Replace YOUR_SITE_ID with your site ID from the Web-Tracking.eu dashboard.

3

Publish

Custom code is only included on published sites. Click Publish in the top-right to push your changes live.

Verify it's working

  1. Open your site in a private/incognito window.
  2. Visit any page on the site.
  3. Open the Web-Tracking.eu dashboard for this site.
  4. The Realtime view should show your visit within 5–10 seconds.

Having trouble?

  • No data showing: Confirm the script is in the page source (View Source > search web-tracking.eu/t.js).
  • Wrong site ID: Double-check the ID matches the one in your dashboard. IDs are case-sensitive.
  • Ad blocker: Web-Tracking.eu is privacy-friendly, but some aggressive blockers still hide it. Test in a fresh browser.
  • Caching: Many platforms cache the page HTML. Purge your cache after install.
  • Still stuck? Email hello@web-tracking.eu with your site URL.
← Back to install hub