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/journeys/faq-best-practices.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,37 +65,37 @@ Follow these best practices to test your journeys:
65
65
- For early version journeys, scaffold Send to Destination steps without connecting to your production advertising or messaging destinations.
66
66
- Verify individual users' progress through the Journey in the Profile explorer view.
67
67
68
-
## Frequently asked questions
68
+
## FAQs
69
69
70
-
### How often do Journeys run?
70
+
####How often do Journeys run?
71
71
72
72
Journeys run in real-time, like real-time Audiences in Engage. This means that users will progress through Journeys as Segment receives new events.
73
73
74
-
### Can a user re-enter a Journey?
74
+
####Can a user re-enter a Journey?
75
75
76
76
Yes. Users must first exit a Journey, however, before entering it again. To learn more about Journey re-entry, read the [Journey re-entry section](/docs/engage/journeys/build-journey/#journey-re-entry) of the [Build a Journey](/docs/engage/journeys/build-journey/) page.
77
77
78
-
### What destinations does Journeys support?
78
+
####What destinations does Journeys support?
79
79
80
80
Journeys supports all Engage destinations, including Destination Functions. Read more in Send data to destinations.
81
81
82
-
### What are the reporting capabilities of Journeys?
82
+
####What are the reporting capabilities of Journeys?
83
83
84
84
When building a Journey, if you check **Use historical data**, you can see the estimated number of users in the initial cohort.
85
85
86
86
Once published, Journeys displays the number of users are in each step of the Journey at any given time.
87
87
88
-
### How are users sent to downstream destinations?
88
+
####How are users sent to downstream destinations?
89
89
90
90
The data type you send to a destination depends on whether the destination is an Event Destination or a List Destination.
91
91
92
-
### Which roles can access Journeys?
92
+
####Which roles can access Journeys?
93
93
For Engage customers, users with either the Engage User or Engage Admin roles can create, edit, and delete journeys. Users with the Engage Read-only role are restricted to view-only access.
94
94
95
-
### Why am I seeing duplicate entry or exit events?
95
+
####Why am I seeing duplicate entry or exit events?
96
96
97
97
Journeys triggers audience or trait-related events for each email `external_id` on a profile. If a profile has two email addresses, you'll see two Audience Entered and two Audience Exited events for each Journey step. Journeys sends both email addresses to downstream destinations.
98
98
99
-
### How quickly do user profiles move through Journeys?
99
+
####How quickly do user profiles move through Journeys?
100
100
101
101
It may take up to five minutes for a user profile to enter each step of a Journey, including the entry condition. For Journey steps that reference a batch audience or SQL trait, Journeys processes user profiles at the same rate as the audience or trait computation. Visit the Engage docs to [learn more about compute times](/docs/engage/audiences/#understanding-compute-times).
Copy file name to clipboardExpand all lines: src/engage/user-subscriptions/subscription-groups.md
+13-19Lines changed: 13 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,37 +108,34 @@ To set susbcription groups with the Identify call, you'll need to include a key-
108
108
}
109
109
```
110
110
111
-
## Frequently asked questions
111
+
## FAQs
112
+
113
+
#### How many subscription groups can I have?
112
114
113
-
{% faq %}
114
-
{% faqitem How many subscription groups can I have? %}
115
115
Your Engage space includes up to 25 subscription groups.
116
-
{% endfaqitem %}
117
116
118
-
{% faqitem Can I use subscription groups with templates I've already built? %}
117
+
#### Can I use subscription groups with templates I've already built?
118
+
119
119
No. Templates you've previously created aren't compatible with subscription groups. To use subscription groups, you'll need to create new templates that include new unsubscribe and manage preference links.
120
-
{% endfaqitem %}
121
120
122
-
{% faqitem What happens if I delete a subscription group? %}
121
+
#### What happens if I delete a subscription group?
122
+
123
123
If you delete a subscription group, Engage will still maintain the preferences of the group's end users.
124
-
{% endfaqitem %}
125
124
126
-
{% faqitem What subscription group events does the Engage Channels Source send? %}
127
-
The [Engage Events Source](/docs/connections/sources/catalog/cloud-apps/engage-events/) tracks four subscription group events: `Email Unsubscribed`, `Email Group Unsubscribed`, `Channel Subscription Updated`, and `Group Subscription Updated`.
125
+
#### What subscription group events does the Engage Channels Source send?
128
126
129
-
{% endfaqitem %}
127
+
The [Engage Events Source](/docs/connections/sources/catalog/cloud-apps/engage-events/) tracks four subscription group events: `Email Unsubscribed`, `Email Group Unsubscribed`, `Channel Subscription Updated`, and `Group Subscription Updated`.
130
128
131
-
{% faqitem How can users opt back in if they've unsubscribed from all groups? %}
129
+
#### How can users opt back in if they've unsubscribed from all groups?
132
130
If a user unsubscribes from all of your subscription groups, they'll need to re-subscribe by explicitly opting back in to each group.
133
-
{% endfaqitem %}
134
131
135
-
{% faqitem Do subscription preference links work in test emails? %}
132
+
#### Do subscription preference links work in test emails?
133
+
136
134
Yes. Test emails include fully functional unsubscribe and subscription preference links. If a test email recipient unsubscribes using a test email, Segment updates that user's subscription state. <br><br>
137
135
138
136
Test emails temporarily override an email subscription state. This means that an unsubscribed email address can receive a test email but won't receive regular email campaigns from which they've unsubscribed.
139
-
{% endfaqitem %}
140
137
141
-
{% faqitem Should I follow any conventions when naming a subscription group? %}
138
+
#### Should I follow any conventions when naming a subscription group?
142
139
143
140
Yes. Keep the following table in mind when you name a subscription group:
144
141
@@ -151,6 +148,3 @@ Yes. Keep the following table in mind when you name a subscription group:
151
148
| Spaces in Group Names | Spaces aren't allowed at the beginning and/or end of the Group name |
152
149
| Unsupported characters for Group Names | `!@#$%^&*()_+\-=\[\]{};':"\\|,.<>\/?` |
153
150
| Unsupported accent characters for Group Names |`á, é, í, ó, ú, à, è, ì, ò, ù, ë, ï, ã`|
0 commit comments