Skip to content

Commit ecbdff2

Browse files
Merge pull request #7142 from segmentio/linked-events-obs
Linked Events observability
2 parents 164044f + de5ed1f commit ecbdff2

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

src/connections/delivery-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The pipeline view for classic destinations includes the following steps:
3434

3535
#### Actions destinations
3636
The pipeline view for Actions destination includes the following steps:
37-
- **Successfully received**: Events that Segment ingested from your source.
37+
- **Successfully received**: Events that Segment ingested from your source. You can filter these events by event type, event name, app version, and [enrichment status](/docs/unify/data-graph/linked-events/).
3838
- **Failed on ingest**: Events that Segment received, but were dropped due to internal data validation rules.
3939
- **Filtered at source**: Events that were discarded due to schema settings or [Protocols](/docs/protocols/) Tracking Plans.
4040
- **Mapping dropdown**: Select a [mapping](/docs/connections/destinations/actions/#customize-mappings) to filter the events in the Filtered at destination, Failed delivery and Successful delivery pipeline steps.

src/unify/data-graph/linked-events.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,13 +178,23 @@ In the Mappings tab, locate the **Select Mappings** section where you can enrich
178178
> warning ""
179179
> At this time, Linked Events doesn't support a preview of enriched payloads.
180180
181-
### Save your Enrichments
181+
### Save your enrichments
182182

183183
When you're satisfied with the mappings, click **Save**. Segment returns you to the Mappings table.
184184

185185
> warning ""
186186
> At this time, when you select mappings or test events, you won’t see enrichment data. Enrichment data is only available with real events.
187187
188+
## Enrichment observability
189+
190+
To verify which of your events matched one or more enrichments:
191+
1. Navigate to [Delivery Overview](/docs/connections/delivery-overview/#actions-destinations) for your connected destination.
192+
2. Select the **Successfully received** step in the pipeline view.
193+
3. Select the **Events enriched** tab. This table breaks down events into the following categories:
194+
- **Successfully enriched**: Events that were enriched by all entities
195+
- **Partially enriched**: Events that were only enriched by only some of your entities
196+
- **Unenriched events**: Events that did not match any entities
197+
188198
## FAQs
189199

190200
#### What data warehouse permissions does Segment require?
@@ -225,3 +235,4 @@ entity "account-entity" {
225235
enrichment_enabled = true
226236
}
227237
```
238+

0 commit comments

Comments
 (0)