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/connections/sources/catalog/cloud-apps/iterable/index.md
+14-23Lines changed: 14 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,13 +12,13 @@ In your favorite BI or analytics tool, you'll be able to analyze all your cross-
12
12
13
13
## Getting Started
14
14
15
-
If you have previously enabled sending email events using the Iterable destination during our beta (using a project write key), you do not need to create new Iterable source. Your email data will continue to flow as normal.
15
+
If you have previously enabled sending email events using the Iterable destination during the beta period (using a project write key), you do not need to create new Iterable source. Your email data will continue to flow as normal.
16
16
17
17
1. From your workspace's `segment.com/<your-workspace>/sources` page, click **Add source**.
18
18
19
19
2. Choose Iterable.
20
20
21
-
3. Give the Source a name and add any labels to help you organize and filter your sources. You can give the source any name, but Segment recommends a name that reflects the source itself, as this name autopopulates the schema name. For example, the source name `Iterable` creates the schema `iterable`.
21
+
3. Give the Source a name and add any labels to help you organize and filter your sources. You can give the source any name, but Segment recommends a name that reflects the source itself, as this name auto-populates the schema name. For example, the source name `Iterable` creates the schema `iterable`.
22
22
23
23
4. The next page ("Overview") will surface your **Segment write key for Iterable.** Copy this write key.
24
24
@@ -34,13 +34,13 @@ That's it! As you send emails, events will now be sent to your destinations and
34
34
35
35
**Stream**
36
36
37
-
Iterable uses our stream Source component to send Segment email events. It uses a server-side `track` method to send data to Segment. These events are then available in any destination that accepts server-side events, and available in a schema in your data warehouse, so you can query using SQL.
37
+
Iterable uses Segment's stream Source component to send Segment email events. It uses a server-side `track` method to send data to Segment. These events are then available in any destination that accepts server-side events, and available in a schema in your data warehouse, so you can query using SQL.
38
38
39
39
The default behavior is for Iterable to pass the `userId` associated with the email recipient as the `userId`. There are cases in which Iterable does not have an associated `userId`, in which case the email address will be passed in as the `anonymousId`.
40
40
41
41
## Collections
42
42
43
-
Collections are the groupings of data we pull from your Source. In your warehouse, each collection gets its own table, as well as a `tracks` table that aggregates all the events into a single table.
43
+
Collections are the groupings of data Segment pulls from your Source. In your warehouse, each collection gets its own table, as well as a `tracks` table that aggregates all the events into a single table.
44
44
45
45
<table>
46
46
<tr>
@@ -61,8 +61,7 @@ Collections are the groupings of data we pull from your Source. In your warehous
61
61
<tr>
62
62
<td>Email Link Clicked</td>
63
63
<td>Event</td>
64
-
<td>
65
-
Recipient clicked on a link within the message. You need to enable Click Tracking for getting this type of event
64
+
<td>Recipient clicked on a link within the message. You need to enable Click Tracking for getting this type of event
66
65
</td>
67
66
</tr>
68
67
<tr>
@@ -73,50 +72,43 @@ Collections are the groupings of data we pull from your Source. In your warehous
73
72
<tr>
74
73
<td>Email Opened</td>
75
74
<td>Event</td>
76
-
<td>
77
-
Recipient has opened the HTML message. You need to enable Open Tracking for getting this type of event
75
+
<td>Recipient has opened the HTML message. You need to enable Open Tracking for getting this type of event
78
76
</td>
79
77
</tr>
80
78
<tr>
81
79
<td>Hosted Unsubscribe Click</td>
82
80
<td>Event</td>
83
-
<td>
84
-
User navigated to email preference center through a `hostedUnsubscribeUrl` link
81
+
<td>User navigated to email preference center through a `hostedUnsubscribeUrl` link
85
82
</td>
86
83
</tr>
87
84
<tr>
88
85
<td>In App Clicked</td>
89
86
<td>Event</td>
90
-
<td>
91
-
An in-app click event indicates that a user tapped a link or button in an in-app message
87
+
<td>An in-app click event indicates that a user tapped a link or button in an in-app message
92
88
</td>
93
89
</tr>
94
90
<tr>
95
91
<td>In App Delivered</td>
96
92
<td>Event</td>
97
-
<td>
98
-
Indicates that an in-app message arrived on a user's device. It does not mean that the user viewed the message.
93
+
<td>Indicates that an in-app message arrived on a user's device. It does not mean that the user viewed the message.
99
94
</td>
100
95
</tr>
101
96
<tr>
102
97
<td>In App Opened</td>
103
98
<td>Event</td>
104
-
<td>
105
-
Indicates that an in-app message displayed in an app, either because it appeared on arrival or because the user selected it in the inbox.
99
+
<td>Indicates that an in-app message displayed in an app, either because it appeared on arrival or because the user selected it in the inbox.
106
100
</td>
107
101
</tr>
108
102
<tr>
109
103
<td>In App Sent</td>
110
104
<td>Event</td>
111
-
<td>
112
-
Indicates that Iterable sent an in-app message to a user. It does not mean that the user received the message.
105
+
<td>Indicates that Iterable sent an in-app message to a user. It does not mean that the user received the message.
113
106
</td>
114
107
</tr>
115
108
<tr>
116
109
<td>Mobile App Uninstalled</td>
117
110
<td>Event</td>
118
-
<td>
119
-
Ghost message sent 12 hours after original push delivered results in rejection from receiving server
111
+
<td>Ghost message sent 12 hours after original push delivered results in rejection from receiving server
120
112
</td>
121
113
</tr>
122
114
<tr>
@@ -172,8 +164,7 @@ Collections are the groupings of data we pull from your Source. In your warehous
172
164
<tr>
173
165
<td>Web Push Delivered</td>
174
166
<td>Event</td>
175
-
<td>
176
-
Web Push has been successfully delivered to the receiving server
167
+
<td>Web Push has been successfully delivered to the receiving server
177
168
</td>
178
169
</tr>
179
170
</table>
@@ -191,4 +182,4 @@ from iterable.email_delivered
191
182
192
183
## Send data to Iterable
193
184
194
-
The Iterable Source works better when you also connect Iterable as a destination. With the Iterable **Destination**, you can use Segment to send Iterable user and event data from which you trigger email campaigns. Want to start sending website or mobile data **_TO_** Iterable? Head on over to our[Iterable destination docs](/docs/connections/destinations/catalog/iterable/).
185
+
The Iterable Source works better when you also connect Iterable as a destination. With the Iterable **Destination**, you can use Segment to send Iterable user and event data from which you trigger email campaigns. For more information, see the[Iterable destination docs](/docs/connections/destinations/catalog/iterable/).
0 commit comments