Service
AdGroupAdService
AdGroupCriterionService
AdGroupService
AdParamService
BudgetOrderService
BudgetService
CampaignAdExtensionService
CampaignCriterionService
CampaignService
ConversionTrackerService
DataService
ExperimentService
LocationCriterionService
ManagedCustomerService
MediaService
UserListService
Dependencies
Selector
▼
Predicate
Specifies how an entity (eg. adgroup, campaign, criterion, ad) should be filtered.
Field | Type | Description |
---|---|---|
field Required
|
xsd:string
|
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 .
|
operator Required
|
Predicate.Operator
|
The operator to use for filtering the data returned.
This field is required and should not be null .
Enumerations
|
values ContentsNotNull
Required
|
xsd:string[]
|
The values by which to filter the field. The 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 .
|