From 35d60130f2f9324ef3241d1d2234b16bb2c39423 Mon Sep 17 00:00:00 2001 From: liuche Date: Fri, 1 Nov 2019 14:06:44 -0700 Subject: [PATCH] Closes #6097 - Bump activation ping expiry date. (#6309) --- app/metrics.yaml | 4 ++-- docs/metrics.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/metrics.yaml b/app/metrics.yaml index c1338788b..bc42ea6e1 100644 --- a/app/metrics.yaml +++ b/app/metrics.yaml @@ -684,7 +684,7 @@ activation: - https://github.com/mozilla-mobile/fenix/pull/1707#issuecomment-486972209 notification_emails: - fenix-core@mozilla.com - expires: "2019-10-01" + expires: "2020-03-01" activation_id: type: uuid @@ -700,7 +700,7 @@ activation: - https://github.com/mozilla-mobile/fenix/pull/1707#issuecomment-486972209 notification_emails: - fenix-core@mozilla.com - expires: "2019-10-01" + expires: "2020-03-01" qr_scanner: opened: diff --git a/docs/metrics.md b/docs/metrics.md index d701a7825..50a69467a 100644 --- a/docs/metrics.md +++ b/docs/metrics.md @@ -21,8 +21,8 @@ The following metrics are added to the ping: | Name | Type | Description | Data reviews | Extras | Expiration | | --- | --- | --- | --- | --- | --- | -| activation.activation_id |[uuid](https://mozilla.github.io/glean/book/user/metrics/uuid.html) |An alternate identifier, not correlated with the client_id, generated once and only sent with the activation ping. |[1](https://github.com/mozilla-mobile/fenix/pull/1707#issuecomment-486972209)||2019-10-01 | -| activation.identifier |[string](https://mozilla.github.io/glean/book/user/metrics/string.html) |A hashed and salted version of the Google Advertising ID from the device. This will never be sent in a ping that also contains the client_id. |[1](https://github.com/mozilla-mobile/fenix/pull/1707#issuecomment-486972209)||2019-10-01 | +| activation.activation_id |[uuid](https://mozilla.github.io/glean/book/user/metrics/uuid.html) |An alternate identifier, not correlated with the client_id, generated once and only sent with the activation ping. |[1](https://github.com/mozilla-mobile/fenix/pull/1707#issuecomment-486972209)||2020-03-01 | +| activation.identifier |[string](https://mozilla.github.io/glean/book/user/metrics/string.html) |A hashed and salted version of the Google Advertising ID from the device. This will never be sent in a ping that also contains the client_id. |[1](https://github.com/mozilla-mobile/fenix/pull/1707#issuecomment-486972209)||2020-03-01 | ## baseline This is a built-in ping that is assembled out of the box by the Glean SDK.