TrackingDesk

Glossary

Click ID

A unique identifier an ad platform appends to the landing page URL when someone clicks an ad, so a later conversion can be tied back to that exact click.

Also called: click identifier, ad click ID

When someone clicks an ad, the platform adds a parameter to the destination URL — Google uses gclid, Meta uses fbclid, and every other network has its own name for the same idea. That string is the click ID: an opaque token that means nothing on its own but that the platform can look up later.

Its whole job is to survive. If it makes it from the ad click into your site, then into your database, and finally back to the platform alongside the conversion, you get deterministic attribution — not a guess about who this person probably is, but a direct match on a specific click.

ad click ?gclid=… landing page form / cart your database ad platform match on click ID redirect strips it no hidden field other domain
The click ID has to survive every hop to earn a deterministic match. Each marked break loses it silently — the conversion still happens, it just arrives unattributed.

Where it breaks. The click ID is fragile in exactly the places nobody checks. A redirect that strips query parameters loses it. A form that does not carry it into a hidden field loses it. A checkout on a different domain loses it unless you deliberately pass it across. A user who bounces and returns three days later through organic search arrives without one.

Why it matters more every year. As browsers restrict cookies and cross-site tracking, the click ID has become the most durable link between an ad and a sale. It travels in a URL, not in browser storage, which is why it survives conditions that break other methods.

The practical test is unglamorous: click your own ad, complete a conversion, and check whether the click ID is present at every step. Most tracking gaps are found in about ten minutes this way.

Do not confuse with

Close enough to get mixed up, different enough that the mix-up costs something.