We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9baf5c4 commit 8d3c731Copy full SHA for 8d3c731
src/unify/product-limits.md
@@ -76,8 +76,8 @@ Visit Segment's [pricing page](https://segment.com/pricing/){:target="_blank"} t
76
### Unify ingestion limitations
77
78
Unify will silently drop events if:
79
-- The groupId has more than 500 characters.
+- The `groupId` has more than 500 characters.
80
- Events have more than 300 properties/traits.
81
-- messageId is longer than 100 characters.
82
-- The groupId is empty in a group call or context.groupId is empty in a track call.
+- `messageId` is longer than 100 characters.
+- The `groupId` is empty in a Group call or `context.groupId` is empty in a Track call.
83
0 commit comments