AdWords API
Feedback on this document

type UserListLogicalRule (v201209)

A user list logical rule. A rule has a logical operator (and/or/not) and a list of operands that can be user lists or user interests.


Namespace
https://adwords.google.com/api/adwords/cm/v201209
Fields
Field Type Description
operator
Required
UserListLogicalRule.Operator The logical operator of the rule. This field is required and should not be null.
Enumerations
ALL
And - all of the operands.
ANY
Or - at least one of the operands.
NONE
Not - none of the operands.
UNKNOWN
Used for return value only. An enumeration could not be processed, typically due to incompatibility with your WSDL version.
ruleOperands
ContentsNotNull
NotEmpty
Required
LogicalUserListOperand[] The list of operands of the rule. This field must not contain null elements. This field must contain at least one element. This field is required and should not be null.

Authentication required

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

Signing you in...

Google Developers needs your permission to do that.