SegmentStruct
The SegmentStruct defines a segment (SQL subset) of a list.
|
Name |
Type |
Description |
|
SegmentID |
int |
Unique identifier of this segment |
|
Description |
string |
A description of this segment |
|
ListName |
string |
The name of the list this segment is associated with |
|
NumTestRecords |
int |
The number of records to retrieve when testing this segment |
|
SegmentName |
string |
The name of this segment |
|
SegmentType |
The type of segment, normal, triggered or sequential |
![]() |