Amplitude
With the Amplitude integration, you can attach feature access properties to users and groups on Amplitude. This will enable you to query analytics based on feature access filters.
Get available features from Bucket
In this example, we're using the Browser SDK:
This will return JSON with all available features for the authenticated user:
Add as property on Amplitude
We can forward all features or pick certain features and send access state to Amplitude. Here we send an array of features that the user has access to:
Which will look like this on Amplitude:
You may want to add the property to the user's group as well.
Last updated