Skip to content

Commit 4790808

Browse files
Merge pull request #5015 from segmentio/source-template-update
Source template update
2 parents 5e4eb60 + 94f37f4 commit 4790808

File tree

1 file changed

+27
-68
lines changed

1 file changed

+27
-68
lines changed

templates/partners/source.md

Lines changed: 27 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> Hi Partners 👋🏼
44
>
5-
> Welcome to Segment - glad to have you onboard! This doc serves as a guideline for your team to create best-in-class documentation alongside your amazing product.
5+
> Welcome to Segment - glad to have you on board! This doc serves as a guideline for your team to create best-in-class documentation alongside your amazing product.
66
>
77
> Here are the guidelines we want you to have in mind when writing out your documentation:
88
>
@@ -31,30 +31,31 @@ title: [integration_name] Source
3131

3232
> (delete after reading) Include a 1-2 sentence introduction to your company and the value it provides to customers - updating the name and hyperlink. Please leave the utm string unchanged.
3333
34-
[<integration_name>](https://yourintegration.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) provides self-serve predictive analytics for growth marketers, leveraging machine learning to automate audience insights and recommendations.
34+
[<integration_name>](https://yourintegration.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank”} provides self-serve predictive analytics for growth marketers, leveraging machine learning to automate audience insights and recommendations.
3535

36-
This is an [Event Cloud Source](https://segment.com/docs/sources/#event-cloud-sources) which can not only export data into your Segment warehouse, but they can also federate the exported data into your other enabled Segment Destinations.
36+
This is an [Event Cloud Source](/docs/sources/#event-cloud-sources) which can not only export data into your Segment warehouse, but can also federate the exported data into your other enabled Segment Destinations.
3737

3838
> (delete after reading) Update your company name and support email address.
3939
4040
This source is maintained by <integration_name>. For any issues with the source, [contact their Support team](mailto:support@<integration_name>.com).
4141

4242
> (delete after reading) Update your company name (x2) and support email address.
4343
44-
_**NOTE:** The <integration_name> Source is currently in beta, which means that they are still actively developing the source. This doc was last updated on <Month_Name DD, YYYY>. If you are interested in joining their beta program or have any feedback to help improve the <integration_name> Source and its documentation, [let their team know](mailto:support@<integration_name>.com)!_
44+
_**NOTE:** The <integration_name> Source is currently in beta, which means that they are still actively developing the source. If you are interested in joining their beta program or have any feedback to help improve the <integration_name> Source and its documentation, [let the <integration_name> team know](mailto:support@<integration_name>.com)._
4545

46-
## Getting Started
46+
## Getting started
4747

4848
> (delete after reading) Include clear, succinct steps including hyperlinks to where customers can locate the place in your app to enter their Segment writekey.
4949
50-
1. From your workspace's [Sources catalog page](https://app.segment.com/goto-my-workspace/sources/catalog) click **Add Source**.
50+
1. From your workspace's [Sources catalog page](https://app.segment.com/goto-my-workspace/sources/catalog){:target="_blank”} click **Add Source**.
5151
2. Search for "<integration_name>" in the Sources Catalog, select <integration_name>, and click **Add Source**.
5252
3. On the next screen, give the Source a nickname configure any other settings.
5353

5454
- The nickname is used as a label in the Segment app, and Segment creates a related schema name in your warehouse. The nickname can be anything, but we recommend using something that reflects the source itself and distinguishes amongst your environments (eg. SourceName_Prod, SourceName_Staging, SourceName_Dev).
5555

5656
4. Click **Add Source** to save your settings.
57-
5. Copy the Write key from the Segment UI and log in to your <integration_name> account - navigate to Settings > Integrations > Segment Integration and paste the key to connect.
57+
5. Copy the Write key from the Segment UI.
58+
6. Log in to your <integration_name> account - navigate to Settings > Integrations > Segment Integration and paste the key to connect.
5859

5960
## Stream
6061

@@ -72,77 +73,35 @@ The default behavior is for Klaviyo to pass the userId associated with the email
7273

7374
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.
7475

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

10686
## Event Properties
10787

10888
The table below list the properties included in the events listed above.
10989

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

141100
## Adding Destinations
142101

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

145-
Log into your downstream tools and check to see that your events appear as expected, and that they contain all of the properties you expect. If your events and properties don’t appear, check the [Event Delivery](https://segment.com/docs/connections/event-delivery/) tool, and refer to the Destination docs for each tool for troubleshooting.
104+
Log into your downstream tools and check to see that your events appear as expected, and that they contain all of the properties you expect. If your events and properties don’t appear, check the [Event Delivery](/docs/connections/event-delivery/) tool, and refer to the Destination docs for each tool for troubleshooting.
146105

147106
If there are any issues with how the events are arriving to Segment, [contact the <integration_name> support team](mailto:support@<integration_name>.com).
148107

0 commit comments

Comments
 (0)