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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « testing/variations/fieldtrial_testing_config_mac.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "AutofillClassifier": [ 2 "AutofillClassifier": [
3 { 3 {
4 "group_name": "Enabled" 4 "group_name": "Enabled"
5 } 5 }
6 ], 6 ],
7 "AutofillFieldMetadata": [ 7 "AutofillFieldMetadata": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 444 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 } 455 }
456 ], 456 ],
457 "SignInPasswordPromo": [ 457 "SignInPasswordPromo": [
458 { 458 {
459 "group_name": "Enable", 459 "group_name": "Enable",
460 "params": { 460 "params": {
461 "dismissal_threshold": "1" 461 "dismissal_threshold": "1"
462 } 462 }
463 } 463 }
464 ], 464 ],
465 "SiteEngagement": [
466 {
467 "group_name": "AggressiveAccumulation",
468 "params": {
469 "bootstrap_points": "24",
470 "decay_period_in_hours": "2",
471 "decay_points": "0",
472 "decay_proportion": "0.984",
473 "first_daily_engagement_points": "1.5",
474 "hidden_media_playing_points": "0.01",
475 "high_engagement_boundary": "50",
476 "last_engagement_grace_period_in_hours": "1",
477 "max_decays_per_score": "4",
478 "max_points_per_day": "15",
479 "medium_engagement_boundary": "15",
480 "navigation_points": "1.5",
481 "score_cleanup_threshold": "0.5",
482 "user_input_points": "0.6",
483 "visible_media_playing_points": "0.06",
484 "web_app_installed_points": "5"
485 }
486 }
487 ],
465 "SpeculativeLaunchServiceWorker": [ 488 "SpeculativeLaunchServiceWorker": [
466 { 489 {
467 "enable_features": [ 490 "enable_features": [
468 "SpeculativeLaunchServiceWorker" 491 "SpeculativeLaunchServiceWorker"
469 ], 492 ],
470 "group_name": "Enabled" 493 "group_name": "Enabled"
471 }, 494 },
472 { 495 {
473 "group_name": "Disabled" 496 "group_name": "Disabled"
474 } 497 }
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
562 ], 585 ],
563 "use-new-media-cache": [ 586 "use-new-media-cache": [
564 { 587 {
565 "enable_features": [ 588 "enable_features": [
566 "use-new-media-cache" 589 "use-new-media-cache"
567 ], 590 ],
568 "group_name": "Enabled" 591 "group_name": "Enabled"
569 } 592 }
570 ] 593 ]
571 } 594 }
OLDNEW
« 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