Documentation Index
Fetch the complete documentation index at: https://docs.ghostlyx.com/llms.txt
Use this file to discover all available pages before exploring further.
How GhostlyX fits into A/B testing
GhostlyX does not serve variants or split traffic. Use your own A/B testing tool or feature flag system (Optimizely, LaunchDarkly, GrowthBook, or a custom implementation) to assign visitors to variants. GhostlyX then measures the conversion outcome for each variant.Instrumenting variants
When a visitor is assigned to a variant, fire a custom event with a property that identifies which variant they saw:Tracking conversions per variant
Fire a second custom event when the conversion you are measuring occurs. For example, if you are testing a pricing page and measuring sign-ups:Comparing results in the dashboard
- Create a Custom event goal for each event name you are using.
- View the goal in the dashboard to see completion counts and conversion rates.
- Filter the dashboard by variant property value to isolate each group.
Compatible tools
GhostlyX works alongside any client-side or server-side A/B testing tool, including:- Optimizely
- LaunchDarkly
- GrowthBook
- VWO
- Custom feature flag systems