A/B test participants
exports.AbTests.ScenariosAbTestParticipants
| Column | Type | Description | Example |
|---|---|---|---|
| unmergedCustomerId | String | Customer ID | a4fb2db8-7681-493c-89f2-e7c450598041 |
| abTestId | String | AB-test ID | a4fb2db8-7681-493c-89f2-e7c450598041 |
| variantId | String | AB-test variant ID | a4fb2db8-7681-493c-89f2-e7c450598041 |
| deviceUUID | String | Customer device ID | a4fb2db8-7681-493c-89f2-e7c450598041 |
| timestamp | DateTime | Timestamp when customer became AB-test participant | 2024-08-21 10:10:10.000 |
| _isDeleted | Bool | Indication that the participation has been deleted | True |
| _rowversion_ts | DateTime | Timestamp when data became available for export | 2024-08-21 10:10:10.000 |
Updated 5 months ago

