Impressions
Generating Impressions
Learn how FlagSync captures impressions to track feature flag exposure.
How Are Impressions Generated?
Impressions are automatically logged each time a flag is evaluated with the flag
function, capturing the variant served to the user.
Example
For a flag like signup-cta
with variants Join Now
, Register
, Sign Up
:
If User ABC is shown Join Now
, an impression is logged “User ABC saw Join Now
for signup-cta
.”
Next Steps
- Review impressions in Impressions: Overview.
- Set up flags in Quickstart: Integrate the SDK.
- Explore Experiments for variant testing.