matching Criterias
Parameters
value
Required. null The list of filters that applies to event attributes. Only events that match all the provided filters will be sent to the destination.
Parameters
values
Required. null The list of filters that applies to event attributes. Only events that match all the provided filters will be sent to the destination.
suspend fun matchingCriterias(argument: List<suspend TriggerMatchingCriteriaArgsBuilder.() -> Unit>)
suspend fun matchingCriterias(vararg argument: suspend TriggerMatchingCriteriaArgsBuilder.() -> Unit)
Parameters
argument
Required. null The list of filters that applies to event attributes. Only events that match all the provided filters will be sent to the destination.