Skip to content

Commit f902876

Browse files
authored
Merge pull request #6746 from segmentio/samkcrespo-patch-27
Update Predictions Events Limit
2 parents aa4b5ed + bcaa66f commit f902876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unify/Traits/predictions/using-predictions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,6 @@ Yes.
123123
Yes. Keep the following in mind when you work with Predictions:
124124

125125
- **Predictions made for more than 100 million users will fail.** Segment recommends making predictions only for non-anonymous users, or, as an alternative, use the Starting Cohort to narrow down the audience for which you want to make a prediction.
126-
- **Predictions will not work as intended if you track more than 5,000 unique events in your workspace.** If this applies to your use case, [contact Segment Support](https://segment.com/help/contact/){:target="_blank"} for help with removing unused events, which will allow you to create predictions.
126+
- **Predictions will not work as intended if you've tracked more than 5,000 unique events in your workspace in the last 30 days.** If this applies to your use case, [contact Segment Support](https://segment.com/help/contact/){:target="_blank"} for help with removing unused events, which will allow you to create predictions.
127127
- **Prediction is failing with error "We weren't able to create this prediction because your requested prediction event is not being tracked anymore. Please choose a different prediction event and try again."** Predictions are computed based on the available data and the conditions specified for the trait. A gap in tracking events for seven continuous days could potentially affect the computation of the prediction.
128128
Nevertheless, once data tracking resumes and there is enough data, the prediction should be recomputed.

0 commit comments

Comments
 (0)