You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/engage/audiences/index.md
+27-13Lines changed: 27 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -68,18 +68,32 @@ When you build an audience based on audience membership, you use existing audien
68
68
69
69
To see which audiences reference a particular audience in their definitions, select the **Consumers** tab when viewing a classic or linked audience. This tab lists all dependent audiences, to help you understand and manage relationships between your audience segments.
70
70
71
-
### Time comparison
72
-
73
-
You can use the following time comparison operators in your audience definition:
74
-
-`before date`
75
-
-`after date`
76
-
-`within last`
77
-
-`within next`
78
-
-`before last`
79
-
-`after next`
80
-
81
-
Only ISO timestamps can be used with these operators. Additionally, these time comparison operators exclusively apply to custom traits.
82
-
If the timestamp is not a valid ISO timestamp (for example, a trailing `Z` is missing), Segment won't process the audience in real-time. Learn more about [real-time compute compared to batch](/docs/engage/audiences/#real-time-compute-compared-to-batch).
| greater than | Value is greater than specified. |
79
+
| less than or equal to | Value is less than or equal to specified. |
80
+
| greater than or equal to | Value is greater than or equal to specified. |
81
+
| equals any of | Matches any of specified values. |
82
+
| contains any of | Includes any of specified values. |
83
+
| contains | Includes specified substring or value. |
84
+
| does not contain | Excludes specified substring or value. |
85
+
| starts with | Begins with specified substring. |
86
+
| ends with | Ends with specified substring. |
87
+
| exists | Value is present (not null). |
88
+
| not exists | Value is absent (null). |
89
+
| before date | Dates before specified date. |
90
+
| after date | Dates after specified date. |
91
+
| within last | Dates between X days ago and today. |
92
+
| within next | Dates between today and X days from now. |
93
+
| before last | All dates older than X days from today. |
94
+
| after next | All dates beyond X days from today. |
95
+
96
+
Only ISO timestamps can be used with time comparison operators. If the timestamp is not a valid ISO timestamp (for example, a trailing `Z` is missing), Segment won't process the audience in real-time. Learn more about [real-time compute compared to batch](/docs/engage/audiences/#real-time-compute-compared-to-batch).
83
97
84
98
**Note**: Timezones seen in the UI are based on your local timezone, but are converted to UTC on the backend.
85
99
@@ -409,4 +423,4 @@ This error occurs when creating audiences that reference each other, meaning aud
409
423
No. Traits located in the `context.traits` object of a Track event aren’t available in the Event Properties section of the Audience Builder. You can only use top-level event properties to define event-based audience conditions.
410
424
411
425
### How does the historical data flag work?
412
-
The **Include Historical Event Data** option lets you take past event data into account and control how much of it is considered when creating real-time audiences. You can set a lookback window (for example, the “last 90 days”) to limit the processed event data, or disable it entirely to use only data arriving after creation. For batch audiences, Segment includes historical data by default.
426
+
The **Include Historical Event Data** option lets you take past event data into account and control how much of it is considered when creating real-time audiences. You can set a lookback window (for example, the “last 90 days”) to limit the processed event data, or disable it entirely to use only data arriving after creation. For batch audiences, Segment includes historical data by default.
0 commit comments