Skip to content

Commit fb88587

Browse files
Ramp AdSense/Google Ad Manager ptt experiment to 5% (ampproject#31017)
* Ramp AdSense/Google Ad Manager ptt experiment to 5% * fix lint error
1 parent 9d52e93 commit fb88587

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
"render-on-idle-fix": 1,
3939
"build-in-chunks": 1,
4040
"visibility-trigger-improvements": 1,
41-
"adsense-ptt-exp": 0.02,
42-
"doubleclick-ptt-exp": 0.02
41+
"adsense-ptt-exp": 0.1,
42+
"doubleclick-ptt-exp": 0.1
4343
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
"swg-gpay-native": 1,
3535
"amp-ad-no-center-css": 0,
3636
"analytics-chunks": 1,
37-
"adsense-ptt-exp": 0.02,
38-
"doubleclick-ptt-exp": 0.02
37+
"adsense-ptt-exp": 0.1,
38+
"doubleclick-ptt-exp": 0.1
3939
}

0 commit comments

Comments
 (0)