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
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,10 +50,13 @@ The table below lists events that Listrak sends to Segment. These events appear
50
50
51
51
Event Name | Description
52
52
------------ | -------------
53
-
Email Opened | The recipient opened the email.
54
-
Email Link Clicked | The recipient clicked on a link in the email's body.
55
53
Email Bounced | The email servers rejected the email.
56
54
Email Converted | The recipient placed an order after clicking on the email.
55
+
Email Link Clicked | The recipient clicked on a link in the email's body.
56
+
Email Marked As Spam | The recipient marked an email as spam.
57
+
Email Opened | The recipient opened the email.
58
+
Email Sent | An email was sent to the recipient.
59
+
Unsubscribed | The recipient unsubscribed from the email list.
57
60
58
61
## Event Properties
59
62
@@ -70,6 +73,7 @@ Property Name | Description
70
73
`list_id` | An ID used to identify a list.
71
74
`list_name` | A name used to identify a list.
72
75
`order_total` | The order total associated with the conversion.
76
+
`unsubscribe_type` | The method by which the contact was removed from the list. See the [Unsubscribed Contacts Report Help Article](https://help.listrak.com/en/articles/1550570-unsubscribed-contacts-report#unsubscribe-method-definitions).
73
77
`context.ip` | The opening computer’s public IP address.
74
78
`context.traits.email` | The intended recipient’s email address.
75
79
`context.user_agent` | The opening browser’s user agent.
0 commit comments