Documentation Index
Fetch the complete documentation index at: https://docs.abconvert.io/llms.txt
Use this file to discover all available pages before exploring further.
Preview — this page is an early draft. We’re still verifying the API reference against the current endpoints. Fields, response shapes, and examples may change before this section is marked stable. Follow PRO-1459 or ask in
#abconvert-dev if you’re integrating against this today.Storewide analytics vs. per-experiment analytics
| Dimension | Per-experiment analytics | Storewide analytics |
|---|---|---|
| Scope | Only products enrolled in the experiment | Your entire store catalog |
| Use case | Measure direct test impact | Detect cannibalization or spillover |
| Attribution | Events tied to specific experiment products | All store events during the experiment window |
| Visitor counting | Experiment participants only | All store visitors during the period |
Storewide analytics still require an
experimentId to define the visitor groups. ABConvert uses the experiment’s test group assignments to segment storewide behavior — it does not compare random store visitors.Storewide analytics v1
Returns storewide conversion metrics broken down by the experiment’s test groups, using the same visitor-based methodology as per-experiment analytics v1.Path parameters
The
_id of the experiment whose visitor groups you want to use for segmentation.Request body
Accepts the standard analytics request body:Example request
Response
Total store page views per test group across all products during the period.
Total add-to-cart events per test group across the whole store.
Total completed orders per test group across the whole store.
Total revenue in store currency per test group, across all products.
Statistical significance metrics for the storewide conversion difference. See experiment analytics for field definitions.
Storewide analytics v2
An enhanced version of storewide analytics that includes visitor journey tracking across multiple sessions, matching the richer attribution model of per-experiment analytics v2.Path parameters
The
_id of the experiment whose visitor groups define the segmentation.Request body
Same structure as v1. See the standard analytics request fields.Example request
Specialized experiment analytics
For experiment types other than price and content, ABConvert provides dedicated analytics endpoints that return type-appropriate metrics:| Experiment type | Endpoint |
|---|---|
| Shipping | POST /api/analytics/shipping/:experimentId |
| URL redirect | POST /api/analytics/redirect/:experimentId |
| Template | POST /api/analytics/template/:experimentId |
| Theme | POST /api/analytics/theme/:experimentId |
| Checkout UI | POST /api/analytics/checkout/:experimentId |