Hide

type ConstantOperand (v201506)

A constant operand in a matching function.


Namespace
https://adwords.google.com/api/adwords/cm/v201506
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
BOOLEAN
Boolean constant type. booleanValue should be set for this type.
DOUBLE
Double constant type. doubleValue should be set for this type.
LONG
Long constant type. longValue should be set for this type.
STRING
String constant type. stringValue should be set for this type.
unit ConstantOperand.Unit Units of constant in this operand.
Enumerations
METERS
Meters.
MILES
Miles.
NONE
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.

Send feedback about...

AdWords API