Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(287)

Unified Diff: testing/variations/fieldtrial_testing_config_win.json

Issue 2321433002: Add SiteEngagement experiment to field trial config. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « testing/variations/fieldtrial_testing_config_mac.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/variations/fieldtrial_testing_config_win.json
diff --git a/testing/variations/fieldtrial_testing_config_win.json b/testing/variations/fieldtrial_testing_config_win.json
index ce698c49a139887a8100d8d61b9eebc3408701fe..441ba1b768a8e801d89a16b88ae6d0556aaf1b40 100644
--- a/testing/variations/fieldtrial_testing_config_win.json
+++ b/testing/variations/fieldtrial_testing_config_win.json
@@ -462,6 +462,29 @@
}
}
],
+ "SiteEngagement": [
+ {
+ "group_name": "AggressiveAccumulation",
+ "params": {
+ "bootstrap_points": "24",
+ "decay_period_in_hours": "2",
+ "decay_points": "0",
+ "decay_proportion": "0.984",
+ "first_daily_engagement_points": "1.5",
+ "hidden_media_playing_points": "0.01",
+ "high_engagement_boundary": "50",
+ "last_engagement_grace_period_in_hours": "1",
+ "max_decays_per_score": "4",
+ "max_points_per_day": "15",
+ "medium_engagement_boundary": "15",
+ "navigation_points": "1.5",
+ "score_cleanup_threshold": "0.5",
+ "user_input_points": "0.6",
+ "visible_media_playing_points": "0.06",
+ "web_app_installed_points": "5"
+ }
+ }
+ ],
"SpeculativeLaunchServiceWorker": [
{
"enable_features": [
« no previous file with comments | « testing/variations/fieldtrial_testing_config_mac.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698