2022-03-27 14:13:49 +00:00
---
2023-03-07 20:52:51 +00:00
client-deduplication :
description : A feature to control the sending of the client-deduplication ping.
hasExposure : true
exposureDescription : ""
variables :
enabled :
type : boolean
description : "If true, the ping will be sent."
2022-10-26 22:25:18 +00:00
cookie-banners :
description : Features for cookie banner handling.
hasExposure : true
exposureDescription : ""
variables :
sections-enabled :
type : json
description : This property provides a lookup table of whether or not the given section should be enabled.
2022-11-03 22:06:38 +00:00
growth-data :
description : A feature measuring campaign growth data
hasExposure : true
exposureDescription : ""
variables :
enabled :
type : boolean
description : "If true, the feature is active"
2022-03-27 14:13:49 +00:00
homescreen :
description : The homescreen that the user goes to when they press home or new tab.
hasExposure : true
exposureDescription : ""
variables :
sections-enabled :
type : json
description : "This property provides a lookup table of whether or not the given section should be enabled. If the section is enabled, it should be toggleable in the settings screen, and on by default."
2023-03-14 16:05:10 +00:00
juno-onboarding :
description : A feature that shows juno onboarding flow.
hasExposure : true
exposureDescription : ""
variables :
enabled :
type : boolean
description : "if true, juno onboarding is shown to the user."
2022-03-27 14:13:49 +00:00
messaging :
description : "Configuration for the messaging system.\n\nIn practice this is a set of growable lookup tables for the\nmessage controller to piece together.\n"
hasExposure : true
exposureDescription : ""
variables :
actions :
type : json
description : A growable map of action URLs.
2022-04-04 17:45:48 +00:00
message-under-experiment :
type : string
description : Id or prefix of the message under experiment.
2022-03-27 14:13:49 +00:00
messages :
type : json
description : A growable collection of messages
2023-01-05 16:57:15 +00:00
notification-config :
type : json
description : Configuration of the notification worker for all notification messages.
2022-04-04 17:45:48 +00:00
on-control :
type : string
description : What should be displayed when a control message is selected.
enum :
2022-07-18 10:02:52 +00:00
- show-next-message
2022-07-22 04:08:27 +00:00
- show-none
2022-03-27 14:13:49 +00:00
styles :
type : json
description : "A map of styles to configure message appearance.\n"
triggers :
type : json
description : "A collection of out the box trigger expressions. Each entry maps to a valid JEXL expression.\n"
2022-08-23 22:41:04 +00:00
mr2022 :
description : Features for MR 2022.
hasExposure : true
exposureDescription : ""
variables :
sections-enabled :
type : json
description : This property provides a lookup table of whether or not the given section should be enabled.
2023-02-06 23:02:42 +00:00
nimbus-system :
2023-03-03 17:35:17 +00:00
description : "Configuration of the Nimbus System in Android.\n"
2023-02-06 23:02:42 +00:00
hasExposure : true
exposureDescription : ""
variables :
refresh-interval-foreground :
type : int
description : "The minimum interval in minutes between fetching experiment \nrecipes in the foreground.\n"
2022-03-27 14:13:49 +00:00
nimbus-validation :
description : A feature that does not correspond to an application feature suitable for showing that Nimbus is working. This should never be used in production.
hasExposure : true
exposureDescription : ""
variables :
settings-icon :
type : string
description : The drawable displayed in the app menu for Settings
settings-punctuation :
type : string
description : The emoji displayed in the Settings screen title.
settings-title :
type : string
description : The title of displayed in the Settings screen and app menu.
2023-01-17 18:39:02 +00:00
onboarding :
description : "A feature that configures the new user onboarding page. Note that onboarding is a **first run** feature, and should only be modified by first run experiments."
hasExposure : true
exposureDescription : ""
variables :
order :
type : json
description : Determines the order of the onboarding page panels
2023-01-11 02:32:21 +00:00
pre-permission-notification-prompt :
description : A feature that shows the pre-permission notification prompt.
hasExposure : true
exposureDescription : ""
variables :
enabled :
type : boolean
description : "if true, the pre-permission notification prompt is shown to the user."
2022-11-25 17:41:01 +00:00
re-engagement-notification :
2023-03-07 17:42:07 +00:00
description : A feature that shows the re-engagement notification if the user is inactive.
2022-11-25 17:41:01 +00:00
hasExposure : true
exposureDescription : ""
variables :
enabled :
type : boolean
description : "If true, the re-engagement notification is shown to the inactive user."
2023-03-07 17:42:07 +00:00
type :
type : int
description : The type of re-engagement notification that is shown to the inactive user.
2022-03-27 14:13:49 +00:00
search-term-groups :
description : A feature allowing the grouping of URLs around the search term that it came from.
hasExposure : true
exposureDescription : ""
variables :
enabled :
type : boolean
description : "If true, the feature shows up on the homescreen and on the new tab screen."
2022-04-20 15:29:57 +00:00
unified-search :
description : A feature allowing user to easily search for specified results directly in the search bar.
hasExposure : true
exposureDescription : ""
variables :
enabled :
type : boolean
description : "If true, the feature shows up in the search bar."