← Blog
ReferenceJuly 22, 20262 min read

Event ID

Event ID explained — the value that lets platforms recognize the same conversion across browser and server delivery for deduplication.

By The Ad Spend
A woman in round glasses pressing a beige handset to her ear with the cord wrapped around her wrist

Updated July 22, 2026.

An event ID is a value assigned to one conversion occurrence so systems can identify that action across delivery paths, retries and diagnostics.

Why it matters

Without an event-level identifier, a platform may not know that two records describe the same purchase or lead. Event IDs also let internal teams trace a platform event back to an order or lead without exposing personal data.

How it works across ad platforms

Platform or systemCurrent treatment
MetaeventID in Pixel and event_id in CAPI for duplicate handling.
PinterestShared event_id for tag/API copies.
RedditCurrent deduplication workflow requires a shared conversion identifier.
TikTokCurrent Pixel/API duplicate handling uses platform-defined event identifiers.
Google AdsTransaction ID serves a similar role for purchases.
Microsoft AdvertisingTransaction IDs support offline/CAPI actions.
LinkedInUse current schema identifiers and duplicate rules.

Implementation rules

  • Use a non-sensitive stable ID.
  • One action gets one ID; a second action gets a second ID.
  • Reuse it on retries and duplicate delivery paths.
  • Do not include raw email or phone.
  • Store it in internal logs.

Common mistakes

  • Using timestamp alone.
  • Using a session ID for every action in the session.
  • Generating separate IDs client/server.
  • Changing ID after order status updates.

Minimum QA

  • Verify ID appears in both payloads.
  • Confirm exact character match.
  • Retry and inspect count.
  • Trace platform event to source record.

Official sources

Technically verified: July 22, 2026. This reference uses official platform sources only for platform-specific behavior. Definitions and implementation recommendations are editorial synthesis by The Ad Spend.

Related conversion tracking references