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/quickstart.md
+20-8Lines changed: 20 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,13 +43,28 @@ Invite teammates to your Engage dev space and grant them access to the space. Na
43
43
44
44
1. From your Engage space, navigate to **Unify settings** and click **Profile sources**.
45
45
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)).
47
62
48
63
To learn more, visit [Connect production sources](/docs/unify/quickstart/#step-3-connect-production-sources).
49
64
50
65
## Step 4: Check your profile data
51
66
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.
53
68
54
69
## Step 5: Create an Audience
55
70
@@ -69,19 +84,16 @@ To build your own audience:
69
84
4. Configure the settings for your condition. These vary by type, so explore the different options.
70
85
5. Optionally, add more conditions until you're satisfied that the audience will only contain the users you want to target.
71
86
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.
74
88
75
89
## Step 6: Connect the Audience to a Destination
76
90
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.
78
92
79
93
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.
80
94
81
-
82
95

83
96
84
-
85
97
## Step 7: Validate that your audience is appearing in your destination
86
98
87
99
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
90
102
91
103
## Step 8: Create your production space
92
104
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