Skip to content

Commit 93d1a61

Browse files
authored
Merge pull request #6483 from segmentio/samkcrespo-patch-13
Clarify expected behavior when connecting a new destination to an existing audience
2 parents 5b221e3 + c0a3e70 commit 93d1a61

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

src/engage/audiences/index.md

+23
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,31 @@ See [Account-level Audiences](/docs/engage/audiences/account-audiences) for more
104104

105105
You can send audiences and computed traits to third-party services in Segment's [Destinations catalog](/docs/connections/destinations/).
106106

107+
Segment's Connections pipeline first collects and sends events from your Source to your Destination. Built on top of Connections, Engage then uses the same Source events to let you create Audiences and computed traits within Segment. You can then send the Audience or computed trait you've built to your Destination(s).
108+
109+
> info ""
110+
> Because Engage only sends Audiences and computed traits to Destinations, it doesn't replace a standard event pipeline. Connect a Source directly to a Destination if you want the Destination to receive all events that Segment gathers.
111+
112+
### Connect your Audience to a Destination
113+
114+
> warning "Audience Keys"
115+
> Avoid using the same Audience key twice, even if you've deleted the original Audience.
116+
117+
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.
118+
119+
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.
120+
121+
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.
122+
123+
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.
124+
125+
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.
126+
107127
For step-by-step instructions on how to connect an audience to a destination, see [Send Audience Data to Destinations](/docs/engage/audiences/send-audience-data/).
108128

129+
> info "Historical data behavior for new destinations"
130+
> When you connect a new destination to an existing audience, Engage backfills historical data if the **Include Historical Data** option is enabled in the audience settings. If this setting is disabled, only new data gets sent. To sync all historical data manually, [contact Support](mailto:friends@segment.com) to request a resync.
131+
109132
## Understanding compute times
110133

111134
Because a number of factors (like system load, backfills, or user bases) determine the complexity of an Audience, some compute times take longer than others.

0 commit comments

Comments
 (0)