lyrSplitTestParts

Each part of a Split Test is represented by one of these records. The values stored here are used to drive the actual mailing at the time it is queued up for sending.

Field Name Description

Version Added

SplitPartID

Unique Split Part ID. (int, NOT NULL)

Added in 9.0

SplitTestID

ID of the Split Test this is a part of. (int, NOT NULL)

Added in 9.0

Sequence

Sequence Number (Part 1, 2, 3, etc), for consistency in ordering. (int, NULL)

Added in 9.0

SegID

Segment this part is targeted to (int, NULL)

Added in 9.0

SegList

List name this test is under (VarChar(60), NULL)

Added in 9.0

SegTitle

Name of the segment targeted (all of list, or specific segment) (VarChar(200), NULL)

Added in 9.0

ContentID

ID of the Content used for sending this part (Int, NOT NULL)

Added in 9.0