Ads API .NET library
|
Logical expression for targeting webpages of an advertiser's website. More...
Classes | |
class | Fields |
List of all supported fields for the WebpageCondition class. More... | |
class | FilterableFields |
List of all supported filterable fields for the WebpageCondition class. More... | |
class | SelectableFields |
List of all supported selectable fields for the WebpageCondition class. More... | |
Public Attributes | |
WebpageConditionOperator | operator{get{return this.operatorField |
Operator of webpage targeting condition. More... | |
Properties | |
WebpageConditionOperand | operand [get, set] |
Operand of webpage targeting condition. This field is required and should not be More... | |
bool | operandSpecified [get, set] |
string | argument [get, set] |
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 More... | |
this[System.Xml.Serialization.XmlIgnoreAttribute()][EditorBrowsable(EditorBrowsableState.Never)] bool | operatorSpecified [get, set] |
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 .
WebpageConditionOperator Google.Api.Ads.AdWords.v201809.WebpageCondition.operator{get{return this.operatorField |
Operator of webpage targeting condition.
EQUALS
is only allowed for WebpageConditionOperand::CATEGORY, WebpageConditionOperand::CUSTOM_LABEL, and WebpageConditionOperand::URL operands. CONTAINS
is only allowed for WebpageConditionOperand::URL, WebpageConditionOperand::PAGE_TITLE, and WebpageConditionOperand::PAGE_CONTENT operands.
|
getset |
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.
|
getset |
Operand of webpage targeting condition. This field is required and should not be
null
.
|
getset |
true
, if a value is specified for operand, false
otherwise.
|
getset |