Example Data
For property sources, Statsig only needs a user_id and property fields. Property sources can define fixed properties (e.g. a users Country of origin), but can also define dynamic in which case you need to provide a timestamp for Statsig to identify the most recent pre-exposure record.
For example, a static property source could just be:
Which could be used to filter and group by any experiment that was exposed one either user_id or company_id.
For a dynamic property, it might look like this:
The first user in this example has their intent_segment property change on
2023-10-12; based on what the intent_segment was prior to their exposure, they might have different intent_segment values for different experiment analyses.