Blog

The 12 GA4 events that benefit most from server-side migration

Not every event needs server-side. These twelve do, in this rough order of impact.

Migrating every GA4 event to server-side is overkill. A focused migration of twelve specific events captures most of the benefit.

High impact: conversion events

  1. purchase. Server-side plus webhook backup closes the data loss gap.
  2. refund. Critical for net revenue accuracy.
  3. begin_checkout. Used by ad platforms to optimise mid-funnel.
  4. add_payment_info. Strong intent signal.

Medium impact: high-frequency engagement

  1. page_view. The volume driver. Server-side enables filtering and dedup that controls cost.
  2. session_start. Linked to page_view; usually migrates with it.
  3. view_item. Important for ecommerce remarketing.
  4. add_to_cart. Same logic.

Lower priority but still worth migrating

  1. generate_lead. For B2B and SaaS. Pair with LinkedIn CAPI.
  2. sign_up. Important for any auth-gated product.
  3. login. Useful for active user metrics.
  4. search. For sites where search is a key engagement signal.

Events you can leave client-side

  • scroll, video_progress, file_download (engagement; low ad-platform value).
  • click on outbound links (mostly diagnostic).
  • view_promotion (helpful internally but not optimised against).

Migration sequence: refund and purchase first, verified against billing. Then begin_checkout and add_payment_info. Then page_view and session_start as a pair. The ecommerce migration sequence covers the broader playbook.