Skip to content

Commit 98704c7

Browse files
authored
Merge pull request #6902 from segmentio/tbols-patch-1
Update Predictions Access Requirements
2 parents 2d70800 + 5a96414 commit 98704c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/unify/Traits/predictions/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ For example, to predict a customer's propensity to purchase over the next 30 day
7272

7373
To access Predictions, you must:
7474

75-
- Track more than 1 event type, but fewer than 5,000 event types. An event type refers to the total number of distinct events seen across all users in an Engage Space within the past 15 days.
76-
- If you currently track more than 5,000 distinct events, reduce the number of tracked events below this limit and wait around 15 days before creating your first prediction.
75+
- Track more than 1 event type, but fewer than 2,000 event types. An event type refers to the total number of distinct events seen across all users in an Engage Space within the past 15 days.
76+
- If you currently track more than 2,000 distinct events, reduce the number of tracked events below this limit and wait around 15 days before creating your first prediction.
7777
- Events become inactive if they've not been sent to an Engage Space within the past 15 days.
7878
- To prevent events from reaching your Engage Space, modify your event payloads to set `integrations.Personas` to `false`.
7979
- For more information on using the integrations object, see [Spec: Common Fields](/docs/connections/spec/common/#context:~:text=In%20more%20detail%20these%20common%20fields,Destinations%20field%20docs%20for%20more%20details.), [Integrations](https://segment.com/docs/connections/spec/common/#context:~:text=Kotlin-,Integrations,be%20sent%20to%20rest%20of%20the%20destinations%20that%20can%20accept%20it.,-Timestamps), and [Filtering with the Integrations object](https://segment.com/docs/guides/filtering-data/#filtering-with-the-integrations-object).

0 commit comments

Comments
 (0)