Channels
contributing
sdk-kotlin
sdk-react
sdk-javascript
sdk-java
request-features
sdk-php
sdk-python
sdk-golang
sdk-swift
sdk-c-sharp
random
sdk-ruby
ask-questions
give-feedback
announcements
sdk-flutter
Powered by
#announcements
Title
h
handsome-library-89124
07/19/2022, 10:15 AM
Hi, is there any way to get feature Flag name in tracking callback like the same way we can get attributes using getAttributes().
b
busy-horse-73824
07/19/2022, 10:49 AM
https://docs.growthbook.io/lib/build-your-own#experiment
The fields in
Experiment
and
ExperimentResult
are what you get in that callback
You could possibly iterate over the features to find a matching experiment key, but it would not be guaranteed/reliable
h
handsome-library-89124
07/19/2022, 10:57 AM
Yes key is not reliable.
5 Views
Post