From c91cd8b1816bc5977b9fada2e1e70b48f073ec71 Mon Sep 17 00:00:00 2001 From: Sawyer Blatz Date: Tue, 3 Sep 2019 10:17:52 -0700 Subject: [PATCH] For #5021: Adds metric for what's new button --- app/metrics.yaml | 14 ++++++++++++++ docs/metrics.md | 13 +++++++++++++ 2 files changed, 27 insertions(+) diff --git a/app/metrics.yaml b/app/metrics.yaml index 1b50bb804873..5946767d2bf3 100644 --- a/app/metrics.yaml +++ b/app/metrics.yaml @@ -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: diff --git a/docs/metrics.md b/docs/metrics.md index e9d08d73b3dc..2d21a30f9d79 100644 --- a/docs/metrics.md +++ b/docs/metrics.md @@ -109,6 +109,19 @@ tracking_protection 2020-03-01 + + whats_new_tapped + event + A user opened the "what's new" page button + link + + + + +
sourceThe location from which the user selected the what's new button. Either 'about' or 'home'
+ + 2020-03-01 +