AB testing related data. This property is only returned for AB type emails.

Constructors

Properties

Version of the email that should be sent if there are too few recipients to conduct an AB test.

Version of the email that should be sent if the results are inconclusive after the test period, master or variant.

Status of the AB test.

Metric to determine the version that will be sent to the remaining contacts.

abTestPercentage?: number

The size of your test group.

hoursToWait?: number

Time limit on gathering test results. After this time is up, the winning version will be sent to the remaining contacts.

testId?: string

The ID of the AB test.

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...
discriminator: undefined | string = undefined
mapping: undefined | {
    [index: string]: string;
} = undefined

Methods