Another issue for us is we use different experimen...
# announcements
h
Another issue for us is we use different experiment id compared with the feature flag id. So I have to change the tracking key in the experiment to use the experiment data. And then the feature flag can’t find the matching experiment id as it’s different. Any solution for this? like manually associate feature flag to experiment.
f
That's interesting. How does it get this new experiment id?
can you set the tracking key inside the experiment rule to match the experiment id you will have?
h
this is not editable once the feature is created. and we use a different experiment id in our existing event system.
f
it should be editable by editing the rule
h
Oh I see. but will this affected what we got on the client side?