From 801a97fb32080eddc6edf92e460df1035cce3010 Mon Sep 17 00:00:00 2001 From: James Hugman Date: Mon, 23 Oct 2023 19:44:53 +0100 Subject: [PATCH] Add feature metadata for messaging feature --- nimbus-features/messagingFeature.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/nimbus-features/messagingFeature.yaml b/nimbus-features/messagingFeature.yaml index cd70cd8a3b1f..6d67f38d0980 100644 --- a/nimbus-features/messagingFeature.yaml +++ b/nimbus-features/messagingFeature.yaml @@ -2,6 +2,23 @@ features: messaging: description: > The in-app messaging system + meta-bug: ~ + documentation: + - name: User documentation + url: https://experimenter.info/messaging/mobile-messaging + contacts: + # Nimbus team + - jhugman@mozilla.com + - brennie@mozilla.com + # iOS team + - gbuciu@mozilla.com + - wteichmann@mozilla.com + events: + - https://dictionary.telemetry.mozilla.org/apps/firefox_ios/metrics/messaging_shown + - https://dictionary.telemetry.mozilla.org/apps/firefox_ios/metrics/messaging_clicked + - https://dictionary.telemetry.mozilla.org/apps/firefox_ios/metrics/messaging_expired + - https://dictionary.telemetry.mozilla.org/apps/firefox_ios/metrics/messaging_dismissed + - https://dictionary.telemetry.mozilla.org/apps/firefox_ios/metrics/messaging_malformed # Allow the feature to be enrolled in more than one experiment at the same time. allow-coenrollment: true