Skip to content

Commit d37b306

Browse files
author
markzegarelli
committed
vale edits
1 parent 461a0cd commit d37b306

File tree

2 files changed

+15
-23
lines changed
  • .github/styles/Vocab/Docs
  • src/connections/sources/catalog/cloud-apps/iterable

2 files changed

+15
-23
lines changed

.github/styles/Vocab/Docs/accept.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ Hubspot
5454
incrementality
5555
ios
5656
iOS
57+
Iterable
5758
Javadoc
5859
Javadocs
5960
Javascript

src/connections/sources/catalog/cloud-apps/iterable/index.md

Lines changed: 14 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ In your favorite BI or analytics tool, you'll be able to analyze all your cross-
1212

1313
## Getting Started
1414

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.
1616

1717
1. From your workspace's `segment.com/<your-workspace>/sources` page, click **Add source**.
1818

1919
2. Choose Iterable.
2020

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`.
2222

2323
4. The next page ("Overview") will surface your **Segment write key for Iterable.** Copy this write key. 
2424

@@ -34,13 +34,13 @@ That's it! As you send emails, events will now be sent to your destinations and
3434

3535
**Stream**
3636

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. 
3838

3939
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`
4040

4141
## Collections
4242

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. 
4444

4545
<table>
4646
<tr>
@@ -61,8 +61,7 @@ Collections are the groupings of data we pull from your Source. In your warehous
6161
<tr>
6262
<td>Email Link Clicked</td>
6363
<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
6665
</td>
6766
</tr>
6867
<tr>
@@ -73,50 +72,43 @@ Collections are the groupings of data we pull from your Source. In your warehous
7372
<tr>
7473
<td>Email Opened</td>
7574
<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
7876
</td>
7977
</tr>
8078
<tr>
8179
<td>Hosted Unsubscribe Click</td>
8280
<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
8582
</td>
8683
</tr>
8784
<tr>
8885
<td>In App Clicked</td>
8986
<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
9288
</td>
9389
</tr>
9490
<tr>
9591
<td>In App Delivered</td>
9692
<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.
9994
</td>
10095
</tr>
10196
<tr>
10297
<td>In App Opened</td>
10398
<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.
106100
</td>
107101
</tr>
108102
<tr>
109103
<td>In App Sent</td>
110104
<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.
113106
</td>
114107
</tr>
115108
<tr>
116109
<td>Mobile App Uninstalled</td>
117110
<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
120112
</td>
121113
</tr>
122114
<tr>
@@ -172,8 +164,7 @@ Collections are the groupings of data we pull from your Source. In your warehous
172164
<tr>
173165
<td>Web Push Delivered</td>
174166
<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
177168
</td>
178169
</tr>
179170
</table>
@@ -191,4 +182,4 @@ from iterable.email_delivered
191182

192183
## Send data to Iterable
193184

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

Comments
 (0)