Service
Dependencies
KeywordAttribute
▼
Keyword
Inheritance
Represents a keyword. This is disabled for AdX when it is contained within Operators: ADD, SET.
- Namespace
-
https://adwords.google.com/api/adwords/cm/v201506
- Fields
Field | Type | Description |
---|---|---|
Criterion (inherited) | ||
id Filterable
Required
Selectable
|
xsd:long
|
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 null when it is contained within Operators : SET, REMOVE.
|
type Filterable
ReadOnly
Selectable
|
Criterion.Type
|
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.
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.
Enumerations
|
Criterion.Type |
xsd:string
|
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. |
Keyword | ||
text Filterable
MatchesRegex
Required
Selectable
|
xsd:string
|
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 '[^\x00]*'.
This field is required and should not be null when it is contained within Operators : ADD.
|
matchType Filterable
Required
Selectable
|
KeywordMatchType
|
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.
Enumerations
|