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

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For #5021: Adds metric for what's new button
Browse files Browse the repository at this point in the history
sblatz committed Sep 3, 2019
1 parent 389b85f commit 9bdf6f1
Showing 2 changed files with 27 additions and 0 deletions.
14 changes: 14 additions & 0 deletions app/metrics.yaml
Original file line number Diff line number Diff line change
@@ -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:
from:
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:
13 changes: 13 additions & 0 deletions docs/metrics.md
Original file line number Diff line number Diff line change
@@ -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>from</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>

0 comments on commit 9bdf6f1

Please sign in to comment.