Skip to content

Commit dae8163

Browse files
authored
Merge pull request #5357 from segmentio/source-overview-docs1
Add Source Overview Docs
2 parents fddd64a + 02a7326 commit dae8163

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
Loading

src/connections/sources/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,21 @@ Web, Mobile, and Server sources send first-party data from your digital properti
7777
## Event streams sources
7878
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).
7979

80+
### Source Overview
81+
82+
When viewing the Source Overview page for an event stream source, you can view a line chart and breakdown table that reflects the volume and details of the events that Segment ingested from your source.
83+
84+
You can use the time picker located on the Source Overview page to specify a time period (last 10 minutes, 1 hour, 24 hours, 7 days, 2 weeks, or a custom date range over the last two weeks) for which you’d like to see data.
85+
86+
![A screenshot of the Source Overview page for an Android source.](images/source-overview.jpeg)
87+
88+
The breakdown table displays the following details:
89+
* **Event type**: The Segment Spec event type (Track call vs. Identify call, for example)
90+
* **Event name**: The event name, provided by you or the source
91+
<!-- NOT SUPPORTED IN CURRENT VERSION: ADD IN ONCE THIS IS SUPPORTED* **App version**: The app/release version, provided by you or the source-->
92+
* **Event count**: How many of each event was successfully received by your source
93+
* **% Change**: Insight into how the event counts differ from the last comparable time range as a percentage
94+
8095
### Website libraries
8196

8297
[Analytics.js](/docs/connections/sources/catalog/libraries/website/javascript/), the JavaScript library, is the most powerful way to track customer data from your website. If you're just starting out, Segment recommends it over server-side libraries as the simplest installation for any website.

0 commit comments

Comments
 (0)