customerprofiles_batch_get_calculated_attribute_for_profile: Fetch the possible attribute values given the attribute name

View source: R/customerprofiles_operations.R

customerprofiles_batch_get_calculated_attribute_for_profileR Documentation

Fetch the possible attribute values given the attribute name

Description

Fetch the possible attribute values given the attribute name.

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

Usage

customerprofiles_batch_get_calculated_attribute_for_profile(
  CalculatedAttributeName,
  DomainName,
  ProfileIds,
  ConditionOverrides = NULL
)

Arguments

CalculatedAttributeName

[required] The unique name of the calculated attribute.

DomainName

[required] The unique name of the domain.

ProfileIds

[required] List of unique identifiers for customer profiles to retrieve.

ConditionOverrides

Overrides the condition block within the original calculated attribute definition.


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