Platform
Events

Events

Events are a way to track actions that your users perform. They are used to track the usage of your features and to help you make data-driven decisions.

You can trigger events from one of FeaturesFlow SDKs.


Creating an event

To create an event, you need to go to a project in FeaturesFlow and click on the Events tab. Then click on the New + button.

Then you will need to fill out a form with the following fields:

  • Event key: A unique key for the event. This key will be used to identify the event in the SDKs.
  • Description: A description of the event.

Event parameters

You can also add parameters to your events. Parameters are key-value pairs that you can use to add more context to your events.

For example, if you have an event called Purchase, you can add parameters like orderValue, countryCode, etc.

To add parameters to an event, go to an event page and click on the Add parameter button. A parameter will be automatically added to the event. You can select one of three types for the parameter:

  • String: A string value.
  • Number: A number value.
  • Boolean: A boolean value.

Deleting an event

To delete an event, go to an event page and navigate to settings tab. Then click on the Delete button. You will be asked to confirm the deletion. Once you confirm, the event will be deleted.