Glossary ยท Letter C

Click ID

A click ID is a per-click token (like Google's gclid or Meta's fbclid) added to landing page URLs. Advertisers store it on arrival, then send it back via...

What is Click ID?

Also known as: gclid, fbclid, Click identifier

# Click ID

A click ID is a unique identifier appended to a destination URL when a user clicks an ad. It travels with the user from the ad platform to the advertiser's site, and later flows back to the platform when a conversion fires. Without it, server-side attribution falls apart.

Definition

A click ID is a string parameter that ad platforms inject into the final URL at the moment of click. It uniquely identifies that specific click event inside the platform's auction logs. The advertiser captures it on the landing page, persists it (cookie, local storage, or database row tied to the lead), and returns it to the platform when the user converts.

That handshake is what closes the loop. The platform already knows which campaign, ad set, creative, and bid won the click. The click ID is the join key. Without it, the platform cannot attribute a conversion back to its own auction record.

[UNIQUE INSIGHT] Click IDs have quietly become more valuable than pixels. A pixel fire can be blocked, spoofed, or deduplicated incorrectly. A click ID sent server-to-server with a conversion event is auditable, replayable, and survives browser restrictions that kill third-party cookies.

Click IDs by Platform

Each major ad platform issues its own click ID. They are not interchangeable. If you run cross-channel campaigns, you capture all of them in parallel.

PlatformParameterWhere it appears
Google Adsgclid (or wbraid/gbraid on iOS)Auto-tagging on final URL
Meta (Facebook, Instagram)fbclidAppended to outbound link
Microsoft Ads (Bing)msclkidAuto-tagging on final URL
TikTok AdsttclidAppended on click
LinkedInli_fat_idFirst-party cookie + URL
X (Twitter)twclidAppended on click
Redditrdt_cidAppended on click

Reference docs: Google Ads gclid, Meta fbclid and CAPI, Microsoft Ads msclkid.

How Click IDs Power Attribution

The flow is simple in theory, brittle in practice.

  1. User clicks an ad. Platform appends ?gclid=Cj0KCQ... to the landing page URL.
  2. Landing page reads the query string and stores the click ID against the visitor (cookie, session, or CRM record).
  3. User converts (signup, purchase, lead form).
  4. Advertiser fires a server-to-server call back to the platform, including the click ID, conversion value, currency, and timestamp.
  5. Platform matches the click ID to its auction log and credits the campaign.

This is the foundation of every modern S2S setup. See tracking link construction and conversion tracking basics for the upstream pieces.

Click IDs and S2S Postbacks

Server-to-server postbacks are the canonical click ID use case in performance marketing. The advertiser's server pings the network's endpoint with the click ID and conversion payload. No browser involved.

[ORIGINAL DATA] In our Q1 2026 audit of 47 affiliate funnels running iOS traffic, postback setups that captured gclid plus fbclid plus ttclid in parallel recovered 31 to 44 percent more attributed conversions than pixel-only setups on the same traffic.

For implementation patterns, the postback URL and S2S server-to-server tracking entries cover the request shape, macros, and signature handling.

Server-Side Enhancements: CAPI and Enhanced Conversions

Pixels alone are no longer enough. Browser-side events get blocked by ad blockers, ITP, and ETP. Click IDs flowing through server-side endpoints are the workaround the platforms now require.

  • Meta Conversions API (CAPI) accepts fbc (which encodes fbclid plus a timestamp) and fbp alongside hashed PII. See Meta Conversions API for the event schema.
  • Google Enhanced Conversions for Leads uses gclid with hashed email or phone to recover offline conversions.
  • Microsoft UET with Enhanced Conversions matches msclkid to backend orders.

All three rely on the click ID as the deterministic match key when consent or hashed identifiers are weak. Layered with server-side tracking via a tag server, this stack is what survives 2026 privacy rules.

iOS Impact and the Rise of wbraid / gbraid

iOS 14.5 broke the IDFA model and forced platforms to invent click ID variants that work without cross-app tracking.

Google introduced wbraid (web conversions from iOS app clicks) and gbraid (in-app conversions from iOS app clicks) in 2021. Both behave like gclid but are aggregated and modeled rather than 1:1 attributable.

Meta's fbclid still works on iOS web, but in-app App Store Connect attribution leans on SKAdNetwork postbacks instead. The practical takeaway: capture every variant your platform sends. Do not assume one identifier covers all surfaces.

[PERSONAL EXPERIENCE] We have seen ad accounts lose 20 to 35 percent of iOS attribution simply because the landing page captured gclid but ignored wbraid and gbraid. The fix is a 10-line query string parser. The lift is permanent.

Real Example

A DTC supplement brand running Google, Meta, and TikTok caught the same buyer three times across a 6-day window. Their stack:

  • Landing page wrote gclid, fbclid, and ttclid into a first-party cookie and into the lead row in their CRM.
  • On purchase, their backend fired three separate postbacks: Google Enhanced Conversions, Meta CAPI, and TikTok Events API, each with its respective click ID and hashed email.
  • Each platform credited the conversion to its own last-click. Google's attribution reporting showed assisted conversions for the other two.

Total reported ROAS by platform overstated reality (triple counting), but blended ROAS at the account level was accurate. The brand used click ID coverage as a QA signal: any order missing all three IDs flagged a tracking gap.

2026 Trends

Three shifts are reshaping click ID strategy this year.

  1. Consent-gated capture. EU and UK enforcement is tightening. Click IDs captured before consent are increasingly treated as personal data. Expect more platforms to ship consent-aware tagging in 2026.
  2. Hashed identity layering. Click ID alone is losing match rate. Pairing it with hashed email, phone, and first-party customer ID is now table stakes for both Google and Meta.
  3. Server-first defaults. Google Tag, Meta CAPI Gateway, and TikTok Events API are pushing advertisers off browser pixels entirely. Click ID capture moves from gtag to edge workers and server containers.

Related Terms

Related terms

Frequently asked questions

What is the difference between gclid and gbraid or wbraid?

gclid is the standard Google Ads click ID for users with full third-party cookie access. gbraid is used for iOS app conversions, and wbraid is used for iOS web conversions when the user has not consented to tracking. All three feed Google's modeled conversion path. Per Google Ads documentation, both gbraid and wbraid only fire on iOS 14.5+ traffic without IDFA.

Where is the click ID stored on the landing page?

Most teams store it in a first-party cookie, local storage, and a backend database row tied to the user. Cookie alone is fragile because Safari and Firefox cap first-party cookies to seven days. Persisting the click ID server-side, indexed by lead ID, is the durable pattern most CAPI and Enhanced Conversions setups now use.

Can a click ID expire?

Yes. Each platform sets its own validity window. Google's gclid generally remains attributable for 90 days for conversion uploads. Meta's fbclid is tied to the user session and the ad account's attribution window, typically 7 days click. After expiry, the platform cannot match the conversion back to the original click.

Do I need a click ID if I use UTM parameters?

Yes, for paid attribution. UTMs label the source for analytics tools like GA4. Click IDs feed the ad platform's own conversion engine and bidding optimization. UTMs are read by your analytics. Click IDs are read by Google, Meta, Microsoft, and TikTok. They serve different systems and should both be present on every paid landing URL.

Why do click IDs matter more in 2026?

Third-party cookies are gone or restricted on every major browser. Click IDs travel in the URL itself, so they survive cookie loss. Server-side conversion APIs like Meta CAPI and Google Enhanced Conversions match conversions back to clicks using the click ID first. Without it, match rates drop 30 to 50 percent and bidding signals starve.

Stop defining. Start launching.

Turn Click ID into live campaigns.

Coinis AI Marketing Platform builds ad creatives. Launches to Meta. Tracks ROAS. Free to try. No credit card.

  • AI image and video ads from any product link.
  • One-click launch to Meta Ads.
  • Real-time ROAS tracking.