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
@@ -13,7 +13,7 @@ This source is maintained by Mailmodo. For any issues with the source, [contact
13
13
1. From your workspace’s [Sources catalog page](https://app.segment.com/goto-my-workspace/sources/catalog) click Add Source.
14
14
2. Search for “Mailmodo” in the Sources Catalog, select click Mailmodo, and click Add Source.
15
15
3. On the next screen, give the Source a nickname and configure any other settings.
16
-
4. The nickname is used as a label in the Segment app, and Segment creates a related schema name in your warehouse. The nickname can be anything, but we recommend using something that reflects the source itself and distinguishes it amongst your environments (e.g. Mailmodo_Campaigns).
16
+
The nickname is used as a label in the Segment app, and Segment creates a related schema name in your warehouse. The nickname can be anything, but we recommend using something that reflects the source itself and distinguishes it amongst your environments (e.g. Mailmodo_Campaigns).
17
17
5. Click Add Source to save your settings.
18
18
6. Copy the Write key from the Segment UI. You will need to input this key on the Mailmodo integration page.
19
19
@@ -36,119 +36,40 @@ If there are problems with how the events arrive at Segment, [contact the Mailmo
36
36
37
37
The following table lists events that Mailmodo sends to Segment. These events show up as tables in your Warehouse and as regular events in your other Destinations. Mailmodo will send campaign activity data only for those contacts for whom we have received identify calls previously from Segment.
38
38
39
-
<table>
40
-
<tr>
41
-
<td>Event Name</td>
42
-
<td>Description</td>
43
-
</tr>
44
-
<tr>
45
-
<td>Email Sent</td>
46
-
<td>An email was successfully sent.</td>
47
-
</tr>
48
-
<tr>
49
-
<td>Email Opened</td>
50
-
<td>Contact opened an email.</td>
51
-
</tr>
52
-
<tr>
53
-
<td>Link Clicked</td>
54
-
<td>Contact clicked a link in an email.</td>
55
-
</tr>
56
-
<tr>
57
-
<td>Email Form Submitted</td>
58
-
<td>Contact submitted form or widget in an email.</td>
| Link Clicked | Contact clicked a link in an email |
44
+
| Email Form Submitted | Contact submitted form or widget in an email |
45
+
| Email Marked as Spam | Contact marked an email as spam |
46
+
| Email Bounced | Contact email was bounced |
47
+
| Email Unsubscribed | Contact unsubscribed from the email |
73
48
74
49
## Event Properties
75
50
76
51
This table lists event-specific properties Mailmodo sends to Segment:
77
52
78
-
<table>
79
-
<tr>
80
-
<td>Property Name</td>
81
-
<td>Description</td>
82
-
</tr>
83
-
<tr>
84
-
<td>email_id</td>
85
-
<td>The guid of email address identifier stored in the Mailmodo system</td>
86
-
</tr>
87
-
<tr>
88
-
<td>email_subject</td>
89
-
<td> The subject line used for the email campaign</td>
90
-
</tr>
91
-
<tr>
92
-
<td>email_type</td>
93
-
<td>The email type used for the template</td>
94
-
</tr>
95
-
<tr>
96
-
<td>template_id</td>
97
-
<td>The unique identifier for the template</td>
98
-
</tr>
99
-
<tr>
100
-
<td>template_name</td>
101
-
<td> The name of the template used in the campaign</td>
102
-
</tr>
103
-
<tr>
104
-
<td>campaign_id</td>
105
-
<td> The unique identifier for the campaign</td>
106
-
</tr>
107
-
<tr>
108
-
<td>campaign_name</td>
109
-
<td>The name of the campaign</td>
110
-
</tr>
111
-
<tr>
112
-
<td>campaign_type</td>
113
-
<td> The value represents the type of campaign. Value can be - CONTACT_LIST (for the bulk campaign) or TRIGGERED (for the triggered campaign)</td>
114
-
</tr>
115
-
<tr>
116
-
<td>campaign_trigger_source</td>
117
-
<td>Applicable only for triggered campaigns. This field highlights the source of the triggered campaign (e.g. Journey, Rest API, etc.) </td>
118
-
</tr>
119
-
<tr>
120
-
<td>apple_privacy_open</td>
121
-
<td> Applicable only for email open events. This field informs whether the contact has opened the email on the Apple Mail client. The value can be true or false. </td>
122
-
</tr>
123
-
<tr>
124
-
<td>link_id</td>
125
-
<td> The unique identifier for the link in the template</td>
126
-
</tr>
127
-
<tr>
128
-
<td>link_url</td>
129
-
<td>The actual URL link in the template</td>
130
-
</tr>
131
-
<tr>
132
-
<td>form_id</td>
133
-
<td> The unique identifier of the form or widget submitted in the email </td>
134
-
</tr>
135
-
<tr>
136
-
<td>form_name</td>
137
-
<td> The name of the form or widget submitted in the email</td>
138
-
</tr>
139
-
<tr>
140
-
<td>submission_type</td>
141
-
<td> This field informs whether the submission was made via AMP or the web (aka HTML fallback)</td>
142
-
</tr>
143
-
<tr>
144
-
<td>reason</td>
145
-
<td> The field provides the reason for unsubscribed or bounced. </td>
146
-
</tr>
147
-
<tr>
148
-
<td>is_hard_bounce</td>
149
-
<td>The field informs if the bounce was a hard bounce. </td>
150
-
</tr>
151
-
</table>
53
+
| Property Name | Description |
54
+
| ------------- | ----------- |
55
+
| email_id | The guid of email address identifier stored in the Mailmodo system |
56
+
| email_subject | The subject line used for the email campaign |
57
+
| email_type | The email type used for the template |
58
+
| template_id | The unique identifier for the template |
59
+
| template_name | The name of the template used in the campaign |
60
+
| campaign_id | The unique identifier for the campaign |
61
+
| campaign_name | The name of the campaign |
62
+
| campaign_type | The value represents the type of campaign. Value can be - CONTACT_LIST (for the bulk campaign) or TRIGGERED (for the triggered campaign) |
63
+
| campaign_trigger_source | Applicable only for triggered campaigns. This field highlights the source of the triggered campaign (for example, Journey, Rest API, etc.) |
64
+
| apple_privacy_open | Applicable only for email open events. This field informs whether the contact has opened the email on the Apple Mail client. The value can be true or false. |
65
+
| link_id | The unique identifier for the link in the template |
66
+
| link_url | The actual URL link in the template |
67
+
| form_id | The unique identifier of the form or widget submitted in the email |
68
+
| form_name | The name of the form or widget submitted in the email |
69
+
| submission_type | This field informs whether the submission was made via AMP or the web (aka HTML fallback) |
70
+
| reason | The field provides the reason for unsubscribed or bounced. |
71
+
| is_hard_bounce | The field informs if the bounce was a hard bounce. |
0 commit comments