Install tracking on your website
1
Create a tracking token
Go to Settings → Tracking Tokens and click New Token. Give it a Label that identifies the site or environment, such as “Production website”. Use one token per website or environment.
2
Copy the snippet
The token is shown once. Copy it now. The dialog also shows the embed snippet:
3
Add it to every page
Paste the snippet into your site’s
<head>, or into your site builder’s “custom code” setting. Single-page apps are handled: route changes count as pageviews.4
Restrict it to your domains (recommended)
Back on Tracking Tokens, open Manage allowed domains for the token and add your site’s hostnames, such as
example.com. Up to 20 domains per token. With no domains, all origins are allowed.The JavaScript API
The snippet also exposesICTrack for custom tracking:
identify links the current visit, and that visitor’s other visits the same day, to the contact with that email address.
Identifying visitors from your emails
When a campaign links to a site listed in a tracking token’s Allowed Domains, InstantCampaign adds a signed visitor id to that link. A recipient who clicks through is then recognized as that contact on your site. Links to other domains are left untouched, so the id never reaches third parties.Privacy
- No cookies and no browser storage. A visitor is a server-side fingerprint of your workspace, the IP address and the browser, which changes every day at midnight UTC. The raw IP address is never stored.
- Country comes from the browser’s time zone, not IP geolocation. That’s why there are no city-level reports.
- Do Not Track is honored. Browsers that send it aren’t tracked.
- Referrer query strings are dropped. Crawlers and bots are ignored.
- Visits are kept for about 13 months.
Website Traffic
Analytics → Website Traffic shows, for the selected period:- Visitors, Sessions, Pageviews, Time on page (time the page was actually visible) and Bounce rate, each compared with the previous period, plus how many visitors were Identified (known contacts).
- Traffic over time, switchable Daily / Weekly / Monthly, with the same campaign and journey markers as the email charts.
- Tabbed breakdown cards:
- Top pages: Pages, Landing pages and Exits
- Top sources: Referrers, Sources, Channels and Channel groups
- Top campaigns:
utm_campaign, Mediums, Contents and Terms - Devices: Devices, Browsers and OS
- Countries: a Map or List view
- Traffic by day and hour: a heatmap in your workspace timezone.
Live
Analytics → Live (or the “online now” badge) shows who’s on the site in the last 1, 5 or 30 minutes, refreshed every 10 seconds: current pages, where visitors came from, channels, campaigns, devices, countries, and an activity list of the most recently active visitors. Visitors are anonymous until they’re identified as a Known contact. On very busy sites, counts cover the most recent 1,000 sessions.Explore
Analytics → Explore is for custom reports. Pick a preset from All reports, or click Create my own and Group by up to 4 dimensions. The table shows sessions, visitors, pageviews, average engaged time and bounce rate. Use Having at least to hide rows with few sessions. The report lives in the URL, so copy the link to share it. Export CSV downloads the table.Website Events
Analytics → Website Events lists custom events sent withICTrack.event(): Event Name, Contact (or Anonymous), Properties, Source and Time. Filter by event name.
Channels and attribution
Each visit is assigned a channel: direct, search, social, email, paid, AI assistant or referral. The channel comes from UTM tags first, then ad click ids (such asgclid or fbclid), then the referrer. To change how visits are classified, see Attribution rules.
Troubleshooting
No visits recorded yet
No visits recorded yet
Make sure the snippet is on the page and uses your full token. Check that the site’s hostname is in the token’s Allowed Domains, or that the list is empty. Also make sure you’re not testing in a browser with Do Not Track turned on.
I lost my token
I lost my token
Tokens are only shown once. Create a new token, update the snippet, then revoke the old one.
Email clicks aren't identifying visitors
Email clicks aren't identifying visitors
The link’s domain must be listed in a tracking token’s Allowed Domains. A token with no allowed domains doesn’t add the id to any link. The tracking snippet must also be installed on the page the link opens.