...
Field | type | Description | |
---|---|---|---|
1 | experiment_id | String | unique id for experiment |
2 | experiment_name | String | name of the experiment |
3 | client | String | experiment channel(portal/app/Desktop) |
4 | start_date | Timestamp | start date of the experiment |
5 | end_date | Timestamp | end date of the experiment |
6 | user_count | Long | no of users mapped to the experiment |
7 | device_count | Long | no of devices mapped to the experiment |
8 | experiment_mapped | Boolean | flag to check if the experiment is already mapped |
9 | udpated_on | Timestamp | last udpated by the experiement data product |
10 | status | String | status of the experiment(active/inactive) |
11 | status_message | String | status description of the experiment |
12 | created_by | String | who created the experiment |
Experiment Data Product :
...