bitter-terabyte-35743
08/28/2026, 9:24 AMexperiment_started-event generated by the SDK. But I can see several autogenerated experiment_name values, that I don't really understand. When I search for those values in the UI (see image) I get feature flag results that have Feature Keys that doesn't match.
My questions on this is:
1. Why would we collect feature flag id's with the experiment_started event? Shouldn't we get the experiment key?
2. Where can I find settings to set the feature key ids, so that we can stop collecting these auto-generated values?
Again, I'm new to this so not really sure what's going on but I'd appreciate any help/input on this. Thank you very much!flaky-noon-11399
08/28/2026, 10:07 AMexperiment.key with the exposure event; searching for it returns the feature flags whose experiment rules reference that experiment, so their Feature Keys do not need to match.
It may be less confusing here if you set a readable key on future experiments. you can do this under Experiment > Overview > Targeting and Traffic > Experiment Key
If, however, you also want to collect the feature key, your GTM callback can record result.featureId as a separate field.flaky-noon-11399
08/28/2026, 10:09 AMbitter-terabyte-35743
08/28/2026, 10:13 AMresult.featureId can be tracked separately, I'll look into this for sure 🙂