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
+20-5Lines changed: 20 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,7 +136,7 @@ To activate your Linked Audience:
136
136
137
137
### Step 2a: Connecting to a destination
138
138
139
-
[Destinations](/docs/connections/destinations/) are the business tools or apps that Segment forwards your data to. Adding a destination allows you to act on your data and learn more about your customers in real time. To fully take advantage of Linked Audiences, you must connect and configure at least one destination.
139
+
[Destinations](/docs/connections/destinations/) are the business tools or apps that Segment forwards your data to. Adding a destination allows you to act on your data and learn more about your customers in real time. To fully take advantage of Linked Audiences, you must connect and configure at least one destination. Segment supports [Actions Destinations](/docs/connections/destinations/actions/#available-actions-based-destinations) for Linked Audiences.
140
140
141
141
**Note:** Ensure your [destination has been enabled](/connections/destinations/catalog/) in Segment before you begin the steps below.
142
142
@@ -184,7 +184,7 @@ As you're enriching your events in Linked Audiences, you should view a preview o
184
184
185
185
Only required fields are displayed. All optional & pre-filled fields are hidden, though you can view hidden fields by clicking **Show hidden fields**.
186
186
187
-
These fields are pre-filled with properties that will work by default.
187
+
These fields are pre-filled with properties configured by default.
188
188
189
189
## Step 3: Send a test event to your destination
190
190
@@ -196,10 +196,9 @@ The Event content drop-down shows you a preview of what the data sent to your de
196
196
197
197
## Step 4: Enable your Linked Audience
198
198
199
-
After building your Linked Audience, choose **Save and Enable**. You'll be redirected to the Audience Overview page, where you can view the audience you created. Segment automatically disables your audience so that it doesn't start computing until you're ready. A compute is when Segment runs the audience conditions on your data warehouse and sends events downstream.
199
+
After building your Linked Audience, choose **Save and Enable**. You'll be redirected to the Audience Overview page, where you can view the audience you created. Segment automatically disables your audience so that it doesn't start computing until you're ready. A run is when Segment runs the audience conditions on your data warehouse and sends events downstream.
200
200
201
-
To enable your audience:
202
-
Select the **Enabled** toggle, then select **Enable audience**.
201
+
To enable your audience, select the **Enabled** toggle, then select **Enable audience**.
203
202
204
203
### Run Now
205
204
@@ -219,3 +218,19 @@ You can maintain your run schedule at any time from the audience's **Settings**
219
218
You can also click **Run Now** on the Audience Overview page at any time (even if the run schedule is **Interval** Overview **Day and time**) to manually trigger a run on your warehouse and send data to enabled destinations.
220
219
221
220
There may be up to a 5 minute delay from the configured start time for audiences that are configured with the **Interval** and **Day and time** run schedules. For example, if you configured an audience with the **Day and time** compute schedule to run on Mondays at 8am, it can compute as late as Monday at 8:05am. This is to help us better manage our system load.
221
+
222
+
## Step 5: Monitor your activation
223
+
224
+
With your Linked Audience activated, follow these steps to monitor your activation:
225
+
226
+
1. From the Audience Overview page, selected one of your connected destinations.
227
+
2. Under the **Settings** tab, click **Destination delivery**, which then opens the Linked Audiences Delivery Overview.
228
+
229
+
### Delivery Overview for Linked Audiences
230
+
231
+
Delivery Overview shows you four steps in your data activation pipeline:
232
+
233
+
-**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.
234
+
-**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.
235
+
-**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.
236
+
-**Successful Delivery**: Events that Segment successfully delivered to your destination. You'll see these events in your downstream integration.
0 commit comments