Skip to content

Commit 525aab1

Browse files
committed
added supported events to doc
1 parent 8444a4a commit 525aab1

File tree

1 file changed

+86
-0
lines changed
  • src/connections/sources/catalog/cloud-apps/listrak

1 file changed

+86
-0
lines changed

src/connections/sources/catalog/cloud-apps/listrak/index.md

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,92 @@ If a profile field was entered when the email list was added to the integration
4343

4444
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.
4545

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+
46132
## Adding Destinations
47133

48134
Now that your Source is set up, you can connect it with Destinations.

0 commit comments

Comments
 (0)