Outreach Segments (Full Update)
File Naming Convention
TGEN_outreachSegments_fullupdate_2025-08_<optionalSuffix>.csv
importType:fullupdateapiVersion:2025-08
Columns
| Column Header | Description | Type | Required |
|---|---|---|---|
externalId | External identifier of the segment | string | No |
name | Name of the segment | string | No |
description | Description of the segment | string | No |
type | Type of the segment | mixed | No |
operator | Operator used to combine segment rules | mixed | No |
isTemplate | Whether or not this segment can be used as a template when creating a campaign | boolean | No |
rules | List of associated rules for this segment | array | No |
rules[0].externalId | External identifier of the segment rule | string | No |
rules[0].segment | Identifier of the segment this rule belongs to | string | No |
rules[0].fieldSource | Source of the field used in the rule | mixed | No |
rules[0].field | Identifier of the field or segment used in the rule | object | No |
rules[0].field.externalId | External identifier of the segment | string | No |
rules[0].field.name | Name of the segment | string | No |
rules[0].field.description | Description of the segment | string | No |
rules[0].field.type | Type of the segment | mixed | No |
rules[0].field.operator | Operator used to combine segment rules | mixed | No |
rules[0].field.isTemplate | Whether or not this segment can be used as a template when creating a campaign | boolean | No |
rules[0].field.rules | List of associated rules for this segment | array | No |
rules[0].field.rules[0].externalId | External identifier of the segment rule | string | No |
rules[0].field.rules[0].segment | Identifier of the segment this rule belongs to | string | No |
rules[0].field.rules[0].fieldSource | Source of the field used in the rule | mixed | No |
rules[0].field.rules[0].field | Identifier of the field or segment used in the rule | object | No |
rules[0].field.rules[0].comparator | Enum comparator used in the rule. This matches the available enum values for the datatype of the segmetn rule field. If the source is a segment, the available fields match a Boolean rule field. | string | No |
rules[0].field.rules[0].value | Value used in the rule. This is a stringified JSON object for the shape the value should be in based on the comparator. | string | No |
rules[0].field.rules[0].negateQuery | Whether to negate the query for this rules field. | boolean | No |
rules[0].comparator | Enum comparator used in the rule. This matches the available enum values for the datatype of the segmetn rule field. If the source is a segment, the available fields match a Boolean rule field. | string | No |
rules[0].value | Value used in the rule. This is a stringified JSON object for the shape the value should be in based on the comparator. | string | No |
rules[0].negateQuery | Whether to negate the query for this rules field. | boolean | No |
Sample CSV
See the following outreachSegments CSV sample file.