Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Listrak - add information for new events #5126

Merged
merged 2 commits into from
Aug 4, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions src/connections/sources/catalog/cloud-apps/listrak/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,13 @@ The table below lists events that Listrak sends to Segment. These events appear

Event Name | Description
------------ | -------------
Email Opened | The recipient opened the email.
Email Link Clicked | The recipient clicked on a link in the email's body.
Email Bounced | The email servers rejected the email.
Email Converted | The recipient placed an order after clicking on the email.
Email Link Clicked | The recipient clicked on a link in the email's body.
Email Marked As Spam | The recipient marked an email as spam.
Email Opened | The recipient opened the email.
Email Sent | An email was sent to the recipient.
Unsubscribed | The recipient unsubscribed from the email list.

## Event Properties

Expand All @@ -70,6 +73,7 @@ Property Name | Description
`list_id` | An ID used to identify a list.
`list_name` | A name used to identify a list.
`order_total` | The order total associated with the conversion.
`unsubscribe_type` | The method by which the contact was removed from the list. See [here](https://help.listrak.com/en/articles/1550570-unsubscribed-contacts-report#unsubscribe-method-definitions).
colevohs marked this conversation as resolved.
Show resolved Hide resolved
`context.ip` | The opening computer’s public IP address.
`context.traits.email` | The intended recipient’s email address.
`context.user_agent` | The opening browser’s user agent.
Expand Down