Skip to content

Commit d66dde8

Browse files
author
markzegarelli
authored
Merge pull request #1542 from segmentio/irinasayshi-patch-3
Update forward-violations.md
2 parents 23f9d43 + 6eafe15 commit d66dde8

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

src/protocols/enforce/forward-blocked-events.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Select the source you'll forward events to from the Blocked Events and Traits dr
1111
![](../images/blocked_event_forwarding.png)
1212

1313
> note ""
14-
> Only blocked events are forwarded to the source. Events with omitted traits are not forwarded. Instead, Segment inserts a `context.protocols` object into the event payload which contains the omitted properties or traits.**
14+
> Only blocked events are forwarded to the source. Events with omitted traits are not forwarded. Instead, Segment inserts a `context.protocols` object into the event payload which contains the omitted properties or traits.
1515
1616
> note ""
17-
> Billing Note: Events forwarded to another Source count towards to your MTU counts. Blocking and discarding events does not contribute to your MTU counts.**
17+
> Billing Note: Events forwarded to another Source count towards to your MTU counts. Blocking and discarding events does not contribute to your MTU counts.

src/protocols/validate/forward-violations.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ title: Forward Violations
55
{% include content/plan-grid.md name="protocols" %}
66

77

8-
You can forward Violations (data that does not conform to your Protocols tracking plan) to a Segment Source to enable custom notifications, dashboards and further analysis in any Segment destination that accepts cloud-mode data. To set up forwarding, visit your Source settings tab and select which Source you want to forward events to from the dropdown. Similar to [Blocked Event forwarding](/docs/protocols/enforce/forward-blocked-events/), we recommend that you create a new Source for violations.
8+
You can forward Violations (data that does not conform to your Protocols tracking plan) to a Segment Source to enable custom notifications, dashboards and further analysis in any Segment destination that accepts cloud-mode data.
9+
10+
To set up forwarding, navigate to the settings tab of the Source, then Schema Configuration. Select the source you'll forward events to from the Forwarding Settings Violations dropdown. Similar to [Blocked Event forwarding](/docs/protocols/enforce/forward-blocked-events/), Segment recommends that you create a new Source for violations.
911

1012
![](../images/violation_forwarding.png)
1113

@@ -48,6 +50,8 @@ Violations are sent to the selected Source as `analytics.track()` calls. The cal
4850
}
4951
```
5052

51-
**Billing Note: Enabling Violation forwarding generates one (1) additional MTU in your workspace, total. If you are on an API billing plan, you are charged for the increased API volume generated by the forwarded violations.**
53+
> note ""
54+
> Billing Note: Enabling Violation forwarding generates one (1) additional MTU in your workspace, total. If you are on an API billing plan, you are charged for the increased API volume generated by the forwarded violations.
5255
53-
**Schema and debugger Note:`Violation Generated` events do not appear in the source's Schema tab. They do appear as Violation Generated events in the [debugger](/docs/connections/sources/debugger/).**
56+
> note ""
57+
> Schema and debugger Note:`Violation Generated` events do not appear in the source's Schema tab. They do appear as Violation Generated events in the [debugger](/docs/connections/sources/debugger/).

0 commit comments

Comments
 (0)