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
)
[required] The unique name of the domain.
[required] The unique name of the calculated attribute.
The display name of the calculated attribute.
The description of the calculated attribute.
The conditions including range, object count, and threshold for the calculated attribute.