customerprofiles_update_calculated_attribute_definition {paws.customer.engagement} | R Documentation |
Updates an existing calculated attribute definition
Description
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.
Usage
customerprofiles_update_calculated_attribute_definition(
DomainName,
CalculatedAttributeName,
DisplayName = NULL,
Description = NULL,
Conditions = NULL
)
Arguments
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. |
[Package paws.customer.engagement version 0.9.0 Index]