Assignment tables
In order to perform its analyses, Eppo needs access to an assignment table in your data warehouse that lists each user that comes through the system and which variant they saw at which time.
timestamp | user_id | experiment | variation |
---|---|---|---|
2021-06-22T17:35:12.000Z | 165740867980881574 | adding_BNPL_experiment | affirm |
Click on the link for your feature flagging tool for instructions on how to create the assignment table.
Alternatively, you can use the Eppo SDK to assign subjects into different experiment variants.