Skip to content

Commit e43c266

Browse files
committed
table format fix
1 parent 0be39f3 commit e43c266

File tree

1 file changed

+9
-37
lines changed
  • src/connections/sources/catalog/cloud-apps/customer-io

1 file changed

+9
-37
lines changed

src/connections/sources/catalog/cloud-apps/customer-io/index.md

Lines changed: 9 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -49,43 +49,15 @@ The default behavior is for Customer.io to pass the `userId` associated with the
4949

5050
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. 
5151

52-
<table>
53-
<tr>
54-
<td>**Collection**</td>
55-
<td>**Type**</td>
56-
<td>**Description**</td>
57-
</tr>
58-
<tr>
59-
<td>Email Delivered</td>
60-
<td>Event</td>
61-
<td>Message has been successfully delivered to the receiving server</td>
62-
</tr>
63-
<tr>
64-
<td>Email Opened</td>
65-
<td>Event</td>
66-
<td>Recipient has opened the HTML message. You need to enable Open Tracking for getting this type of event</td>
67-
</tr>
68-
<tr>
69-
<td>Email Link Clicked</td>
70-
<td>Event</td>
71-
<td>Recipient clicked on a link within the message. You need to enable Click Tracking for getting this type of event</td>
72-
</tr>
73-
<tr>
74-
<td>Email Unsubscribed</td>
75-
<td>Event</td>
76-
<td>Recipient clicked on message's subscription management link</td>
77-
</tr>
78-
<tr>
79-
<td>Email Bounced</td>
80-
<td>Event</td>
81-
<td>Receiving server could not or would not accept message</td>
82-
</tr>
83-
<tr>
84-
<td>Email Marked as Spam</td>
85-
<td>Event</td>
86-
<td>Recipient marked message as spam</td>
87-
</tr>
88-
</table>
52+
53+
| Collection | Type | Description |
54+
| -------------------- | ----- | -------------------------------------------------------------------------------------------------------- |
55+
| Email Delivered | Event | Message has been successfully delivered to the receiving server |
56+
| Email Opened | Event | Recipient has opened the HTML message. You need to enable Open Tracking for this kind of event |
57+
| Email Link Clicked | Event | Recipient clicked on a link within the message. You need to enable Click Tracking for this kind of event |
58+
| Email Unsubscribed | Event | Recipient clicked on message's subscription management link |
59+
| Email Bounced | Event | Receiving server could not or would not accept message |
60+
| Email Marked as Spam | Event | Recipient marked message as spam |
8961

9062
<!-- Example: To query the Email Delivered table, you'd write a query like this:
9163

0 commit comments

Comments
 (0)