Skip to content

Commit 2e30f27

Browse files
authored
Merge pull request #6775 from segmentio/linked_schedule_run
LA schedule update
2 parents d8074ee + 2964c1b commit 2e30f27

File tree

2 files changed

+25
-7
lines changed

2 files changed

+25
-7
lines changed

src/engage/audiences/linked-audiences.md

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,12 @@ Configure how and when events are produced with each audience run. Select the en
108108

109109
Event Selection |Definition |Examples
110110
--------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
111-
Profile enters audience | Send a Track event when a profile matches the audience condition. | Send a congratulatory email when a traveler qualifies for premium status with a mileage program.<br>Send a discount to all customers with a particular product on their wishlist.
112-
Profile exits audience | Send a Track event when a profile no longer matches the audience condition. | Send an email to credit card owners to confirm that their credit cards have been paid in full.<br> Send a confirmation to a patient when they have completed all their pre-screening forms.
113-
Entity enters audience | Send a Track event when an entity condition associated with a profile matches the audience condition. With this event, you must select the entity that triggers Segment to send the Track event. | Send a reminder to a customer when a credit card associated with their profile has an outstanding balance.<br> Notify a traveler when a flight associated with their profile is delayed.<br> Notify a customer when a product associated with their profile's wishlist is back in stock.
114-
Entity exits audience | Send a Track event when an entity condition associated with a profile no longer matches the audience condition. With this event, you must select the entity that triggers Segment to send the Track event| Send a confirmation to a customer when a credit card associated with their profile has been paid off.<br> Send a confirmation to the primary doctor when each of their associated patients completes their annual check up.
115-
Profile enters or exits audience| Send an Identify event when a profile's audience membership changes. | Update a user profile in a destination with the most recent audience membership.
116-
111+
Profile enters audience | Send an event when a profile matches the audience condition. | Send a congratulatory email when a traveler qualifies for premium status with a mileage program.<br>Send a discount to all customers with a particular product on their wishlist.
112+
Profile exits audience | Send an event when a profile no longer matches the audience condition. | Send an email to credit card owners to confirm that their credit cards have been paid in full.<br> Send a confirmation to a patient when they have completed all their pre-screening forms.
113+
Entity enters audience | Send an event when an entity condition associated with a profile matches the audience condition. With this event, you must select the entity that triggers Segment to send the event. | Send a reminder to a customer when a credit card associated with their profile has an outstanding balance.<br> Notify a traveler when a flight associated with their profile is delayed.<br> Notify a customer when a product associated with their profile's wishlist is back in stock.
114+
Entity exits audience | Send an event when an entity condition associated with a profile no longer matches the audience condition. You must select the entity that triggers Segment to send the event| Send a confirmation to a customer when a credit card associated with their profile has been paid off.<br> Send a confirmation to the primary doctor when each of their associated patients completes their annual check up.
115+
Profile enters or exits audience| Send an event when a profile's audience membership changes. | Update a user profile in a destination with the most recent audience membership.
116+
117117
### Step 2d: Configure the event
118118

119119
After you select an action, Segment attempts to automatically configure the data fields that will be sent to the destination. You can review and adjust these settings before enabling this event.
@@ -146,7 +146,7 @@ The Event content drop-down shows you a preview of what the data sent to your de
146146

147147
### Step 3a: Configure your multi-channel marketing campaign
148148

149-
If you're using a multi-channel marketing tool, set up your email campaign before contiuing to Step 4.
149+
If you're using a multi-channel marketing tool, set up your email campaign before contiuing.
150150

151151
## Step 4: Enable your Linked Audience
152152

@@ -155,4 +155,22 @@ After building your Linked Audience, choose **Save and Enable**. You'll be redir
155155
To enable your audience:
156156
Select the **Enabled** toggle, then select **Enable audience**.
157157

158+
### Compute Now
159+
158160
You can trigger a compute for your audience if you want to send events to your destination without waiting for the next scheduled compute run. To do so, select **Compute Now**. This triggers a compute for the audience and sends events downstream.
161+
162+
### Set a run schedule
163+
164+
Use the Audience Overview page to view the audience profile count, current run schedule, run status, and upcoming run time.
165+
166+
Determine when an audience should run and send data to enabled destinations with a run schedule:
167+
168+
- **Manual**: Trigger audience runs manually by clicking **Run Now** on the Audience Overview page.
169+
- **Interval**: Trigger audience runs based on a predefined set of time intervals. Supported intervals are: 15 minutes, 30 minutes, 1 hour, 2 hours, 4 hours, 6 hours, 8 hours, 12 hours, or 1 day. If you select this option, Segment runs your audience after you enable the audience.
170+
- **Day and time**: Trigger audience runs at specific times on selected days of the week. If you select this option, Segment runs your audience at the first selected date and time.
171+
172+
You can maintain your run schedule at any time from the audience's **Settings** tab.
173+
174+
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.
175+
176+
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 8:00 AM, it can compute as late as Monday at 8:05 AM. This is to help Segment better manage system load.
78.9 KB
Loading

0 commit comments

Comments
 (0)