Integrations
The project Integrations tab configures the analytics providers that receive this project's experiment-exposure events — which user saw which variation, reported into Google Analytics, Mixpanel, Segment, and similar client-side tools.
Accessing the Integrations tab
Open your project, click the gear icon in the left sidebar to open Project Settings, then click the Integrations tab.
Analytics providers
When an analytics provider is enabled, the A vs B snippet calls the connected tool's JavaScript API (if present on the page) to pass the current visitor's experiment assignment — typically the experiment name and the variation they were bucketed into.
Each provider has a toggle and one or more configuration fields. Where a field shows "Leave blank to auto-detect", A vs B will look for the standard global object the tool exposes and use it automatically.
The supported providers are Google Analytics, Segment, Mixpanel, Amplitude, Heap, Google Tag Manager, FullStory, and Hotjar, plus a Customcard that lets you write a JavaScript snippet which receives the experiment name and variation name and can call any tool's API directly.
<head>.Per-provider setup guides
For detailed setup instructions, configuration options, and troubleshooting for each analytics integration, see the Integrations section of the documentation.