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

For #5021: Adds metric for what's new button #5090

Merged
merged 1 commit into from
Sep 4, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions app/metrics.yaml
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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