To target and narrow down your audience, you can include or exclude users based on some conditions. Each data type has its operator. You can filter different data types using these operators:
You can create up to three condition groups and use up to 15 conditions per group. This applies to all types of segments.
Boolean
Dropdown Operator Description | Dropdown Operator | Input Options |
|---|---|---|
Check if the boolean value is true or false | is | True, False |
Check if the boolean value is not the selected value | is not | True, False |
Selecting the dropdown operator as "is not" will return both the stated values and the empty ones. For instance, when it is "is not false", you will get true input and the empty input.
String
String values become visible in the dropdown component only if ingested in the Insider's Unified Customer Database (UCD).
Dropdown Operator Description | Dropdown Filter | Input Options |
|---|---|---|
Check if the string value contains the given input | contains | Ingested(available) values to the InOne panel |
Check if the string value is exactly the same as the given input | is exactly | Ingested(available) values to the InOne panel |
Check if the string value doesn’t contain the given input | does not contain | Ingested(available) values to the InOne panel |
Check if the string attribute/event parameter value does not match the given input | does not match | Ingested(available) values to the InOne panel |
Check if the string attribute/event parameter is not empty among the users | is empty | N/A |
Check if the string attribute/event parameter is not empty among the users | is not empty | N/A |
Date
Dropdown Operator Description | Dropdown Filter | Input Options |
|---|---|---|
Check if the given value is in the given time range | is exactly | Date picker or manual input |
Check if the given value is in the given exact date, day, or month | is on | Date picker or manual input |
Check if the date type attribute/event parameter is empty among the users | is empty | N/A |
Check if the date type attribute/event parameter is not empty among the users | is not empty | N/A |
Check if the given value is in the given time range | is in the | Manual input |
Check if the given value is in the given time range | in between | Date picker |
Number
Dropdown Operator Description | Dropdown Filter | Input Options |
|---|---|---|
Check if the numeric attribute/event parameter is greater than the given number | is greater than | Number |
Check if the numeric attribute/event parameter is less than the given number | is less than | Number |
Check if the numeric attribute/event parameter is greater than or equal to the given number | is greater than or equal | Number |
Check if the numeric attribute/event parameter is less than or equal to the given number | is less than or equal | Number |
Check if the numeric attribute/event parameter is equal to the given number | is equal to | Number |
Check if the numeric attribute/event parameter is empty among the users | is empty | N/A |
Check if the numeric attribute/event parameter is not empty among the users | is not empty | N/A |