Skip to content

Commit 447be93

Browse files
committed
html > md tables
1 parent ce95c67 commit 447be93

File tree

1 file changed

+18
-60
lines changed

1 file changed

+18
-60
lines changed

templates/partners/source.md

Lines changed: 18 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -76,71 +76,29 @@ The default behavior is for Klaviyo to pass the userId associated with the email
7676

7777
The table below lists events that <integration_name> sends to Segment. These events appear as tables in your warehouse, and as regular events in other Destinations. <integration_name> includes the `userId` if available.
7878

79-
<table>
80-
<tr>
81-
<td>Event Name</td>
82-
<td>Description</td>
83-
</tr>
84-
<tr>
85-
<td>Email Sent</td>
86-
<td>Email was sent successfully</td>
87-
</tr>
88-
<tr>
89-
<td>Email Opened</td>
90-
<td>Prospect opened the email</td>
91-
</tr>
92-
<tr>
93-
<td>Link Clicked</td>
94-
<td>Prospect clicked the tracking link</td>
95-
</tr>
96-
<tr>
97-
<td>Email Replied</td>
98-
<td>Prospect replied to the email sent</td>
99-
</tr>
100-
<tr>
101-
<td>Email Bounced</td>
102-
<td>Email servers rejected the email</td>
103-
</tr>
104-
<tr>
105-
<td>Email Unsubscribed</td>
106-
<td>Prospect clicked the unsubscribe link</td>
107-
</tr>
108-
</table>
79+
| Event Name | Description |
80+
| ------------------ | ------------------------------------- |
81+
| Email Sent | Email was sent successfully |
82+
| Email Opened | Prospect opened the email |
83+
| Link Clicked | Prospect clicked the tracking link |
84+
| Email Replied | Prospect replied to email sent |
85+
| Email Bounced | Email servers rejected the email |
86+
| Email Unsubscribed | Prospect clicked the unsubscribe link |
87+
10988

11089
## Event Properties
11190

11291
The table below list the properties included in the events listed above.
11392

114-
<table>
115-
<tr>
116-
<td>Property Name</td>
117-
<td>Description</td>
118-
</tr>
119-
<tr>
120-
<td>`event`</td>
121-
<td>Email event type</td>
122-
</tr>
123-
<tr>
124-
<td>`userId`</td>
125-
<td>Prospect email ID</td>
126-
</tr>
127-
<tr>
128-
<td>`email_id`</td>
129-
<td>ID of the email</td>
130-
</tr>
131-
<tr>
132-
<td>`fromId`</td>
133-
<td>Sender email ID</td>
134-
</tr>
135-
<tr>
136-
<td>`email_subject`</td>
137-
<td>Subject line of the email</td>
138-
</tr>
139-
<tr>
140-
<td>`link`</td>
141-
<td>URL of the link clicked</td>
142-
</tr>
143-
</table>
93+
| Property Name | Description |
94+
| --------------- | ------------------------- |
95+
| `event` | Email event type |
96+
| `userId` | Prospect user ID |
97+
| `email_id` | ID of the email |
98+
| `fromId` | Sender email ID |
99+
| `email_subject` | Subject line of the email |
100+
| `link` | URL of the link clicked |
101+
144102

145103
## Adding Destinations
146104

0 commit comments

Comments
 (0)