Practical product guides for installing Apex, building experiments, running QA, reading analytics, and using the API.
Install Apex once for the active shop, define goals, target the segments or URL rules where the experiment should run, create variants, run QA, then launch and monitor analytics. Shopify automates storefront event tracking through the app pixel; guardrails and page targeting apply to the shop regardless of platform.
Connect Shopify, enable the app embed, and verify that the storefront loads Apex.
Goals decide what counts as a conversion for an experiment.
Choose who can enter a test, from all PDPs to a saved custom URL segment.
Create variants, assign traffic, set targeting, and launch only after QA.
Use QA to verify rendering, forced variants, and tracking before a test goes live.
Monitor visitors, conversions, revenue, and variation performance.
Set shop-wide auto-pause defaults for experiments that inherit shop settings.
Use API keys and v1 endpoints for experiments, goals, variations, screenshots, and webhooks.
Open Settings > Integrations and check that Shopify is connected, the relevant pixel events are enabled, and the goal is the Shopify-connected goal rather than a smoke-test or manual custom goal.
Reconnect Shopify from Installation or Settings > Integrations. Existing installs need to approve read_orders, read_products, and read_inventory before Apex can read product costs.
Open the experiment QA view, confirm the experiment is assigned to the URL being tested, and verify the variation has a saved mutation. If the storefront is Shopify, confirm the app embed is enabled.
Change targeting from a single exact URL to the All product pages segment or a product-page wildcard so all intended PDPs are eligible.
API for managing A/B testing experiments, variations, goals, webhooks, and screenshots.
All API requests require a Bearer token. Create a key from Admin > API Keys, copy it once, then include that real key in every request:
Authorization: Bearer YOUR_API_KEYExisting keys only show their prefix. Generate a new key if you lost the full secret.
https://app.drip-apex.com/api/v1This is the dashboard API base URL, not your Shopify storefront domain. Use your storefront domain only inside experiment targeting and store URLs.
Rate limited to 100 requests per minute per API key. Headers: X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset
Full OpenAPI 3.1 spec available at /api/v1/openapi.json