Measure user actions as a percentage of flag exposure in FlagSync.
signup-complete
) follows a flag impression, revealing which variants drive behavior in Experiments.
signup-cta
flag, testing which button text variant (Join Now
, Register
, or Sign Up
) drives the most conversions:
Impression
flag()
function gets the text variant:Event
signup-complete
event when a user signs up:Experiment
signup-complete
events to signup-cta
impressions to calculate conversion rates.Join Now
and later triggers signup-complete
, FlagSync records it as a successful conversion.signup-cta
experiment, showing how many users sign up after seeing each variant (Join Now
, Register
, Sign Up
) with 100 users per variant:
Variant | Impressions | Sign Up Completions | Conversion Rate |
---|---|---|---|
Register | 100 | 15 | 15% |
Sign Up | 100 | 25 | 25% |
Join Now | 100 | 35 | 35% |
signup-cta
experiment, testing how button copy variants (Join Now
, Register
, Sign Up
) impact sign-up conversions over time:
Join Now
(pink) leading over time, followed by Sign Up
(orange), with Register
(blue) trailing—confirming our example’s insight.