Skip to content

Commit ad9a6b6

Browse files
authored
Merge pull request #4108 from segmentio/lizkane222-patch-4
Add details on Replay when connecting Engage Sources
2 parents fff5f4c + 84dcb48 commit ad9a6b6

File tree

1 file changed

+20
-8
lines changed

1 file changed

+20
-8
lines changed

src/engage/quickstart.md

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,28 @@ Invite teammates to your Engage dev space and grant them access to the space. Na
4343

4444
1. From your Engage space, navigate to **Unify settings** and click **Profile sources**.
4545
2. On the screen that appears, choose one or two production sources from your Connections workspace.
46-
Segment recommends connecting your production website or App source as a great starting point.
46+
47+
_Segment recommends connecting your production website or App source as a great starting point._
48+
49+
3. The **Replay data** flag is enabled by default, **Replay data : Enable this option to replay last month of data into Profiles for every selected source below.** When left enabled, 30 days of historical data will be replayed from the source. You can disable this option by toggling it - this prevents the replaying historical data from the source. If you need more historical data available from this source, fill out the form below for each replay and contact Segment Support at [email protected] or [create a ticket]([url](https://app.segment.com/goto-my-workspace/home?period=last-24-hours&v2=enabled&help=create-ticket)):
50+
```
51+
Segment Source Details:
52+
- Name: source-name
53+
- SourceId: XXXXX or Link to Source
54+
55+
Details for replay:
56+
- Destination: Name of destination you want to replay to or link to Profiles space
57+
- Start time: (Use the following UTC format) 2020-11-21T05:10:00Z UTC
58+
- End time: (Use the following UTC format) 2023-01-21T10:10:00Z UTC
59+
- All the events or only a subset of event names? Provide event names and/or method calls (page/identify/track/group) if only a subset of events is needed.
60+
```
61+
_How much data can I replay from my source into Engage?_ : Your workspace's "computations history" limit is defined in the contract and can be found in the [workspace settings]([url](https://app.segment.com/goto-my-workspace/settings/usage?metric=mtu&period=current)).
4762

4863
To learn more, visit [Connect production sources](/docs/unify/quickstart/#step-3-connect-production-sources).
4964

5065
## Step 4: Check your profile data
5166

52-
Once the replay finishes, you can see the data replayed into Engage using the Profile explorer. Visit the [Unify Onboarding Guide](/docs/unify/quickstart/#step-4-check-your-profile-data) for more info.
67+
After the replay finishes, you can see the data replayed into Engage using the Profile Explorer. Visit the [Profiles Onboarding Guide](/docs/profiles/quickstart/#step-4-check-your-profile-data) for more info.
5368

5469
## Step 5: Create an Audience
5570

@@ -69,19 +84,16 @@ To build your own audience:
6984
4. Configure the settings for your condition. These vary by type, so explore the different options.
7085
5. Optionally, add more conditions until you're satisfied that the audience will only contain the users you want to target.
7186

72-
Once you build your audience, click **Preview Results** to see the total number of users who meet the audience criteria.
73-
87+
After you build your audience, click **Preview Results** to see the total number of users who meet the audience criteria, for example all users who signed up within the last seven days.
7488

7589
## Step 6: Connect the Audience to a Destination
7690

77-
Once you create your test audience, click **Select Destinations**. Engage guides you through configuration steps to set up a destination for your audience. If you don't already have destinations configured for the Engage space, the you are prompted to select one or more. Finally, enter a name for the audience.
91+
After you create your test audience, click **Select Destinations**. Engage guides you through configuration steps to set up a destination for your audience. If you don't already have destinations configured for the Engage space, the you are prompted to select one or more. Finally, enter a name for the audience.
7892

7993
The larger the audience you're creating, the longer it takes Engage to successfully compute the Audience. The Audience page shows a status that indicates if the audience is still being calculated. When the total number of users appears in the Audience overview, as in the example screenshot below, the audience has successfully finished computing, and Engage then sends the audience to the destination you selected.
8094

81-
8295
![Connect the audience to a destination](images/pers-qs-audience_dests.png)
8396

84-
8597
## Step 7: Validate that your audience is appearing in your destination
8698

8799
Audiences are either sent to destinations as a boolean user-property (for example `New_Users_7days=true` or a user-list, depending on what the destination supports. Read more about [which destinations support which types of data](/docs/engage/using-engage-data/#engage-compatible-destinations-event-type).
@@ -90,4 +102,4 @@ The UIs for the destination tools you send the audience data to are different, s
90102

91103
## Step 8: Create your production space
92104

93-
Once you validate that your full audience is arriving in your destination, you're ready to create a Production space. Segment recommends that you repeat the same steps outlined above, focusing on your production use cases and data sources.
105+
After you validate that your full audience is arriving in your destination, you're ready to create a Production space. Segment recommends that you repeat the same steps outlined above, focusing on your production use cases and data sources.

0 commit comments

Comments
 (0)