How visits get stitched
A first-time visitor who enquires immediately is easy. Almost nobody does that. The accuracy in attribution comes from correctly linking the visit where somebody enquired to the four earlier visits where they were deciding, and that is a harder problem than the capture step by a wide margin.
Key takeaways
- A first-party cookie links visits on one device. That covers most of the value.
- The enquiry itself is the strongest stitch: an email address links devices retroactively.
- Record how a link was made, so a weak stitch can be excluded from a strict report.
- Never buy or join third-party identity data. The line is firm and worth stating.
- Unstitched visits stay unstitched rather than being guessed into a plausible path.
Three ways a link gets made
- Compute
- Database
- App integration
- Machine learning
- Networking
The enquiry is the strongest signal
When somebody finally fills in the form and gives an email address, that address links backwards to every earlier visit on that device, and forwards to any other device where the same address has been used. It is the highest-quality identity signal in the system and it arrives at the end, which means stitching has to be able to run retroactively over touches already stored.
That has a practical consequence worth planning for: the attribution of an enquiry can change after it is recorded. Somebody enquires on their phone, and a week later logs in on a laptop where they had visited three times from a newsletter. The path grows, and the report for that quarter should reflect it. Reports are therefore computed on demand from the stored path rather than frozen at enquiry time.
Recording confidence
Each link carries how it was made — same-device cookie, email match, token from a sent message — and reports can be run at different strictness levels. A strict report uses only same-device and token links; a looser one includes email matches across devices.
The gap between the two is itself informative. If the strict and loose reports say roughly the same thing, the stitching is not doing much work and the result is robust. If they diverge sharply, the answer depends on identity assumptions and should be presented as a range.
The line this does not cross
Fingerprinting deserves a specific mention because it is technically available, it genuinely works, and it is presented in vendor material as a neutral fallback for when cookies are unavailable. It is not neutral: it exists to identify people who have configured their browser to make that harder, which is a fairly direct way of overriding a stated preference.
The practical cost of refusing all three is a lower stitch rate and a larger unattributed column, which the report shows honestly. That is a better position than a complete-looking report built on data whose provenance nobody in the business could explain.
What unstitched costs
At typical volumes, somewhere between a fifth and a third of touches never get linked to an enquiry. They sit in the store as standalone arrivals and contribute to the denominator without contributing to any path.
That is not waste; it is the measurement. A source that generates a lot of unstitched traffic and few enquiries is telling you something, and averaging it away into an attributed-only report is how a channel keeps a budget it has not earned.
Next: assigning the credit.
All posts