Specifies how an entity (eg. adgroup, campaign, criterion, ad) should be filtered.
- Namespace
-
https://adwords.google.com/api/adwords/cm/v201809
Field |
|
---|---|
|
The field by which to filter the returned data. Possible values are marked Filterable on the entity's reference page. For example, for predicates for the CampaignService selector, refer to the filterable fields from the Campaign reference page. This field is required and should not be
null . |
|
The operator to use for filtering the data returned. Enumerations
This field is required and should not be
null . |
|
The values by which to filter the field. The Operator.CONTAINS_ALL, Operator.CONTAINS_ANY, Operator.CONTAINS_NONE, Operator.IN and Operator.NOT_IN take multiple values. All others take a single value. This field must not contain
null elements.This field is required and should not be
null . |