Trackthemetric Logo

Trackthemetric + Webflow

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

1
Add tracking script to Webflow

Add the script site-wide via your project settings.

1. In your Webflow dashboard, select your project and click Site Settings.

2. Go to the Custom Code tab on the left side bar.

3. In the Head Code 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 Changes and then Publish your site.

2
Verify the installation

After publishing:

  • Visit your live website.
  • Open your Trackthemetric dashboard.
  • Custom code changes can appear on the published site, not always in Designer preview.