Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9a6602c

Browse files
markzegarellirchinn1
andauthored
Add information about Event Property Limits on Computed Traits (segmentio#4008)
* Add information about Event Property Limits on Computed Traits * Update src/engage/product-limits.md Co-authored-by: rchinn-segment <[email protected]> Co-authored-by: rchinn-segment <[email protected]>
1 parent 34299b7 commit 9a6602c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/engage/audiences/computed-traits.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ Engage currently supports the following types of computed traits:
2626
- [Accessing your Computed Traits using the Profiles API](#accessing-your-computed-traits-using-the-profiles-api)
2727
- [Downloading your Computed Trait as a CSV file](#downloading-your-computed-trait-as-a-csv-file)
2828

29+
30+
> warning "Event Properties per Computed Trait limit"
31+
> Segment limits the number of Event Properties on each Computed trait to 10,000. If your Computed Trait exceeds this limit, Segment will not persist any new Event Properties and will drop new trait keys and corresponding values.
32+
2933
### Event Counter
3034

3135
An Event Counter trait stores a count of an **event** over a period of time. For example, you can create a trait called `number_logins_90_days` based on a `User Logged In` event. You can also use event properties to only specific types of events.

src/engage/product-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To learn more about custom limits and upgrades, contact your dedicated Customer
2828
| Events Lookback History | 3 years | The period of time for which Segment stores audience and computed traits computation events. | |
2929
| Real-time to batch destination sync frequency | 2-3 hours | The frequency with which Segment syncs real-time audiences to batch destinations. | |
3030
| Event History | `1970-01-01` | Events with a timestamp less than `1970-01-01` aren't always ingested, which could impact audience backfills with event timestamps prior to this date. |
31-
31+
| Event Properties (Computed Traits) | 10,000 | For Computed Traits that exceed this limit, Segment will not persist any new Event Properties and will drop new trait keys and corresponding values. |
3232
## SQL Traits
3333

3434
| name | limit | Details |

0 commit comments

Comments
 (0)