Skip to content

Commit 94879d0

Browse files
clarify stream section
1 parent 7c3f5ec commit 94879d0

File tree

1 file changed

+17
-19
lines changed
  • src/connections/sources/catalog/cloud-apps/listrak

1 file changed

+17
-19
lines changed

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

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,15 @@ This source is maintained by Listrak. For any issues with the source, [contact t
3131
11. Paste the Write key you copied from Segment and click **Save**.
3232
12. Add at least one email list that you want to sync with Segment and click **Save**.
3333

34-
## Components
34+
## Stream
3535

36-
**Stream**
36+
Listrak uses our stream Source component to send Segment event data. It uses the server-side `identify` and `track` methods to send data to Segment. These events are then available in any destination that accepts server-side events, and available in a schema in your data warehouse, so you can query using SQL.
3737

38-
Listrak uses our stream Source component to send Segment event data. It uses a server-side `identify` method to send data to Segment. These events are then available in any destination that accepts server-side events, and available in a schema in your data warehouse, so you can query using SQL.
38+
Listrak always sets the `anonymousId` and the `email` trait to the email address of the contact.
3939

40-
Listrak always sets the `anonymousId` and the `email` trait to the email address of the contact.
40+
If a profile field was entered when the email list was added to the integration and the email address has a value for that profile field, the `userId` will be set to that value when sending `identify` events. Otherwise, Listrak will not set the `userId`. The `userId` will not be set for any `track` events.
4141

42-
If a profile field was entered when the email list was added to the integration and the email address has a value for that profile field, the `userId` will be set to that value. Otherwise, Listrak will not set the `userId`.
43-
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.
42+
Listrak maintains a trait for each email list you add to the integration using `identify` events. 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.
4543

4644
## Events
4745

@@ -81,51 +79,51 @@ The table below list the properties included in the events listed above.
8179
</tr>
8280
<tr>
8381
<td>`email_id`</td>
84-
<td>An ID used to identify the email.</td>
82+
<td>An ID used to identify the email</td>
8583
</tr>
8684
<tr>
8785
<td>`email_subject`</td>
88-
<td>The email’s subject line.</td>
86+
<td>The email’s subject line</td>
8987
</tr>
9088
<tr>
9189
<td>`campaign_name`</td>
92-
<td>A name used to identify a campaign.</td>
90+
<td>A name used to identify a Listrak campaign</td>
9391
</tr>
9492
<tr>
9593
<td>`link_id`</td>
96-
<td>An ID used to identify a link.</td>
94+
<td>An ID used to identify a link</td>
9795
</tr>
9896
<tr>
9997
<td>`link_url`</td>
100-
<td>The URL the link points to.</td>
98+
<td>The URL the link points to</td>
10199
</tr>
102100
<tr>
103101
<td>`google_analytics_campaign_name`</td>
104-
<td>A name used to identify a Google Analytics campaign.</td>
102+
<td>A name used to identify a Google Analytics campaign</td>
105103
</tr>
106104
<tr>
107105
<td>`list_id`</td>
108-
<td>An ID used to identify a list.</td>
106+
<td>An ID used to identify a list</td>
109107
</tr>
110108
<tr>
111109
<td>`list_name`</td>
112-
<td>A name used to identify a list.</td>
110+
<td>A name used to identify a list</td>
113111
</tr>
114112
<tr>
115113
<td>`order_total`</td>
116-
<td>The order total associated with the conversion.</td>
114+
<td>The order total associated with the conversion</td>
117115
</tr>
118116
<tr>
119117
<td>`context.ip`</td>
120-
<td>The opening computer’s public IP address.</td>
118+
<td>The opening computer’s public IP address</td>
121119
</tr>
122120
<tr>
123121
<td>`context.traits.email`</td>
124-
<td>The intended recipient’s email address.</td>
122+
<td>The intended recipient’s email address</td>
125123
</tr>
126124
<tr>
127125
<td>`context.user_agent`</td>
128-
<td>The opening browser’s user agent.</td>
126+
<td>The opening browser’s user agent</td>
129127
</tr>
130128
</table>
131129

0 commit comments

Comments
 (0)