Skip to content

Commit 969c501

Browse files
authored
Merge pull request #5543 from segmentio/bcaudillo-patch-7
Include FAQ on unnamed events
2 parents c35eccc + f306cc1 commit 969c501

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/connections/sources/index.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ You can use the time picker located on the Source Overview page to specify a tim
8686
![A screenshot of the Source Overview page for an Android source.](images/source-overview.jpeg)
8787

8888
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
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. You should only expect to see track calls with event names. If you see unnamed events in the breakdown table, it's because for other specs, you're either identifying users/groups or tracking what page/screen the user is on. Both of which do not have event names.
9191
<!-- 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
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.
9494

9595
### Website libraries
9696

@@ -205,4 +205,3 @@ To create a source:
205205
> - Flexibility sending data to different projects - if you want to have different warehouse schemas, analytics projects, etc, having multiple sources would create this separation
206206
> - More control - as your account grows with the number of destinations you enable, having separate sources allows you to have more control
207207
> - A source type cannot be changed once it is created. You must create a new source if you would like to use a different source type.
208-

0 commit comments

Comments
 (0)