Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
LogicalUserListInfo
Represents a user list that is a custom combination of user lists.
Fields |
rules[]
|
UserListLogicalRuleInfo
Logical list rules that define this user list. The rules are defined as a logical operator (ALL/ANY/NONE) and a list of user lists. All the rules are ANDed when they are evaluated. Required for creating a logical user list.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-12 UTC.
[null,null,["Last updated 2024-10-12 UTC."],[[["Represents a custom user list created by combining other user lists."],["Defines user list combinations using logical rules (ALL/ANY/NONE) applied to existing user lists."],["All defined rules are evaluated using the AND operator, meaning users must satisfy all rules to be included in the combined list."]]],["The content describes a custom user list composed of other user lists, defined by `rules[]`. These rules, using `UserListLogicalRuleInfo`, specify the logical combination of the lists. Rules are defined with a logical operator (ALL, ANY, NONE) and a list of user lists. Multiple rules are combined using an AND operation when assessed. Defining these rules is essential when creating such a user list.\n"]]