AdWords API
Feedback on this document

type ConstantOperand (v201302)

A constant operand in a matching function.


Namespace
https://adwords.google.com/api/adwords/cm/v201302
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.
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.

Authentication required

You need to be signed in with Google+ to do that.

Signing you in...

Google Developers needs your permission to do that.