-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add feature metadata for messaging feature
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
- [email protected] | ||
- [email protected] | ||
# iOS team | ||
- [email protected] | ||
- [email protected] | ||
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 | ||
|