FlexibleRuleUserListInfo
Stay organized with collections
Save and categorize content based on your preferences.
Flexible rule representation of visitors with one or multiple actions. The flexible user list is defined by two lists of operands – inclusive_operands and exclusive_operands; each operand represents a set of users based on actions they took in a given timeframe. These lists of operands are combined with the AND_NOT operator, so that users represented by the inclusive operands are included in the user list, minus the users represented by the exclusive operands.
Fields |
inclusive_rule_operator
|
UserListFlexibleRuleOperator
Operator that defines how the inclusive operands are combined.
|
inclusive_operands[]
|
FlexibleRuleOperandInfo
Rules representing users that should be included in the user list. These are located on the left side of the AND_NOT operator, and joined together by either AND/OR as specified by the inclusive_rule_operator.
|
exclusive_operands[]
|
FlexibleRuleOperandInfo
Rules representing users that should be excluded from the user list. These are located on the right side of the AND_NOT operator, and joined together by OR.
|
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-11-25 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-25 UTC."],[[["Flexible user lists are defined using inclusive and exclusive operands, representing users based on their actions within a timeframe."],["Inclusive operands determine users to include in the list, while exclusive operands specify users to exclude."],["These operands are combined using the AND_NOT operator, meaning the inclusive users are included, minus the exclusive users."],["The `inclusive_rule_operator` field dictates how inclusive operands are combined (using AND or OR)."],["Both inclusive and exclusive operands utilize `FlexibleRuleOperandInfo` to define user rules."]]],[]]