Stop waiting 5 days for schema changes. Forge automatically handles experiment variants so your growth team can iterate at the speed of product development.
Every time your growth team ships a new A/B test with custom properties, your data pipeline breaks. Data engineers spend days updating schemas manually while experiments sit idle.
Your growth team wants to test a new "one-click checkout" feature:
// Control variant (existing schema)
{
"event": "checkout_started",
"user_id": "12345",
"experiment_id": "checkout_v2",
"variant": "control"
}
// Treatment variant (NEW fields)
{
"event": "checkout_started",
"user_id": "67890",
"experiment_id": "checkout_v2",
"variant": "one_click",
"one_click_enabled": true, // โ NEW
"payment_provider": "apple_pay" // โ NEW
}
one_click_enabled and payment_provider fieldsevents table in BigQuerycheckout_v2"Result: Your growth team analyzes results same day, no data engineering tickets.
Start with our free tier. Process up to 500,000 rows/month at no cost.
Start Free TrialNo credit card required โข 2-minute setup โข Cancel anytime