What problem does it solve?
Controlled price changes can produce misleading or harmful outcomes if rolled out without proper experiments; this Skill provides the operational playbook and technical guidance to run safe, auditable price A/B tests that measure revenue impact and protect customer trust.
Core Features & Use Cases
- Platform-specific implementation: Detailed approaches for Shopify, Shopify Plus (Shopify Functions), WooCommerce, BigCommerce, and custom/headless storefronts to ensure price changes apply at checkout, not just cosmetically.
- Statistical rigor & metrics: Emphasizes revenue-per-visitor (RPV) as the primary metric, deterministic sticky bucketing, minimum sample size gating, and two-proportion z-test analysis with p < 0.05.
- Integration & auditability: Prescribes storing experimentId and variantId in orders, using atomic SQL increments for events, and excluding returning customers to prevent churn and enable post-hoc reconciliation.
Quick Start
Run an A/B price test on product SKU 12345 comparing $49.99 versus $44.99 with a 50/50 split, sticky bucketing, and track revenue per visitor until minimum sample size and p < 0.05 are met.