[FE&R] Send AB Tasty events to GA4
Introduction
The AB Tasty > GA4 Push Connector enables you to automatically send server-side experiment data from AB Tasty’s Feature Experimentation platform to Google Analytics 4 (GA4). This integration allows you to analyse how specific feature flags and variations impact your key metrics directly within GA4, without requiring client-side tracking.
Once configured, the connector pushes campaign and variation identifiers as custom events in GA4 whenever a decision is made for a visitor. This ensures consistent experiment tracking across both platforms, enabling more unified reporting and deeper behavioural insights.
How-to
Decision API must be called with this visitorID; otherwise, the hit won’t be sent to the third party
Visitor ID Requirement
gtag('set', { 'user_id': '12345' });
Or retrieve client ID:
gtag('get', 'G-XXXXXXX', 'client_id', (clientId) => { console.log('Client ID:', clientId); });
Last updated
Was this helpful?


