TrichiData
Destinations Overview

Google Analytics 4

Forward events to GA4 using the Measurement Protocol.

Forwards events to GA4 using the Measurement Protocol.

Prerequisites

  • A GA4 property
  • Measurement Protocol API secret (see below)

Getting credentials

  1. In Google Analytics, go to Admin → Data Streams → your web stream
  2. Copy the Measurement ID (format: G-XXXXXXXXXX)
  3. Under Measurement Protocol API secrets, click Create and copy the secret

Connecting in the platform

  1. Go to Destinations → Add Destination → Google Analytics 4
  2. Enter Measurement ID and API Secret
  3. Click Save & Activate

Event mapping

The platform maps event eventName values to GA4 event names automatically:

Event eventNameGA4 event name
pagepage_view
product_viewedview_item
product_addedadd_to_cart
product_removedremove_from_cart
checkout_startedbegin_checkout
payment_info_enteredadd_payment_info
order_completedpurchase
order_refundedrefund
signed_upsign_up
logged_inlogin
lead_submittedgenerate_lead
searchedsearch
(any non-reserved name)custom event (as-is or overridden via mapping)

To override a name, use Edit Mapping on the destination card.

Known limitations

  • GA4 Measurement Protocol does not populate session-level metrics (session count, engagement rate) in the GA4 UI — those require the gtag.js client-side tag running in the browser.
  • GA4 enforces a limit of 25 event parameters per event and a 40-character limit on parameter names.
  • Real-time reports in GA4 may show a delay of a few minutes for server-side events.

On this page