Skip to main content
Solved

How to get experiment data for each user in React Native SDK

  • 15 February 2022
  • 1 reply
  • 33 views

Hi,

 

We were wondering if there is a way to get the experiment name or id and the variant the user is in from the user object in the React Native SDK?
Or does it come via the Webhook at least?

 

Thanks so much!

1 reply

Userlevel 5
Badge +10

Hey @m56 

You won’t be able to detect this from the SDK, however, we do have a presented_offering_id field and presented_offering  in webhooks and ETL exports respectively, that you can use to filter Experiment transactions. 

Reply