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/listrak/index.md
+86Lines changed: 86 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,92 @@ If a profile field was entered when the email list was added to the integration
43
43
44
44
Listrak maintains a trait for each email list you add to the integration. The trait is named `Listrak_list_{listId}`, where `{listId}` is the ID of the list (eg. `Listrak_list_12345`). The trait will be set to true if the email address is subscribed to the list. The trait will be removed if the email address is not subscribed to the list. This trait can be used to create Engage audiences that only contain profiles that are subscribed to a Listrak list.
45
45
46
+
## Events
47
+
48
+
The table below lists events that Listrak sends to Segment. These events appear as tables in your warehouse, and as regular events in other Destinations.
49
+
50
+
<table>
51
+
<tr>
52
+
<td>Event Name</td>
53
+
<td>Description</td>
54
+
</tr>
55
+
<tr>
56
+
<td>Email Opened</td>
57
+
<td>Recipient opened the email</td>
58
+
</tr>
59
+
<tr>
60
+
<td>Email Link Clicked</td>
61
+
<td>Recipient clicked on a link in the email’s body</td>
62
+
</tr>
63
+
<tr>
64
+
<td>Email Bounced</td>
65
+
<td>Email servers rejected the email</td>
66
+
</tr>
67
+
<tr>
68
+
<td>Email Converted</td>
69
+
<td>Recipient placed an order after clicking on the email</td>
70
+
</tr>
71
+
</table>
72
+
73
+
## Event Properties
74
+
75
+
The table below list the properties included in the events listed above.
76
+
77
+
<table>
78
+
<tr>
79
+
<td>Property Name</td>
80
+
<td>Description</td>
81
+
</tr>
82
+
<tr>
83
+
<td>`email_id`</td>
84
+
<td>An ID used to identify the email.</td>
85
+
</tr>
86
+
<tr>
87
+
<td>`email_subject`</td>
88
+
<td>The email’s subject line.</td>
89
+
</tr>
90
+
<tr>
91
+
<td>`campaign_name`</td>
92
+
<td>A name used to identify a campaign.</td>
93
+
</tr>
94
+
<tr>
95
+
<td>`link_id`</td>
96
+
<td>An ID used to identify a link.</td>
97
+
</tr>
98
+
<tr>
99
+
<td>`link_url`</td>
100
+
<td>The URL the link points to.</td>
101
+
</tr>
102
+
<tr>
103
+
<td>`google_analytics_campaign_name`</td>
104
+
<td>A name used to identify a Google Analytics campaign.</td>
105
+
</tr>
106
+
<tr>
107
+
<td>`list_id`</td>
108
+
<td>An ID used to identify a list.</td>
109
+
</tr>
110
+
<tr>
111
+
<td>`list_name`</td>
112
+
<td>A name used to identify a list.</td>
113
+
</tr>
114
+
<tr>
115
+
<td>`order_total`</td>
116
+
<td>The order total associated with the conversion</td>
117
+
</tr>
118
+
<tr>
119
+
<td>`context.ip`</td>
120
+
<td>The opening computer’s public IP address.</td>
121
+
</tr>
122
+
<tr>
123
+
<td>`context.traits.email`</td>
124
+
<td>The intended recipient’s email address.</td>
125
+
</tr>
126
+
<tr>
127
+
<td>`context.user_agent`</td>
128
+
<td>The opening browser’s user agent.</td>
129
+
</tr>
130
+
</table>
131
+
46
132
## Adding Destinations
47
133
48
134
Now that your Source is set up, you can connect it with Destinations.
0 commit comments