diff --git a/app/metrics.yaml b/app/metrics.yaml index aba8a80e6..dc1e4f58b 100644 --- a/app/metrics.yaml +++ b/app/metrics.yaml @@ -2050,7 +2050,9 @@ installation: - installation type: datetime description: | - The date and time of the installation. + The Glean generated date and time of the installation. This is + unique per app install, though the rest of the data in this + ping is from Adjust and will remain static across installs. bugs: - https://github.com/mozilla-mobile/fenix/issues/7295 data_reviews: diff --git a/docs/metrics.md b/docs/metrics.md index ceeadf9fa..519dea927 100644 --- a/docs/metrics.md +++ b/docs/metrics.md @@ -206,7 +206,7 @@ The following metrics are added to the ping: | installation.campaign |[string](https://mozilla.github.io/glean/book/user/metrics/string.html) |The name of the campaign that is responsible for this installation. |[1](https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202)||2020-09-01 | | installation.creative |[string](https://mozilla.github.io/glean/book/user/metrics/string.html) |The identifier of the creative material that the user interacted with. |[1](https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202)||2020-09-01 | | installation.network |[string](https://mozilla.github.io/glean/book/user/metrics/string.html) |The name of the Network that sourced this installation. |[1](https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202)||2020-09-01 | -| installation.timestamp |[datetime](https://mozilla.github.io/glean/book/user/metrics/datetime.html) |The date and time of the installation. |[1](https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202)||2020-09-01 | +| installation.timestamp |[datetime](https://mozilla.github.io/glean/book/user/metrics/datetime.html) |The Glean generated date and time of the installation. This is unique per app install, though the rest of the data in this ping is from Adjust and will remain static across installs. |[1](https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202)||2020-09-01 | ## metrics