Tilda analytics integration

Add Jolt to Tilda to measure visitors, pageviews, traffic sources, and conversions without a complex tag-management setup.

Installation

  • Open your Project Settings in Tilda.
  • Go to the "More" tab.
  • Find the "HTML code for insertion inside HEAD" section.
  • Click "Edit Code" and paste the Jolt script.
  • Save changes and Publish all pages.
<script async data-domain="yourdomain.com" data-api-host="https://usejolt.io/api/event" src="https://usejolt.io/jolt.js"></script>

Tracking Events

In a Tilda HTML block, call window.jolt.track('lead_form_submitted') after a successful action. You can also add a data-jolt-event attribute to a clickable element. See all options in the custom event guide.

Verify the installation

Republish every page after changing code. Visit the published domain and check Jolt's real-time dashboard. If nothing appears, confirm that the domain in the snippet matches your Jolt project and that the HEAD code is present in the rendered page source.

Documentation

Documentation