Documentation
On this page

Install on Webflow

Measure visits to your Webflow website using the script from your Jelto product.

Before you start

Register the published hostname in Jelto and copy the complete script from Settings → Installation. You need permission to edit and publish the site. If your platform restricts custom scripts, confirm that your plan provides this feature.

Add the script

  1. Open Site settings → Custom code. Paste the complete tag in Head code to include it site-wide, rather than a single page Embed element.
  2. Preserve the copied data-product, data-endpoint and src values.
  3. Save the code and publish to the domain you registered in Jelto.

The tag has this structure; uppercase values below must be replaced with the values from your own dashboard:

<script defer
  data-product="YOUR_PRODUCT_ID"
  data-endpoint="YOUR_INGEST_ENDPOINT"
  src="YOUR_SCRIPT_URL"></script>

Verify

Open the published homepage in a normal browser, navigate to another page, then use Jelto's Check traffic for the actual hostname. Follow Verify website tracking. For a site with client navigation, check a route change and the Back button as well as a full reload.

Common problems

Your site or workspace needs custom-code access. Designer preview alone does not establish that the published site runs the script.

If traffic is still missing, check collection troubleshooting. For optional route, exclusion and download settings, use Script configuration.

Platform reference: Official Webflow documentation.