This repository has been archived by the owner on Jul 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
## Search data and analytics | ||
|
||
**Metric: DAUs** | ||
|
||
- **Definition:** Average daily active users who search or read code in their managed instance. | ||
|
||
- **Why this metric:** Daily active users is a standard metric for measuring engagement, and reflects the amount of value we want developers to derive from Sourcegraph. | ||
|
||
- **Source of truth:** [Looker](https://sourcegraph.looker.com/dashboards/447?%20Date=30%20day&Account%20Type=&Account%20name=&Installer%20Email=) | ||
|
||
**Metric: Search success** | ||
|
||
- **Definition:** Users who perform a search, then follow through with actions like copying code, navigating via code intel, searching history, or visiting the code host. | ||
|
||
- **Why this metric:** Tracking search success aligns us to the actions users need to accomplish with code search. As we improve the product to help developers accmoplish their tasks, we will register more search success events, and grow the number of users who find emense value in Sourcegraph. | ||
|
||
- **Source of truth:** Search success is currently defined by a custom event in Amplitude that combines several eventlogger metrics. The official chart can be viewed [here](https://app.amplitude.com/analytics/sourcegraph/dashboard/90h2qwld). (see: “Search result clicked and search success (all users)” chart, the KPI on the funnel labeled "Conversion Rate".) | ||
|
||
**Metric: Search results clicked** | ||
|
||
- **Definition:** Users who perform a search, then click on a result. | ||
|
||
- **Why this metric:** When a user clicks through to a result, it signals the user found something of interest. Less obviously, a session where no results were clicked could be a sign that we surfaced the right code in the results and the user did not need to navigate elsewhere. As we seek to improve ranking, results display, and other modifications to the core workflow, tracking the impact on results clicked will help us understand how we are changing the search user experience. | ||
|
||
- **Source of truth:** [Amplitude](https://app.amplitude.com/analytics/sourcegraph/dashboard/90h2qwld) (see: “Search result clicked and search success (all users)” chart and the middle funnel labeled "SearchRestultsClicked".) | ||
|
||
|
||
## Search user definitions | ||
|
||
### Search Product DAUs | ||
A daily active product user for search is defined as | ||
|
||
## Search reporting tools | ||
|
||
### Looker | ||
|
||
Looker is the source of our most detailed and accurate search metrics across all of our customers. | ||
|
||
### Amplitude | ||
|
||
Amplitude currently contains only events from managed instances (Cloud). Unless a specific managed instance customer is being reviewed, charts found here should be considered as indications of trends rather than the source of truth across all customers. |