← All docs

Getting started: install the snippet

From new workspace to your first attributed lead in about ten minutes.

1. Create your workspace

Sign up with your work email (no card needed). Confirm the email, and the onboarding wizard sets your country, currency and timezone (pre-filled from your location; change anything).

2. Add a project

Every client (or just "your business", if you're in-house) is a project. Your first one is created during onboarding. Projects contain profiles, usually one per website.

3. Create a tracking site

Go to Tracking in the sidebar. Add the domain(s) your site sends from (e.g. yourclient.com). Trackfully generates a site key and your copy-paste snippet:

<script async src="https://trackfully.vercel.app/t.js"
  data-site-key="tf_your_site_key"></script>

Paste it just before the closing body tag on every page you want tracked (the Tracking page has the exact steps for WordPress, Tag Manager, Shopify and more). It's under 8KB and never blocks the page.

4. Wire up consent

The snippet captures nothing until your site signals consent (see Consent setup). The quickest integration is one line in your cookie banner's accept handler:

trackfully('consent', true);

5. Verify

Back on the Tracking page, the Check it's working card reads Receiving events with the time of the last one as soon as the first event arrives. Load a page on your site (with consent accepted) and click Check again.

6. Watch a lead arrive

Submit any form on the tracked site. Within seconds it appears in your Lead Manager, carrying the campaign, channel, and landing page that produced the visit. From here: set statuses, add quote values, assign teammates, and build reports.

Want to explore first? Add sample data

An empty project can be filled with realistic demo data so you can try the dashboard, Lead Manager, and reports before the snippet goes in. In Settings, Projects, an empty project shows Add sample data. Demo numbers are clearly labelled with a banner, never count toward your plan, and disappear the moment your first real lead arrives (or when you click Remove sample data).

Installing on your platform

The Tracking page has step-by-step instructions for where the snippet goes on WordPress, Google Tag Manager, Shopify, Webflow, Wix and Squarespace, plus the generic "paste before the closing body tag" route for anything else. Pick your platform, follow the numbered steps, copy the snippet, load a page on your site, then use Check again on the same page to confirm events are arriving.