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/send-audience-data.md
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,16 @@ Segment's Connections pipeline first collects and sends events from your source
12
12
13
13
## Connect your audience to a destination
14
14
15
-
If you already have Destinations set up in Segment, you can import the configuration from one of your existing sources to Engage. You can only connect one destination configuration per destination type.
15
+
Once you've previewed your Audience, you can choose to connect it to a destination or keep the audience in Segment and export it as a CSV file download.
16
+
17
+
When you create an audience, Segment starts syncing your audience to the destinations you selected. Audiences are either sent to destinations as a boolean user-property or a user-list, depending on what the destination supports. Read more about [supported Destinations](/docs/engage/using-engage-data/#compatible-engage-destinations) in the Engage documentation.
18
+
19
+
For account-level audiences, you can send either a [Group](/docs/connections/spec/group) call and/or [Identify](/docs/connections/spec/identify) call. Group calls will send one event per account, whereas Identify calls will send an Identify call for each user in the account. This means that even if a user hasn't performed an event, Segment will still set the account-level computed trait on that user.
20
+
21
+
Because most marketing tools are still based at the user level, it is often important to map this account-level trait onto each user within an account. See [Account-level Audiences](/docs/engage/audiences/account-audiences) for more information.
22
+
23
+
> info ""
24
+
> When you connect a new Destination to an existing Audience, Engage will backfill historical data for that Audience to the new Destination.
16
25
17
26
Follow these steps to connect an audience to a destination:
18
27
@@ -21,7 +30,11 @@ Follow these steps to connect an audience to a destination:
21
30
3. Select the destination you want to connect to, then click **Add destination**.
22
31
4. Segment then begins its initial sync to the destination.
23
32
24
-
You can view a list of an audience's connected destinations in the destination list table of the audience overview tab.
33
+
## View connected destinations
34
+
35
+
You can view a list of an audience's connected destinations in the destination list table of the audience overview tab.
36
+
37
+

0 commit comments