Get Calculated Attribute For Profile
customerprofiles_get_calculated_attribute_for_profile | R Documentation |
Retrieve a calculated attribute for a customer profile¶
Description¶
Retrieve a calculated attribute for a customer profile.
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. |
Value¶
A list with the following syntax:
list(
CalculatedAttributeName = "string",
DisplayName = "string",
IsDataPartial = "string",
Value = "string"
)
Request syntax¶
svc$get_calculated_attribute_for_profile(
DomainName = "string",
ProfileId = "string",
CalculatedAttributeName = "string"
)