Service
AdGroupCriterionService
CampaignCriterionService
MutateJobService
TargetingIdeaService
TrafficEstimatorService
Dependencies
WebpageParameter
▼
WebpageCondition
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.
| Field | Type | Description |
|---|---|---|
| operand Required
|
WebpageConditionOperand
|
Operand of webpage targeting condition.
This field is required and should not be null.
Enumerations
|
| 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.
|