AdWords API
Feedback on this document

type Predicate (v201302)

Specifies how an entity (eg. adgroup, campaign, criterion, ad) should be filtered.


Namespace
https://adwords.google.com/api/adwords/cm/v201302
Fields
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
EQUALS
NOT_EQUALS
IN
NOT_IN
GREATER_THAN
GREATER_THAN_EQUALS
LESS_THAN
LESS_THAN_EQUALS
STARTS_WITH
STARTS_WITH_IGNORE_CASE
CONTAINS
CONTAINS_IGNORE_CASE
DOES_NOT_CONTAIN
DOES_NOT_CONTAIN_IGNORE_CASE
UNKNOWN
Used for return value only. An enumeration could not be processed, typically due to incompatibility with your WSDL version.
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.

Authentication required

You need to be signed in with Google+ to do that.

Signing you in...

Google Developers needs your permission to do that.