createCalculatedAttributeDefinition
inline suspend fun CustomerProfilesClient.createCalculatedAttributeDefinition(crossinline block: CreateCalculatedAttributeDefinitionRequest.Builder.() -> Unit): CreateCalculatedAttributeDefinitionResponse
Creates a new calculated attribute definition. After creation, new object data ingested into Customer Profiles will be included in the calculated attribute, which can be retrieved for a profile using the GetCalculatedAttributeForProfile API. Defining a calculated attribute makes it available for all profiles within a domain. Each calculated attribute can only reference one ObjectType
and at most, two fields from that ObjectType
.