Webflow analytics integration

Install Jolt on Webflow to see visitors, pageviews, referrers, UTM campaigns, and custom conversions in one lightweight analytics dashboard.

How to Install

  • Open your Webflow Project Settings.
  • Navigate to the "Custom Code" tab.
  • Paste the Jolt script into the "Head Code" section.
  • Save changes and Publish your site.
<script async data-domain="yourdomain.com" data-api-host="https://usejolt.io/api/event" src="https://usejolt.io/jolt.js"></script>

Tracking Forms

Add data-jolt-event="lead_form_submitted" to a form or submit control to record it as a custom event. Do not attach sensitive field values. Read the custom event tracking guide for JavaScript examples.

Verify the installation

Test the published site, not only Webflow Designer. Ensure that data-domain matches the domain registered in Jolt, including the Webflow staging subdomain if that is what you want to measure. The first pageview should appear in real time within a few seconds.

Documentation

Documentation