Ads API .NET library
|
Represents a keyword. This is disabled for AdX when it is contained within Operators: ADD, SET. More...
Classes | |
class | Fields |
List of all supported fields for the Keyword class. More... | |
class | FilterableFields |
List of all supported filterable fields for the Keyword class. More... | |
class | SelectableFields |
List of all supported selectable fields for the Keyword class. More... | |
Properties | |
string | text [get, set] |
Text of this keyword (at most 80 characters and ten words). This field can be selected using the value "KeywordText".This field can be filtered on. Keyword text must not contain NUL (code point 0x0) characters. This is checked by the regular expression '[^]*'. This field is required and should not be More... | |
KeywordMatchType | matchType [get, set] |
Match type of this keyword. This field can be selected using the value "KeywordMatchType".This field can be filtered on. This field is required and should not be More... | |
bool | matchTypeSpecified [get, set] |
![]() | |
long | id [get, set] |
ID of this criterion. This field can be selected using the value "Id".This field can be filtered on. This field is required and should not be More... | |
bool | idSpecified [get, set] |
CriterionType | type [get, set] |
This field can be selected using the value "CriteriaType".This field can be filtered on. This field is read only and will be ignored when sent to the API. More... | |
bool | typeSpecified [get, set] |
string | CriterionType [get, set] |
Indicates that this instance is a subtype of Criterion. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead. More... | |
Represents a keyword. This is disabled for AdX when it is contained within Operators: ADD, SET.
|
getset |
Match type of this keyword. This field can be selected using the value "KeywordMatchType".This field can be filtered on. This field is required and should not be
null
when it is contained within Operators : ADD.
Referenced by Google.Api.Ads.AdWords.Examples.CSharp.v201809.GetKeywords.Run().
|
getset |
true
, if a value is specified for matchType, false
otherwise.
|
getset |
Text of this keyword (at most 80 characters and ten words). This field can be selected using the value "KeywordText".This field can be filtered on. Keyword text must not contain NUL (code point 0x0) characters. This is checked by the regular expression '[^]*'. This field is required and should not be
null
when it is contained within Operators : ADD.
Referenced by Google.Api.Ads.AdWords.Examples.CSharp.v201809.GetKeywords.Run().