/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ // AUTOGENERATED BY glean_parser v14.5.2. DO NOT EDIT. DO NOT COMMIT. import StringMetricType from "@mozilla/glean/private/metrics/string"; /** * The navigators ISO 3166 country name (not code) based on geo ip. * * Generated from `navigator.geo`. */ export const geo = new StringMetricType({ category: "navigator", name: "geo", sendInPings: ["action", "page"], lifetime: "application", disabled: false, }); /** * The navigator's two-letter ISO 3166 country code based on geo ip. * * Generated from `navigator.geo_iso`. */ export const geoIso = new StringMetricType({ category: "navigator", name: "geo_iso", sendInPings: ["action", "page"], lifetime: "application", disabled: false, }); /** * The subscription type of the user. can be one of * 'core','mdn_plus_5m','mdn_plus_5y','mdn_plus_10m','mdn_plus_10y' * * Generated from `navigator.subscription_type`. */ export const subscriptionType = new StringMetricType({ category: "navigator", name: "subscription_type", sendInPings: ["action", "page"], lifetime: "application", disabled: false, });