Skip to content

Commit 643593b

Browse files
Merge pull request #7190 from segmentio/ashton-huxtable-patch-1
Add FAQ on omitted properties
2 parents 275dffc + 941a536 commit 643593b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/protocols/faq.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,12 @@ That being said, there are plenty of scenarios where the reactive Schema functio
148148

149149
Blocked events are blocked from sending to all Segment Destinations, including warehouses and streaming Destinations. When an Event is blocked using a Tracking Plan, it does not count towards your MTU limit. They will, however, count toward your MTU limit if you enable [blocked event forwarding](/docs/protocols/enforce/forward-blocked-events/) in your Source settings.
150150

151+
### If I omit unplanned properties or properties that generate JSON schema violations, what happens to them?
152+
153+
Segment doesn't store unplanned properties and properties omitted due to JSON Schema Violations in Segment logs. Segment drops omitted properties from the events. You can find the omitted properties in the `context.violations` object of an event payload. If you forward Violations to a new source, then you can also see the omitted properties in the Violation Generated event under `violationField` in the `properties` object.
154+
155+
Segment only stores fully blocked events for 30 days.
156+
151157
### Why am I seeing unplanned properties/traits in the payload when violations are triggered, despite using schema controls to omit them?
152158

153159
If you're seeing unplanned properties/traits in your payload despite using Schema Controls, you might want to select a new degree of blocking controls.

0 commit comments

Comments
 (0)