You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/delivery-overview.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ The pipeline view shows the following steps:
25
25
-**Successfully received**: Events that Segment ingested from your source
26
26
-**Failed on ingest**: Events that Segment received, but were dropped due to internal data validation rules
27
27
-**Filtered at source**: Events that were discarded due to schema settings or [Protocols](/docs/protocols/) tracking plans
28
-
-**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.
28
+
-**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.
29
29
-**Failed delivery**: Events that have been discarded due to errors or unmet destination requirements
30
30
-**Successful delivery**: Events that were successfully delivered to the destination
31
31
@@ -35,7 +35,7 @@ The breakdown table provides you with greater detail about the selected events.
35
35
To open the breakdown table, select either the first step in the pipeline view (successfully received,) the last step in the pipeline view (successful delivery,) or select a discard step and then click on a discard reason.
36
36
37
37
The breakdown table displays the following details:
38
-
-**Event type**: The Segment spec event type (track call vs. identify call, for example)
38
+
-**Event type**: The Segment spec event type (Track call vs. Identify call, for example)
39
39
-**Event name**: The event name, provided by you or the source (*currently not available for inspection at all steps, but full availability is in development*)
40
40
-**App version**: The app/release version, provided by you or the source (*currently not available for inspection at all steps, but full availability is in development*)
41
41
-**Event count**: How many of each event either successfully made it through this pipeline step (in the case of the first or last steps in the pipeline view) or were filtered out (if you access it from a discard table)
@@ -50,7 +50,7 @@ To open the discard table, click on one of the discard steps. If you click on a
50
50
51
51
The discard table displays the following details:
52
52
-**Discard reason**: Any relevant error code, message, or description associated with the event's failure. When possible, Delivery Overview will link to any troubleshooting information you can use to get your events up and running again. Clicking on a discard reason brings you to the [breakdown table](#breakdown-table,) where you can see more detail about discarded events.
53
-
-**Details & Samples**: View up to ten samples over the selected time range. Examine the error message and reason for the error or discard and inspect the payloads involved with the attempted transaction (*currently not available for inspection at all steps, but full availability is in development*)
53
+
-**Details & Samples**: View up to ten samples over the selected time range. Examine the error message and reason for the error or discard and inspect the payloads involved with the attempted transaction (*not available for inspection at all steps*)
54
54
-**Event count**: How many of each event were discarded in this pipeline step
55
55
-**% Change**: Insight into how the event counts differ from the last comparable time range as a percentage<sup>1</sup>
0 commit comments