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

Side by Side 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 unified diff | Download patch
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 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 "params": { 392 "params": {
393 "dismissal_threshold": "1" 393 "dismissal_threshold": "1"
394 } 394 }
395 } 395 }
396 ], 396 ],
397 "SimpleCacheTrial": [ 397 "SimpleCacheTrial": [
398 { 398 {
399 "group_name": "ExperimentYes" 399 "group_name": "ExperimentYes"
400 } 400 }
401 ], 401 ],
402 "SiteEngagement": [
403 {
404 "group_name": "AggressiveAccumulation",
405 "params": {
406 "bootstrap_points": "24",
407 "decay_period_in_hours": "2",
408 "decay_points": "0",
409 "decay_proportion": "0.984",
410 "first_daily_engagement_points": "1.5",
411 "hidden_media_playing_points": "0.01",
412 "high_engagement_boundary": "50",
413 "last_engagement_grace_period_in_hours": "1",
414 "max_decays_per_score": "4",
415 "max_points_per_day": "15",
416 "medium_engagement_boundary": "15",
417 "navigation_points": "1.5",
418 "score_cleanup_threshold": "0.5",
419 "user_input_points": "0.6",
420 "visible_media_playing_points": "0.06",
421 "web_app_installed_points": "5"
422 }
423 }
424 ],
402 "SpeculativeLaunchServiceWorker": [ 425 "SpeculativeLaunchServiceWorker": [
403 { 426 {
404 "enable_features": [ 427 "enable_features": [
405 "SpeculativeLaunchServiceWorker" 428 "SpeculativeLaunchServiceWorker"
406 ], 429 ],
407 "group_name": "Enabled" 430 "group_name": "Enabled"
408 }, 431 },
409 { 432 {
410 "group_name": "Disabled" 433 "group_name": "Disabled"
411 } 434 }
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
510 ], 533 ],
511 "use-new-media-cache": [ 534 "use-new-media-cache": [
512 { 535 {
513 "enable_features": [ 536 "enable_features": [
514 "use-new-media-cache" 537 "use-new-media-cache"
515 ], 538 ],
516 "group_name": "Enabled" 539 "group_name": "Enabled"
517 } 540 }
518 ] 541 ]
519 } 542 }
OLDNEW
« 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