---
title: SovCondition
framework: Apple Ads
role: symbol
role_heading: Object
platforms: [search ads 4.6+]
path: apple_ads/sovcondition
---

# SovCondition

The list of condition objects that allow users to filter a list of records.

## Declaration

```data
object SovCondition
```

## Properties

field: A list of field names to return within each record. operator: The operator values compare attributes to a list of specified values. The IN operator matches any value in a list of specified values. values: A list of matching values.

## Discussion

Discussion The Condition object functionality is similar to the WHERE clause in SQL.

## See Also

### Impression Share Report Request and Response Objects

- [CustomReportRequest](apple_ads/customreportrequest.md)
- [CustomReportResponse](apple_ads/customreportresponse.md)
- [CustomReportResponseBody](apple_ads/customreportresponsebody.md)
