UserListRuleItemInfo
Stay organized with collections
Save and categorize content based on your preferences.
Fields |
name
|
string
Rule variable name. It should match the corresponding key name fired by the pixel. A name must begin with US-ascii letters or underscore or UTF8 code that is greater than 127 and consist of US-ascii letters or digits or underscore or UTF8 code that is greater than 127. For websites, there are two built-in variable URL (name = 'url__') and referrer URL (name = 'ref_url__'). This field must be populated when creating a new rule item.
|
Union field rule_item
rule_item . An atomic rule item. rule_item can be only one of the following: |
number_rule_item
|
UserListNumberRuleItemInfo
An atomic rule item composed of a number operation.
|
string_rule_item
|
UserListStringRuleItemInfo
An atomic rule item composed of a string operation.
|
date_rule_item
|
UserListDateRuleItemInfo
An atomic rule item composed of a date operation.
|
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."],[[["Atomic rule items define specific criteria for user list membership based on data points like numbers, strings, or dates."],["Each atomic rule item has a 'name' field that corresponds to a variable from a pixel event, like 'url__' or 'ref_url__'."],["You can build atomic rule items using number, string, or date operations to match user data against specific conditions."]]],[]]