Solved

How can I get the data from an experiment?

  • 6 December 2021
  • 1 reply
  • 44 views

Badge +5

Hi,

I recently ran an experiment to test a 3-day vs. a 7-day trial. I would like to see some numbers that are currently missing from the report (like trial conversion rate), so I’m wondering if there is any way to export the data from an experiment?

Thanks in advance!

icon

Best answer by tina 13 December 2021, 22:35

View original

1 reply

Userlevel 5
Badge +10

Hey @Espen 

If these Offering variants have never been seen in your app before (meaning Experiments was the first time you’re showing these Offerings), you can export your data from ETL exports. There’s a field called presented_offering that can be used to filter Experiment transactions. 

 

If you did offer these Offerings in the past, you can get creative here by utilizing a combination of Customer Lists + ETL exports. You can export your Customer List data of all subscribers. You’ll have to join the Customer List and ETL export on app_user_id. Then you’ll filter this query based on if the customer was first seen after you started your experiment. 

Reply