Overview
All LeadTrackr cookies are written with
SameSite=Lax and, on an HTTPS site, the Secure flag.
lt_channelflow
Thelt_channelflow cookie stores the visitor’s marketing channel path. It contains attribution data such as the source, medium, campaign and landing page for each recorded session. The cookie does not contain personal information or a unique visitor identifier and is used solely for first-party analytical attribution.
It is read only when a visitor becomes a lead. At that moment the stored channel path is attached to the lead, which is what lets you see that a “direct” conversion actually started with a Google Ads click three weeks earlier.
Example value, of a visitor who arrived through a Google Ads campaign and came back directly five days later:
The value is stored URL-encoded, so in your browser’s developer tools you will see
%5B%7B%22t%22%3A1784615580000… rather than the readable JSON above.lt_session
Thelt_session cookie is a lightweight session cookie used to determine whether a visitor is still within the same browsing session. By default, it expires after 30 minutes of inactivity — the same window GA4 uses. It does not store any visitor information and simply indicates whether a new Channel Flow session should be started.
Example value:
The GTM route lets you change the session timeout on the tag. The WordPress plugin and the LeadBot always use 30 minutes.
lt_consent
Thelt_consent cookie records the visitor’s Google Consent Mode status — whether analytics and advertising storage were granted or denied — so that the consent status is sent along with the lead into LeadTrackr. Every lead then carries the consent state that applied at the moment it was submitted, and your conversion destinations can act on it.
It stores nothing but granted and denied values, holds no visitor information, and is rewritten the moment a visitor changes their choice in your consent banner. If the site has no Consent Mode at all, the cookie is not set.
Example value, of a visitor who accepted analytics but declined personalised advertising:
Only the WordPress plugin uses this cookie. With the GTM route, the tag reads the consent status directly from Consent Mode inside Tag Manager, so no cookie is needed.
lt_probe
Thelt_probe cookie is a purely technical check. The WordPress plugin writes it once to find out on which domain cookies can be stored — a .co.uk or .com.au site works differently from a .nl site — and deletes it again in the same instant. It holds no data, no visitor information, and never survives the pageview it was created in.
Example value:
Privacy by Design
LeadTrackr’s cookies were designed according to privacy-by-design principles. Instead of generating or storing a unique visitor identifier, they store only the visitor’s marketing channel path in a first-party cookie. In other words, LeadTrackr stores the marketing journey, not the identity of the visitor. The cookies do not contain personal information or a unique identifier. They store only attribution data, such as the marketing source, medium, campaign and landing page of each session. They are not used for advertising, profiling, remarketing or cross-site tracking. The channel path is only read when a visitor submits a form or otherwise becomes a converted lead. At that point it is attached to the lead in LeadTrackr for first-party attribution reporting. When determining how to classify these cookies, you may want to consider the following:- No unique visitor identifier is generated or stored.
- The cookies are first-party and remain on your own domain.
- They store only marketing attribution data for analytical purposes.
- They are not used for advertising, profiling or cross-site tracking.
- The channel path is only read when a lead is created and the attribution data is attached to that lead.
Whether these cookies should be classified as functional or analytical depends on your own legal assessment, local regulations and the way LeadTrackr is implemented within your organisation.
Where These Cookies Come From
WordPress Plugin
Writes all four
lt_ cookies when Channel Flow is enabledChannel Flow Tracker
Writes
lt_channelflow and lt_session through GTMLeadBot
Writes
lt_channelflow and lt_session