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
Copy file name to clipboardExpand all lines: src/connections/sources/index.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,21 @@ Web, Mobile, and Server sources send first-party data from your digital properti
77
77
##Event streams sources
78
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
+
###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
+

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
+
80
95
###Website libraries
81
96
82
97
[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.