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/customer-io/index.md
+9-37Lines changed: 9 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,43 +49,15 @@ The default behavior is for Customer.io to pass the `userId` associated with the
49
49
50
50
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.
51
51
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>
0 commit comments