View source: R/customerprofiles_operations.R
customerprofiles_list_calculated_attributes_for_profile | R Documentation |
Retrieve a list of calculated attributes for a customer profile.
See https://www.paws-r-sdk.com/docs/customerprofiles_list_calculated_attributes_for_profile/ for full documentation.
customerprofiles_list_calculated_attributes_for_profile(
NextToken = NULL,
MaxResults = NULL,
DomainName,
ProfileId
)
NextToken |
The pagination token from the previous call to ListCalculatedAttributesForProfile. |
MaxResults |
The maximum number of calculated attributes returned per page. |
DomainName |
[required] The unique name of the domain. |
ProfileId |
[required] The unique identifier of a customer profile. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.