Learn R Programming

paws.customer.engagement (version 0.8.0)

customerprofiles_get_segment_membership: Determines if the given profiles are within a segment

Description

Determines if the given profiles are within a segment.

See https://www.paws-r-sdk.com/docs/customerprofiles_get_segment_membership/ for full documentation.

Usage

customerprofiles_get_segment_membership(
  DomainName,
  SegmentDefinitionName,
  ProfileIds
)

Arguments

DomainName

[required] The unique name of the domain.

SegmentDefinitionName

[required] The Id of the wanted segment. Needs to be a valid, and existing segment Id.

ProfileIds

[required] The list of profile IDs to query for.