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

# QueryFilter.Value

The comparison value or values for a `QueryFilter` condition.

```
object QueryFilter.Value
```

## Discussion

The `QueryFilter.value` field accepts a scalar, an array, or no value at all, depending on the `operator`. Pass an array for operators that accept multiple values (`IN`, `NOT_IN`, `CONTAINS_ANY`, `CONTAINS_ALL`, `NOT_CONTAINS_ANY`, `NOT_CONTAINS_ALL`, `BETWEEN`), a scalar for operators that accept a single value (`EQUALS`, `STARTS_WITH`), or omit it entirely for the null-check operators `IS_NULL` and `IS_NOT_NULL`. See [`QueryFilterOperator`](/documentation/Apple-Ads-Platform-API/QueryFilterOperator) for the full operator reference.

---

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)