Launch monitor
Use the launch monitor to track exposure and adoption, and to collect end-user feedback.

Exposure
The Exposed chart shows you the distinct count of companies that have been exposed the the feature. Exposed means that they've been checked for feature access in the SDK and the check returned enabled.
Adoption
The Tracked chart shows you the dinstinct count of companies that have interacted with the feature. Interactions are tracked with the track method. Here's a code example:
Feedback
You can collect end-user feedback on new feature releases to catch and fix issues faster.
Static feedback button
Here's a brief example using the Reflag React SDK to collect feedback:
Automated feedback survey
Automated surveys lets you ask for feedback at just the right time after N interactions with the feature. Learn more here.
Last updated
Was this helpful?