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

# QueryFilter.Value

The comparison value or values for a QueryFilter condition.

## Declaration

```data
object QueryFilter.Value
```

## Discussion

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 for the full operator reference.
