Skip to main content

I have created a user property called client and have hit it multiple times using the JavaScript SDK (Server) and also shows flag is on or off for the filters but in the feature flag it is still showing that property has not been received. 

User Property - client

 

The code for the user properties is here:

const user = {
user_properties: {
client: 'uber',
}
}
const variants = await experiment.fetchV2(user);

 

Be the first to reply!

Reply