View source: R/customerprofiles_operations.R
customerprofiles_update_calculated_attribute_definition | R Documentation |
Updates an existing calculated attribute definition. When updating the Conditions, note that increasing the date range of a calculated attribute will not trigger inclusion of historical data greater than the current date range.
See https://www.paws-r-sdk.com/docs/customerprofiles_update_calculated_attribute_definition/ for full documentation.
customerprofiles_update_calculated_attribute_definition(
DomainName,
CalculatedAttributeName,
DisplayName = NULL,
Description = NULL,
Conditions = NULL
)
DomainName |
[required] The unique name of the domain. |
CalculatedAttributeName |
[required] The unique name of the calculated attribute. |
DisplayName |
The display name of the calculated attribute. |
Description |
The description of the calculated attribute. |
Conditions |
The conditions including range, object count, and threshold for the calculated attribute. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.