Right now, changing device breaks the ad tracking — the click gets lost and the client looks organic. This is the plain-English version of how Fix #5 stitches them back together, using something we already collect but never use.
Today, the way we remember an ad click is a note saved in the browser (a cookie). That note lives on one device. So the moment someone switches, the trail goes cold.
Here's the good news. When someone clicks an ad, we don't only save the note in their browser. We also save a copy on our own server, filed under an anonymous ticket number. We've just never used it to reconnect anyone.
None of these collect anything new. They just connect dots we already have.
When someone is logged into their UKTG account, we save their ticket number(s) onto the account itself — not just the browser. One person can collect several tickets (phone, laptop, work computer); the account holds them all.
this person = ticket A (phone) + ticket B (laptop).When a booking or purchase comes in with no ticket in the pocket, we don't give up. We gather every ticket number linked to that person (from their account, and their current browser), and look up the cloakroom for any of them. If any ticket has a Google click filed under it, we've found the original ad.
Once a booking tells us the email, we permanently link every one of that person's ticket numbers to that email. So the next time — even a different device, even a different email that shares a ticket — we resolve them instantly, no detective work needed.
ticket A, ticket B ↔ jane@email.com — reusable forever.Fix #4 (Enhanced Conversions) and Fix #5 (this) both recover cross-device clients — but they lean on different things, and having both is belt-and-braces.
First-party and fully ours — no dependency on anyone else. Strongest when the person logs in (that's what links their devices). Weaker for a pure guest who never signs in on the second device.
We hand Google the buyer's hashed email/phone; Google matches it to the click using their logged-in-everywhere identity graph. Catches cross-device even when the person never logs into our site — but relies on Google.