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
@@ -43,81 +43,139 @@ The default behavior is for Iterable to pass the `userId` associated with the em
43
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.
44
44
45
45
<table>
46
-
<tr>
47
-
<td>**Collection**</td>
48
-
<td>**Type**</td>
49
-
<td>**Description**</td>
50
-
</tr>
51
-
<tr>
52
-
<td>Email Delivered</td>
53
-
<td>Event</td>
54
-
<td>Message has been successfully delivered to the receiving server</td>
55
-
</tr>
56
-
<tr>
57
-
<td>Email Opened</td>
58
-
<td>Event</td>
59
-
<td>Recipient has opened the HTML message. You need to enable Open Tracking for getting this type of event</td>
60
-
</tr>
61
-
<tr>
62
-
<td>Email Bounced</td>
63
-
<td>Event</td>
64
-
<td>Receiving server could not or would not accept message</td>
65
-
</tr>
66
-
<tr>
67
-
<td>Email Link Clicked</td>
68
-
<td>Event</td>
69
-
<td>Recipient clicked on a link within the message. You need to enable Click Tracking for getting this type of event</td>
70
-
</tr>
71
-
<tr>
72
-
<td>Email Subscribed</td>
73
-
<td>Event</td>
74
-
<td>User subscribes to a messaging channel</td>
75
-
</tr>
76
-
<tr>
77
-
<td>Email Unsubscribed</td>
78
-
<td>Event</td>
79
-
<td>Recipient clicked on message's subscription management link</td>
80
-
</tr>
81
-
<tr>
82
-
<td>Email Marked as Spam</td>
83
-
<td>Event</td>
84
-
<td>Recipient marked message as spam</td>
85
-
</tr>
86
-
<tr>
87
-
<td>Push Delivered</td>
88
-
<td>Event</td>
89
-
<td>Message has been successfully delivered to the receiving server</td>
90
-
</tr>
91
-
<tr>
92
-
<td>Push Opened</td>
93
-
<td>Event</td>
94
-
<td>User has been shown push notification by client app</td>
95
-
</tr>
96
-
<tr>
97
-
<td>Push Bounced</td>
98
-
<td>Event</td>
99
-
<td>Receiving server could not or would not accept message</td>
100
-
</tr>
101
-
<tr>
102
-
<td>Mobile App Uninstalled</td>
103
-
<td>Event</td>
104
-
<td>Ghost message sent 12 hours after original push delivered results in rejection from receiving server</td>
105
-
</tr>
106
-
<tr>
107
-
<td>SMS Send</td>
108
-
<td>Event</td>
109
-
<td>Message has been successfully delivered to the receiving server</td>
110
-
</tr>
111
-
<tr>
112
-
<td>SMS Bounced</td>
113
-
<td>Event</td>
114
-
<td>Receiving server could not or would not accept message</td>
115
-
</tr>
116
-
<tr>
117
-
<td>SMS Received</td>
118
-
<td>Event</td>
119
-
<td>User has sent an inbound SMS that was received by server</td>
120
-
</tr>
46
+
<tr>
47
+
<td>**Collection**</td>
48
+
<td>**Type**</td>
49
+
<td>**Description**</td>
50
+
</tr>
51
+
<tr>
52
+
<td>Email Bounced</td>
53
+
<td>Event</td>
54
+
<td>Receiving server could not or would not accept message</td>
55
+
</tr>
56
+
<tr>
57
+
<td>Email Delivered</td>
58
+
<td>Event</td>
59
+
<td>Message has been successfully delivered to the receiving server</td>
60
+
</tr>
61
+
<tr>
62
+
<td>Email Link Clicked</td>
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
66
+
</td>
67
+
</tr>
68
+
<tr>
69
+
<td>Email Marked as Spam</td>
70
+
<td>Event</td>
71
+
<td>Recipient marked message as spam</td>
72
+
</tr>
73
+
<tr>
74
+
<td>Email Opened</td>
75
+
<td>Event</td>
76
+
<td>
77
+
Recipient has opened the HTML message. You need to enable Open Tracking for getting this type of event
78
+
</td>
79
+
</tr>
80
+
<tr>
81
+
<td>Hosted Unsubscribe Click</td>
82
+
<td>Event</td>
83
+
<td>
84
+
User navigated to email preference center through a `hostedUnsubscribeUrl` link
85
+
</td>
86
+
</tr>
87
+
<tr>
88
+
<td>In App Clicked</td>
89
+
<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
92
+
</td>
93
+
</tr>
94
+
<tr>
95
+
<td>In App Delivered</td>
96
+
<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.
99
+
</td>
100
+
</tr>
101
+
<tr>
102
+
<td>In App Opened</td>
103
+
<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.
106
+
</td>
107
+
</tr>
108
+
<tr>
109
+
<td>In App Sent</td>
110
+
<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.
113
+
</td>
114
+
</tr>
115
+
<tr>
116
+
<td>Mobile App Uninstalled</td>
117
+
<td>Event</td>
118
+
<td>
119
+
Ghost message sent 12 hours after original push delivered results in rejection from receiving server
120
+
</td>
121
+
</tr>
122
+
<tr>
123
+
<td>Push Bounced</td>
124
+
<td>Event</td>
125
+
<td>Receiving server could not or would not accept message</td>
126
+
</tr>
127
+
<tr>
128
+
<td>Push Delivered</td>
129
+
<td>Event</td>
130
+
<td>Message has been successfully delivered to the receiving server</td>
131
+
</tr>
132
+
<tr>
133
+
<td>Push Opened</td>
134
+
<td>Event</td>
135
+
<td>User has been shown push notification by client app</td>
136
+
</tr>
137
+
<tr>
138
+
<td>SMS Bounced</td>
139
+
<td>Event</td>
140
+
<td>Receiving server could not or would not accept message</td>
141
+
</tr>
142
+
<tr>
143
+
<td>SMS Clicked</td>
144
+
<td>Event</td>
145
+
<td>User has clicked link within SMS message</td>
146
+
</tr>
147
+
<tr>
148
+
<td>SMS Delivered</td>
149
+
<td>Event</td>
150
+
<td>Message has been successfully delivered to the receiving server</td>
151
+
</tr>
152
+
<tr>
153
+
<td>SMS Received</td>
154
+
<td>Event</td>
155
+
<td>User has sent an inbound SMS that was received by server</td>
156
+
</tr>
157
+
<tr>
158
+
<td>Subscribed</td>
159
+
<td>Event</td>
160
+
<td>User subscribes to a messaging channel</td>
161
+
</tr>
162
+
<tr>
163
+
<td>Unsubscribed</td>
164
+
<td>Event</td>
165
+
<td>Recipient clicked on message's subscription management link</td>
166
+
</tr>
167
+
<tr>
168
+
<td>Web Push Clicked</td>
169
+
<td>Event</td>
170
+
<td>User clicked on web push notification</td>
171
+
</tr>
172
+
<tr>
173
+
<td>Web Push Delivered</td>
174
+
<td>Event</td>
175
+
<td>
176
+
Web Push has been successfully delivered to the receiving server
177
+
</td>
178
+
</tr>
121
179
</table>
122
180
123
181
<!-- Example: To query the Email Delivered table, you'd write a query like this:
0 commit comments