customerprofiles_create_segment_definition: Creates a segment definition associated to the given domain

View source: R/customerprofiles_operations.R

customerprofiles_create_segment_definitionR 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.


paws.customer.engagement documentation built on April 4, 2025, 3:34 a.m.