customerprofiles_get_segment_membership: Determines if the given profiles are within a segment

View source: R/customerprofiles_operations.R

customerprofiles_get_segment_membershipR Documentation

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.


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