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
+4-9Lines changed: 4 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,11 +86,11 @@ You can use the time picker located on the Source Overview page to specify a tim
86
86

87
87
88
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
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.
91
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
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
94
95
95
### Website libraries
96
96
@@ -205,8 +205,3 @@ To create a source:
205
205
> - Flexibility sending data to different projects - if you want to have different warehouse schemas, analytics projects, etc, having multiple sources would create this separation
206
206
> - More control - as your account grows with the number of destinations you enable, having separate sources allows you to have more control
207
207
> - 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
-
209
-
## FAQs
210
-
211
-
### Why am I seeing unnamed events in the breakdown table?
212
-
You should only expect to see track calls with event names. 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.
0 commit comments