customerprofiles_create_segment_definition {paws.customer.engagement} | R Documentation |
Creates a segment definition associated to the given domain
Description
Creates 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,
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 |
[required] Specifies the base segments and dimensions for a segment definition along with their respective relationship. |
Tags |
The tags used to organize, track, or control access for this resource. |
[Package paws.customer.engagement version 0.9.0 Index]