Skip to content

Commit 74fd04b

Browse files
committed
Add DO note, info about dropped events
1 parent bf971f0 commit 74fd04b

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

src/connections/delivery-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The pipeline view shows the following steps:
2323
- **Successfully received**: Events that Segment ingested from your source
2424
- **Failed on ingest**: Events that Segment received, but were dropped due to internal data validation rules
2525
- **Filtered at source**: Events that were discarded due to schema settings or [Protocols](/docs/protocols/) tracking plans
26-
- **Filtered at destination**: Events that were discarded due to [Destination Filters](/docs/guides/filtering-data/#destination-filters), [filtering in the Integrations object](/docs/guides/filtering-data/#filtering-with-the-integrations-object), or [per source schema integration filters](/docs/guides/filtering-data/#per-source-schema-integrations-filters). Actions destinations also have a filtering capability: for example, if your action is set to only send Identify events, all other event types will be filtered out.
26+
- **Filtered at destination**: Events that were discarded due to [Destination Filters](/docs/guides/filtering-data/#destination-filters), [filtering in the Integrations object](/docs/guides/filtering-data/#filtering-with-the-integrations-object), or [per source schema integration filters](/docs/guides/filtering-data/#per-source-schema-integrations-filters). Actions destinations also have a filtering capability: for example, if your action is set to only send Identify events, all other event types will be filtered out. Beta users of [Consent Management](/docs/privacy/consent-management/) also see events discarded due to consent preferences.
2727
- **Failed delivery**: Events that have been discarded due to errors or unmet destination requirements
2828
- **Successful delivery**: Events that were successfully delivered to the destination
2929

src/privacy/configure-consent-management.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,23 @@ analytics.load({ writeKey: '<MY_WRITE_KEY'> })
130130
131131
1.
132132

133-
## Editing consent categories
133+
## Edit consent categories
134134

135135
If you need to make changes to your consent categories, you can edit them on the Consent Management page.
136136

137137
1. From the [Segment homepage](https://app.segment.com/goto-my-workspace/){:target="_blank”}, select the Privacy tab and click **Consent Management**.
138138
2. On the Consent Management page, navigate to the consent category you'd like to edit and click **Edit**.
139139
3. On the Edit consent category page, you can make changes to the consent category name, ID, and the destinations connected to a category.
140-
4. When you have made your changes, click **Save**.
140+
4. When you have made your changes, click **Save**.
141+
142+
## View discarded events
143+
144+
You can view events that were discarded due to consent preferences in your [Tracking Plan](/docs/protocols/tracking-plan/create/) and in [Delivery Overview](/docs/connections/delivery-overview/).
145+
146+
### Tracking Plan
147+
148+
<!-- ask for more context on this. "Events that are discarded due to consent preferences are surfaced in Protocols as a new Tracking Plan. While you can edit this Tracking Plan, Segment recommends leaving it intact" <!---why??--->
149+
150+
### Delivery Overview
151+
152+
Events discarded due to consent preferences appear in Delivery Overview at the "Filtered at destination" step with the discard reason "Filtered by end user consent".

0 commit comments

Comments
 (0)