Commit 367c2c5c authored by Donn Denman's avatar Donn Denman Committed by Commit Bot

[TTS] Update IPHs in fieldtrial_testing_config

Updates the IPH param settings in the testing config file to
add the Translations IPH and move the IPH parameters for Longpress
into their own experiment. This reflects the Finch config layout
we are planning, which gets around the limitation of having an
IPH for each experiment when they are both active.

BUG=1121867,1086724,1120080

Change-Id: I5d9758845bef2f84ac5a245c1b6967a1bcf7b908
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2477427Reviewed-by: default avatarTheresa  <twellington@chromium.org>
Reviewed-by: default avatarDonn Denman <donnd@chromium.org>
Reviewed-by: default avatarRobert Kaplow <rkaplow@chromium.org>
Auto-Submit: Donn Denman <donnd@chromium.org>
Commit-Queue: Robert Kaplow <rkaplow@chromium.org>
Cr-Commit-Position: refs/heads/master@{#817986}
parent 86c32d98
......@@ -147,6 +147,27 @@
]
}
],
"AndroidInProductHelpContextualSearchPromoteLongpress": [
{
"platforms": [
"android"
],
"experiments": [
{
"name": "PromoteLongpressExperiment",
"params": {
"availability": "any",
"event_trigger": "name:longpress_bubble_shown;comparator:<6;window:90;storage:90",
"event_used": "name:contextual_search_panel_opened_after_longpress;comparator:==0;window:365;storage:365",
"session_rate": "<1"
},
"enable_features": [
"IPH_ContextualSearchTappedButShouldLongpress"
]
}
]
}
],
"AndroidInProductHelpContextualSearchPromotePanelOpen": [
{
"platforms": [
......@@ -1829,16 +1850,8 @@
"experiments": [
{
"name": "ContextualSearchLongpressResolve",
"params": {
"availability": "any",
"event_longpress_opened": "name:contextual_search_panel_opened_after_longpress;comparator:==0;window:365;storage:365",
"event_trigger": "name:longpress_bubble_shown;comparator:<3;window:90;storage:90",
"event_used": "name:contextual_search_triggered_by_longpress;comparator:==0;window:90;storage:90",
"session_rate": "any"
},
"enable_features": [
"ContextualSearchLongpressResolve",
"IPH_ContextualSearchTappedButShouldLongpress"
"ContextualSearchLongpressResolve"
]
}
]
......@@ -1852,8 +1865,15 @@
"experiments": [
{
"name": "ContextualSearchTranslations",
"params": {
"availability": "any",
"event_trigger": "name:translations_bubble_shown;comparator:<5;window:90;storage:90",
"event_used": "name:contextual_search_enabled_opt_in;comparator:==0;window:365;storage:365",
"session_rate": "<1"
},
"enable_features": [
"ContextualSearchTranslations"
"ContextualSearchTranslations",
"IPH_ContextualSearchTranslationEnable"
]
}
]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment