Contents

AuditFilter.Value

One or more filter values, provided as a string or array of strings.

Declaration

object AuditFilter.Value

Discussion

The AuditFilter.value field accepts a single value or an array of values, depending on the field and operator. For eventTime, pass two values with BETWEEN for an inclusive date range, or a single value with GREATER_THAN or LESS_THAN. For every other filterable field (entityType, entityId, eventType, userType, userId, txnId, adAccountId, campaignId, adGroupId), pass a single value with EQUALS or an array of values with IN. As the third key in an AuditFilter entry, value pairs with field (the target field name) and operator (the comparison to apply against it).