Hide

type WebpageCondition (v201506)

Logical expression for targeting webpages of an advertiser's website.

A condition is defined as operand OP argument where operand is one of the values enumerated in WebpageConditionOperand, and, based on this value, OP is either of EQUALS or CONTAINS.


Namespace
https://adwords.google.com/api/adwords/cm/v201506
Fields
Field Type Description
operand
Required
WebpageConditionOperand Operand of webpage targeting condition. This field is required and should not be null.
Enumerations
URL
Operand denoting a webpage URL targeting condition. The operator StringConditionOperator.CONTAINS will be used for such conditions.
CATEGORY
Operand denoting a webpage category targeting condition. The operator StringConditionOperator.EQUALS will be used for such conditions.
PAGE_TITLE
Operand denoting a webpage title targeting condition. The operator StringConditionOperator.CONTAINS will be used for such conditions.
PAGE_CONTENT
Operand denoting a webpage content targeting condition. The operator StringConditionOperator.CONTAINS will be used for such conditions.
UNKNOWN
Used for return value only. An enumeration could not be processed, typically due to incompatibility with your WSDL version.
argument
MustNotContain
Required
StringLength
xsd:string Argument of the webpage targeting condition. This string must not contain a substring that matches the regular expression '\*|\>\>|\=\=|\&\+' This field is required and should not be null. The length of this string should be between 1 and 2048, inclusive.

Send feedback about...

AdWords API