Trackthemetric Logo

Trackthemetric + Framer

Follow these steps to integrate Trackthemetric analytics into your Framer site.

1
Add tracking script using Custom Code

Framer lets you add custom code that runs across your entire site.

1. Open your Framer project and click the Settings icon in the top right.

2. Select Custom Code.

3. In the Head section, paste the following snippet:

<script
  defer
  id="TrackTheMetric"
  data-website-id="YOUR_WEBSITE_ID"
  data-domain="YOUR_DOMAIN.COM"
  src="https://app.trackthemetric.com/tracker.js"
></script>

Replace the YOUR_WEBSITE_ID and YOUR_DOMAIN.COM with your actual website ID and root domain.

4. Click Save.

2
Verify the installation

After implementing:

  • Visit your live website.
  • Open your Trackthemetric dashboard.
  • It might take a few minutes for the first pageviews to appear.