Skip to content

Commit 77ced1d

Browse files
authored
Ramp json targeting expansion experiment to 100% (ampproject#29832)
* 100% * canary too
1 parent 28f75c8 commit 77ced1d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build-system/global-configs/canary-config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"chunked-amp": 1,
2424
"doubleclickSraExp": 0.01,
2525
"doubleclickSraReportExcludedBlock": 0.1,
26+
"expand-json-targeting": 1,
2627
"fix-inconsistent-responsive-height-selection": 0,
2728
"fixed-elements-in-lightbox": 1,
2829
"flexAdSlots": 0.05,

build-system/global-configs/prod-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"chunked-amp": 1,
2323
"doubleclickSraExp": 0.01,
2424
"doubleclickSraReportExcludedBlock": 0.1,
25-
"expand-json-targeting": 0.1,
25+
"expand-json-targeting": 1,
2626
"fix-inconsistent-responsive-height-selection": 0,
2727
"fixed-elements-in-lightbox": 1,
2828
"flexAdSlots": 0.05,

0 commit comments

Comments
 (0)