Skip to content

Commit 18a9cc5

Browse files
committed
update wording in the callout, add a section re insrt functions
1 parent 61a6a85 commit 18a9cc5

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/connections/delivery-overview.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ title: Delivery Overview
44

55
Delivery Overview is a visual observability tool designed to help Segment users diagnose event delivery issues for any cloud-streaming destination receiving events from cloud-streaming sources.
66

7-
> info "Delivery Overview is currently in beta"
8-
> This means that the Delivery Overview feature is in active development, and some functionality may change before it becomes generally available. Beta users of Delivery Overview will still have access to the Event Delivery tab. During the public beta, Delivery Overview supports event-streaming, cloud-mode destinations.
7+
> info "Delivery Overview for Actions destinations is currently in beta"
8+
> This means that Segment is actively developing Delivery Overview features for Action destinations, and some functionality may change before Delivery Overview for Action destinations becomes generally available.
9+
>
10+
> Delivery Overview is generally available for streaming connections (cloud-streaming sources and cloud-streaming destinations).
11+
> All users of Delivery Overview have access to the Event Delivery tab, and can configure delivery alerts for their destinations.
912
1013
## Key features
1114

@@ -24,7 +27,7 @@ The pipeline view shows the following steps:
2427
- **Successfully received**: Events that Segment ingested from your source
2528
- **Failed on ingest**: Events that Segment received, but were dropped due to internal data validation rules
2629
- **Filtered at source**: Events that were discarded due to schema settings or [Protocols](/docs/protocols/) Tracking Plans
27-
- **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](/docs/connections/destinations/actions/) 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. Actions destinations with incomplete triggers or disabled mappings are filtered out at this step. [Consent Management](/docs/privacy/consent-management/) users also see events discarded due to consent preferences.
30+
- **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), [Destination Insert functions](/docs/connections/functions/insert-functions/), or [per source schema integration filters](/docs/guides/filtering-data/#per-source-schema-integrations-filters). [Actions destinations](/docs/connections/destinations/actions/) 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. Actions destinations with incomplete triggers or disabled mappings are filtered out at this step. [Consent Management](/docs/privacy/consent-management/) users also see events discarded due to consent preferences.
2831
- **Failed delivery**: Events that have been discarded due to errors or unmet destination requirements
2932
- **Successful delivery**: Events that were successfully delivered to the destination
3033

0 commit comments

Comments
 (0)