---
title: AuditFilter.Value
framework: Apple Ads Platform API
role: symbol
role_heading: Object
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/auditfilter/value-data.dictionary
---

# AuditFilter.Value

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

## Declaration

```data
object AuditFilter.Value
```

## Discussion

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).
