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

Unified Diff: testing/variations/fieldtrial_testing_config_mac.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
Index: testing/variations/fieldtrial_testing_config_mac.json
diff --git a/testing/variations/fieldtrial_testing_config_mac.json b/testing/variations/fieldtrial_testing_config_mac.json
index 463907fecf50738904d70ad01e8baebc7abff475..07f96954f24cf34700cc9c19f408c14cf0b9931b 100644
--- a/testing/variations/fieldtrial_testing_config_mac.json
+++ b/testing/variations/fieldtrial_testing_config_mac.json
@@ -399,6 +399,29 @@
"group_name": "ExperimentYes"
}
],
+ "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_linux.json ('k') | testing/variations/fieldtrial_testing_config_win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698