AB-test dictionary
exports.AbTests.AbTests
| Column | Type | Description | Example |
|---|---|---|---|
| internalId | String | AB-test ID | a4fb2db8-7681-493c-89f2-e7c450598041 |
| name | String | Name of the test | Reactivation |
| startDateTimeUTC | DateTime | Date of the beginning f the test | 2024-08-21 10:10:10.000 |
| stopDateTimeUTC | DateTime | Date of the stop of the test | 2024-09-21 10:10:10.000 |
| domain | String | Type of entity being tested | Scenario |
| _isDeleted | Bool | Indication that the test has been deleted | True |
| _rowversion_ts | DateTime | Timestamp when data became available for export | 2024-08-21 10:10:10.000 |
Updated over 1 year ago

