<!--
{
  "availability" : [
    "Apple Ads Platform API: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Apple-Ads-Platform-API",
  "identifier" : "/documentation/Apple-Ads-Platform-API/AuditFilter/Value-data.dictionary",
  "metadataVersion" : "0.1.0",
  "role" : "Object",
  "symbol" : {
    "kind" : "Object",
    "modules" : [
      "Apple Ads Platform API"
    ],
    "preciseIdentifier" : "data:apple-ads-platform-api:AuditFilter.Value"
  },
  "title" : "AuditFilter.Value"
}
-->

# AuditFilter.Value

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

```
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`](/documentation/Apple-Ads-Platform-API/AuditFilter) entry, `value` pairs with `field` (the target field name) and `operator` (the comparison to apply against it).

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)