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/engage/audiences/linked-audiences.md
+14-6Lines changed: 14 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -241,12 +241,20 @@ With your Linked Audience activated, follow these steps to monitor your activati
241
241
242
242
### Delivery Overview for Linked Audiences
243
243
244
-
Delivery Overview shows you four steps in your data activation pipeline:
245
-
246
-
-**Events from Audience**: Events that Segment created for your activation. The number of events for each compute depends on the changes detected in your audience membership.
247
-
-**Filtered at Destination**: The activation pipeline is rich with features that let you control which events make it to the destination. If any events aren't eligible to be sent (for example, due to destination filters, insert function logic, and so on), Segment will show them in Filtered at Destination.
248
-
-**Failed Delivery**: Events that Segment attempted but failed to deliver to your destination. Failed Delivery indicates an issue with the destination, like invalid credentials, rate limits, or other error statuses received during delivery.
249
-
-**Successful Delivery**: Events that Segment successfully delivered to your destination. You'll see these events in your downstream integration.
244
+
In addition to the standard Audience observability provided by [Delivery Overview](/docs/engage/audiences/#delivery-overview), Linked Audiences can filter Delivery Overview's pipeline view by [events](/docs/engage/audiences/linked-audiences/#step-2c-define-how-and-when-to-trigger-an-event-to-your-destination).
245
+
246
+
To filter by events:
247
+
1. From your Segment workspace's home page, navigate to **Connections > Destinations**.
248
+
2. Select the Destination connected to your Audience and navigate to the Delivery Overview tab.
249
+
3. On the Delivery Overview page, select the Audience dropdown to filter by a specific Audience, then select the Linked audience event dropdown to filter by a specific event.
250
+
251
+
Linked Audiences have the following steps in Delivery Overview's pipeline view:
252
+
-**Events from audience**: Events that Segment created for your activation. The number of events for each compute depends on the changes detected in your audience membership.
253
+
-**Filtered at source**: Events discarded by Protocols: either by the [schema settings](/docs/protocols/enforce/schema-configuration/) or [Tracking Plans](/docs/protocols/tracking-plan/create/).
254
+
-**Filtered at destination**: If any events aren’t eligible to be sent (for example, due to destination filters, insert function logic, and so on), Segment displays them at this step.
255
+
-**Events pending retry**: A step that reveals the number of events that are awaiting retry. Unlike the other steps, you cannot click into this step to view the breakdown table.
256
+
-**Failed delivery**: Events that Segment _attempted_ to deliver to your destination, but that ultimately _failed_ to be delivered. Failed delivery might indicate an issue with the destination, like invalid credentials, rate limits, or other error statuses received during delivery.
257
+
-**Successful delivery**: Events that Segment successfully delivered to your destination. You’ll see these events in your downstream integrations.
0 commit comments