Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
For #5021: Adds metric for what's new button
Browse files Browse the repository at this point in the history
  • Loading branch information
sblatz authored and boek committed Sep 4, 2019
1 parent 1669b43 commit 56128b6
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
14 changes: 14 additions & 0 deletions app/metrics.yaml
Expand Up @@ -116,6 +116,20 @@ events:
notification_emails:
- fenix-core@mozilla.com
expires: "2020-03-01"
whats_new_tapped:
type: event
description: >
A user opened the "what's new" page button
extra_keys:
source:
description: "The location from which the user selected the what's new button. Either 'about' or 'home'"
bugs:
- 5021
data_reviews:
- https://github.com/mozilla-mobile/fenix/pull/5090
notification_emails:
- fenix-core@mozilla.com
expires: "2020-03-01"

search_shortcuts:
opened:
Expand Down
13 changes: 13 additions & 0 deletions docs/metrics.md
Expand Up @@ -109,6 +109,19 @@ tracking_protection</td>
</td>
<td>2020-03-01</td>
</tr>
<tr>
<td>whats_new_tapped</td>
<td>event</td>
<td>A user opened the "what's new" page button</td>
<td><a href="https://github.com/mozilla-mobile/fenix/pull/5090">link</a></td>
<td>
<table>
<tr><td>source</td><td>The location from which the user selected the what's new button. Either 'about' or 'home'</td>
</tr>
</table>
</td>
<td>2020-03-01</td>
</tr>
</table>
</pre>

Expand Down

0 comments on commit 56128b6

Please sign in to comment.