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 |
|
ClauseWhere |
char |
Essentials/Query |
ClauseAfterSelect |
char |
Advanced/After SELECT |
ClauseFrom |
char |
Advanced/Join other tables |
ClauseOrderBy |
char |
Advanced/Sorting |
ClauseSelect |
char |
Advanced/Columns to display |
AddWhereList |
bool |
Boundaries/Pull only this list's members |
AddWhereMemberType |
bool |
Boundaries/Pull only normal members |
AddWhereSubType |
bool |
Boundaries/Pull only members receiving regular email |