Quickstart
Get from zero to live data in about five minutes: create an account, drop in the tracker, and watch events land in your dashboard.
-
Get your keys
Sign in at app.versuch.ai and open the Install & keys panel. You’ll find your public ingest key (
vpk_live_…), which is what the tracker uses. It’s write-only and safe to commit. -
Add the tracker
Paste this snippet just before the closing
</body>tag on every page you want to track, and replacevpk_live_…with your key:index.html <script defer src="https://cdn.versuch.ai/v.js"data-site-id="vpk_live_…"data-api="https://edge.versuch.ai"></script>That’s it. The tracker starts collecting page views, clicks, and conversions automatically.
-
Verify events are flowing
Load a page on your site, then open the Overview in the dashboard. Live events should appear within a few seconds.
-
Do more
With the tracker installed, everything else builds on the same event stream. Pick your next step below.