Click ID (gclid / fbclid / wbraid)

A click ID is a unique URL parameter an ad platform adds at click time (gclid, fbclid, msclkid, ttclid) so a conversion can be matched back to the exact ad click.

Kay Vink
Kay Vink

An ad platform appends its click ID to your landing-page URL at click time. One ID identifies exactly one click, which makes it the deterministic join key between money spent and outcomes earned: a gclid stored in your CRM is what lets a closed deal be uploaded back to Google Ads as an offline conversion.

PlatformClick ID
Google Adsgclid (wbraid/gbraid in privacy-constrained iOS contexts)
Metafbclid
Microsoft Adsmsclkid
TikTokttclid
LinkedInli_fat_id

#Click IDs vs UTMs

A UTM is a label you write, readable in any tool. A click ID is an opaque key only the issuing platform can decode. They ride the same URL and do different jobs. Click IDs are also easy to lose: redirects that strip query strings, URL cleaners, and consent-blocked capture scripts all sever them, and a lost ID is a conversion that can't be matched back to its click.

In practice: click IDs are the match keys in Buron's attribution datasets, captured by the first-party pixel and stitched into the identity map.

What each platform's ID lets you do is covered in Click IDs: what gclid, fbclid, and wbraid do; the uploads they power in Offline conversion tracking.