customerprofiles_get_calculated_attribute_for_profile {paws.customer.engagement} | R Documentation |
Retrieve a calculated attribute for a customer profile
Description
Retrieve a calculated attribute for a customer profile.
See https://www.paws-r-sdk.com/docs/customerprofiles_get_calculated_attribute_for_profile/ for full documentation.
Usage
customerprofiles_get_calculated_attribute_for_profile(
DomainName,
ProfileId,
CalculatedAttributeName
)
Arguments
DomainName |
[required] The unique name of the domain. |
ProfileId |
[required] The unique identifier of a customer profile. |
CalculatedAttributeName |
[required] The unique name of the calculated attribute. |
[Package paws.customer.engagement version 0.7.0 Index]