Can We directly set some values(attributes) if use...
# announcements
l
Can We directly set some values(attributes) if user is part of experiment and some other values(attributes) if not part of experiment from growth book directly? or do we will have to externally built this conversion layer. It will help our feature settings to be more dynamic. Can someone help? Basically if it under the experiment (A): then A ->{"key":"value","key":"value"}.
f
Hi Yashdeep. There are a few ways to accomplish this. 1, would be to use the trackingCallback to set any other values needed. The other would be to use a json feature and pass these values do the app that way
👍 1