π Definition
A Feature Toggle/Flag lets you enable or disable a feature or a group of features depending on a specific audience.
It allows you to easily and safely release your features.
βοΈ Configuration
To configure a Feature Toggle/Flag, apply the following steps:
- From the dashboard, click Create a use case.
- Select the Feature Toggling template.
[Basic information] - Enter the name of your feature and its description.
- Choose the primary and secondary KPIs you want to follow.
- Click Save and continue.
[Scenarios] - Define your scenarios: edit the name of your first scenario.
- Configure your scenarios by defining the group of users who will see each scenario (for more information, refer to the article about Targeting configuration) and by defining their flag's name, type (text, number, boolean, array, or object), and value.
β Good to know
By default, one scenario appears. But you can ass as many as you want by clicking Add scenario.
- Click Save and continue.
[Overview] - Check that every step has been configured correctly.
- (Optional) Notify your teammates that the Feature Toggle/Flag is ready to go.
π‘ Use case
Letβs say you have developed two new payment features: one for mobile devices and one for desktop. Before releasing them, you want to test them to early adopter users to see if the features fit the original need. In addition, you want to know what their usage rate would be.
In this case, you can create a Feature Toggling:
- Create a Feature Toggling use case on your Flagship account.
- Choose the KPI you want to follow. Here, you can select the KPI related to a click on the βProceed to checkoutβ button. You need to have configured it in your codebase beforehand.
- Select conversion rate as a sub KPI type.
- In the scenarios step, define two scenarios: one that enables the feature on desktop and one on mobile devices. On each, configure the flag that will enable the new payment method:
- Check the overview of your Feature Toggle.
- Save and activate your use case via the dashboard.
Need additional information?
Submit your request at product.feedback@abtasty.com
Always happy to help!