SplitTestCampaign
A container for a split test campaign, which is often used for A/B testing (also known as a split test campaign with two partitions).
| Attributes | Type | Description | Optional | Default |
|---|---|---|---|---|
| splitTestId | xs:int | Test campaign unique identifier. | Yes | |
| label | xs:string | Name of the split test campaign. | No | |
| splitTestConfiguration | DeliverySplitConfig | Configuration for split test campaign. | No | |
| campaigns | Campaign[] | Array of partitioned campaigns: the campaign must have the same value for the following attributes: deferredTo, startDate, endDate, channel, roleType (optional), removeDuplicates. Current size limit is set to 10 campaigns. | No |