Creates a segment definition associated to the given domain
Source:R/customerprofiles_operations.R
customerprofiles_create_segment_definition.RdCreates a segment definition associated to the given domain.
See https://www.paws-r-sdk.com/docs/customerprofiles_create_segment_definition/ for full documentation.
Usage
customerprofiles_create_segment_definition(
DomainName,
SegmentDefinitionName,
DisplayName,
Description = NULL,
SegmentGroups = NULL,
SegmentSqlQuery = NULL,
SegmentSort = NULL,
Tags = NULL
)Arguments
- DomainName
[required] The unique name of the domain.
- SegmentDefinitionName
[required] The unique name of the segment definition.
- DisplayName
[required] The display name of the segment definition.
- Description
The description of the segment definition.
- SegmentGroups
Specifies the base segments and dimensions for a segment definition along with their respective relationship.
- SegmentSqlQuery
The segment SQL query.
- SegmentSort
The segment sort.
The tags used to organize, track, or control access for this resource.