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
> info "If you don't see the source you're looking for in our catalog"
52
-
> If a tool is not listed as a supported source in Segment's [catalog](https://segment.com/catalog/){:target='_blank’}, then it is not possible to incorporate the integration out-of-the-box within a Segment workspace. However, as an alternative, you can use the [HTTP API](/docs/connections/sources/catalog/libraries/server/http-api/) source to collect data from the tool's API. You can also use [Functions](/docs/connections/functions/) to send or receive data from other tools.
51
+
> info "If you don't see the source you're looking for in the catalog"
52
+
> If a tool isn't listed as a supported source in Segment's [catalog](https://segment.com/catalog/){:target='_blank’}, it's not possible to incorporate the integration out-of-the-box within a Segment workspace. As an alternative, you can use the [HTTP API](/docs/connections/sources/catalog/libraries/server/http-api/) source to collect data from the tool's API. You can also use [Functions](/docs/connections/functions/) to send or receive data from other tools.
53
53
54
54
## Types of sources
55
55
@@ -75,11 +75,16 @@ Web, Mobile, and Server sources send first-party data from your digital properti
75
75
76
76
77
77
## Event streams sources
78
-
Event streams sources collect data from your website or app to monitor user actions. These sources include [website libraries](#website-libraries), [mobile](#mobile), and [server sources](#server).
78
+
Event streams sources collect data from your website or app to monitor user actions. These sources include [website libraries](#website-libraries), [mobile](#mobile) and [server sources](#server).
79
79
80
80
### Source Overview
81
81
82
-
The Source Overview page for an event stream source shows you a [pipeline view](#pipeline-view) of all events Segment receives from your source, events that failed on ingest, events that are filtered at the source level, and "eligible events", which are the events that will flow into your destinations. If you select one of the steps in the pipeline view, you can see a line chart that reflects the fluctuations in volume alongside a [breakdown table](#breakdown-table) that has more details about the events impacted by the selected step.
82
+
The Source Overview page for an event stream source shows you:
83
+
* A [pipeline view](#pipeline-view) of all events Segment receives from your source,
84
+
* Events that failed on ingest,
85
+
* Events that are filtered at the source level,
86
+
* "Eligible events", which are the events that will flow into your destinations.
87
+
If you select one of the steps in the pipeline view, you can see a line chart that reflects the fluctuations in volume alongside a [breakdown table](#breakdown-table) that has more details about the events impacted by the selected step.
83
88
84
89
#### Pipeline view
85
90
@@ -97,10 +102,10 @@ The pipeline view shows each of the four steps Segment encounters when processin
97
102
98
103
#### Breakdown table
99
104
100
-
The breakdown table displays three tabs, **Event type**, **Event name**, and **App version**.
101
-
***Event type**: The Segment Spec event type (Track call vs. Identify call, for example). _This tab also contains a "% change" metric, which displays how the event counts differ from the last comparable time range, represented as a percentage._
105
+
The breakdown table displays these 3 tabs:
106
+
***Event type**: The Segment Spec event type (for example, Track call vs. Identify call). _This tab also contains a "% change" metric, which displays how the event counts differ from the last comparable time range, represented as a percentage._
102
107
***Event name**: The event name, provided by you or the source.
103
-
***App version**: The app/release version, provided by you or the source.
108
+
***App version**: The app or release version, provided by you or the source.
104
109
105
110
Each of these tabs displays an event count, which is the total number of events that Segment received in a particular step.
106
111
@@ -115,7 +120,7 @@ Each of these tabs displays an event count, which is the total number of events
115
120
href="https://segment.com/academy/intro/"
116
121
icon="symbols/squares-arrow.svg"
117
122
title="The Analytics Quickstart Guide"
118
-
description="Analytics and data collection is a very broad topic and it can be quite overwhelming. How do you get started?"
123
+
description="Get started with analytics and data collection."
119
124
%}
120
125
121
126
### Mobile
@@ -152,7 +157,7 @@ Segment's server-side sources let you send analytics data directly from your ser
152
157
153
158
## Cloud app sources
154
159
155
-
Cloud app sources empower you to pull together data from all of your different third-party tools into a Segment warehouse or to your other enabled integrated tools. They send data about your users from your connected web apps. There are two types of Cloud Apps: [Object cloud sources](#object-cloud-sources) and [Event cloud sources](#event-cloud-sources).
160
+
Cloud app sources empower you to pull together data from all of your different third-party tools into a Segment warehouse or to your other enabled integrated tools. They send data about your users from your connected web apps. There are 2 types of Cloud Apps: [Object cloud sources](#object-cloud-sources) and [Event cloud sources](#event-cloud-sources).
156
161
157
162
{% include components/reference-button.html href="/docs/connections/sources/sources-compare/" icon="guides.svg" title="Comparing Cloud Sources" description="Wondering which cloud-apps send which types of data? Check out the Cloud Sources comparison." %}
| Email Opened | The recipient has opened the HTML message. You need to enable Open Tracking for getting this type of event. |
190
195
| Email Link Clicked | The recipient clicked on a link within the message. You need to enable Click Tracking for getting this type of event. |
191
196
| Email Bounced | The receiving server could not or would not accept message. |
192
-
| Email Marked as Spam | The recipient marked message as spam. |
193
-
| Unsubscribe | The recipient clicked on message's subscription management link. |
197
+
| Email Marked as Spam | The recipient marked the message as spam. |
198
+
| Unsubscribe | The recipient clicked on the message's subscription management link. |
194
199
195
200
## Reverse ETL sources
196
201
Reverse ETL sources are data warehouses that enable you to use [Reverse ETL](/docs/connections/reverse-etl) to send data from your warehouse source to your destinations.
@@ -207,12 +212,12 @@ Segment is actively working on adding more sources. If you'd like to request Seg
207
212
## Create a source
208
213
To create a source:
209
214
1. Navigate to **Connections** and click **Add Source**.
210
-
2. Click the Source you’d like to add. *Note:* More than 80% of workspaces start by adding their JavaScript website.
215
+
2. Click the Source you’d like to add. **Note**: More than 80% of workspaces start by adding their JavaScript website.
211
216
3. Click **Add Source**.
212
217
4. Enter a name for your source as well as any information on the setup page.
213
218
5. Click **Add Source**.
214
219
215
-
Once you've created a source, the source is automatically enabled and can immediately receive events. You can review your new events in that source's [Debugger](/docs/connections/sources/debugger/) tab.
220
+
Once you've created a source, the source is automatically activated and can immediately receive events. You can review your new events in that source's [Debugger](/docs/connections/sources/debugger/) tab.
216
221
217
222
218
223
> warning "Sources not connected to an enabled destination are disabled after 14 days"
@@ -221,16 +226,15 @@ Once you've created a source, the source is automatically enabled and can immedi
221
226
> Workspace members receive an email notification before Segment disables your source so that your team has time to take action.
222
227
> If you would like to prevent this behavior in your workspace, fill out [this Airtable form](https://airtable.com/appADTobzkv0FYLbi/shr7V9LFDZh31cYWW).
223
228
224
-
> info "One source or multiple sources?"
225
-
> Segment suggests that you create one source for each type of data you want to collect. For example, you might have one source for all of your website tracking and a different source for any mobile tracking. Creating one source per data type provides the following benefits:
226
-
> - Debugger ease of use - mixing libraries/sources on a single API key means you’re heavily reliant on filtering to actually test events
227
-
> - Flexibility sending data to different projects - if you want to have different warehouse schemas, analytics projects, etc, having multiple sources would create this separation
228
-
> - More control - as your account grows with the number of destinations you enable, having separate sources allows you to have more control
229
-
> - A source type cannot be changed after it is created. You must create a new source if you would like to use a different source type.
229
+
Segment suggests that you create one source for each type of data you want to collect. For example, you might have one source for all of your website tracking and a different source for any mobile tracking. Creating one source per data type provides the following benefits:
230
+
- Debugger ease of use - mixing libraries or sources on a single API key means you’re heavily reliant on filtering to actually test events
231
+
- Flexibility sending data to different projects - if you want to have different warehouse schemas, analytics projects, having multiple sources creates this separation
232
+
- More control - as your account grows with the number of destinations you enable, having separate sources allows you to have more control
233
+
- A source type can't be changed after it is created. You must create a new source if you would like to use a different source type.
230
234
231
235
## Library tiers
232
236
233
-
Segment has defined three tiers for libraries: Flagship, Maintenance, and Community. These tiers indicate the level of support, enhancements, and maintenance each library receives from Segment.
237
+
Segment defined 3 tiers for libraries: Flagship, Maintenance, and Community. These tiers indicate the level of support, enhancements, and maintenance each library receives from Segment.
234
238
235
239
The criteria for assigning a library to a tier include its overall usage by customers and the availability of newer versions. Here's how Segment defines each tier:
0 commit comments