Paid Ads

Server-side Tagging

Server-side tagging routes tracking events through your server or a server-side tag container to reduce loss from blockers and improve control.

Updated 2026-01-24

Definition

Server-side tagging routes tracking events through your server or a server-side tag container to reduce loss from blockers and improve control.

Example

A purchase event is sent from your server with a consistent event ID, then forwarded to ad platforms.

How to use it

  • Use it to improve event reliability and to enforce consistent event schemas.
  • Always implement event deduplication if you also send browser events.
  • Audit server latency so conversion events arrive within platform windows.

Common mistakes

  • Assuming server-side means no privacy or consent requirements.
  • Breaking attribution by stripping query parameters in redirects.
  • Forwarding events without validating required fields (value, currency).

Measured as

Measure Server-side Tagging with a fixed attribution window, conversion event, and spend basis before comparing campaigns or creative tests.

Misused when

  • Assuming server-side means no privacy or consent requirements.
  • Breaking attribution by stripping query parameters in redirects.
  • Forwarding events without validating required fields (value, currency).

Operator takeaway

  • Use it to improve event reliability and to enforce consistent event schemas.
  • Always implement event deduplication if you also send browser events.
  • Audit server latency so conversion events arrive within platform windows.
  • Use Server-side Tagging only inside a stable attribution rule, conversion definition, and time window so campaign comparisons stay honest.
  • If performance changes, check whether the metric moved for a real business reason or because the measurement setup changed underneath you.

Next decision

  • Read UTM + GA4 attribution: practical tracking for paid ads (without lying to yourself) if the decision depends on interpretation, policy, or trade-offs beyond the raw formula.
  • Decide which report owns Server-side Tagging before comparing campaigns, channels, or creative tests.

Where to use this on MetricKit

Guides