View source: R/customerprofiles_operations.R
customerprofiles_create_segment_definition | R Documentation |
Creates a segment definition associated to the given domain.
See https://www.paws-r-sdk.com/docs/customerprofiles_create_segment_definition/ for full documentation.
customerprofiles_create_segment_definition(
DomainName,
SegmentDefinitionName,
DisplayName,
Description = NULL,
SegmentGroups,
Tags = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.