Service
AdGroupFeedService
CampaignFeedService
Inheritance
FunctionArgumentOperand
▼
ConstantOperand
FeedAttributeOperand
FunctionOperand
RequestContextOperand
A constant operand in a matching function.
- Namespace
-
https://adwords.google.com/api/adwords/cm/v201306 - Fields
| Field | Type | Description |
|---|---|---|
| FunctionArgumentOperand (inherited) | ||
| FunctionArgumentOperand.Type |
xsd:string
|
Indicates that this instance is a subtype of FunctionArgumentOperand. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead. |
| ConstantOperand | ||
| type Required
|
ConstantOperand.ConstantType
|
Type of constant in this operand.
This field is required and should not be null.
Enumerations
|
| longValue |
xsd:long
|
Long value of the operand if it is a long type. |
| booleanValue |
xsd:boolean
|
Boolean value of the operand if it is a boolean type. |
| doubleValue |
xsd:double
|
Double value of the operand if it is a double type. |
| stringValue |
xsd:string
|
String value of the operand if it is a string type. |