From 6f71fff4a3a34c07b7aa53ebebd513291373d1fa Mon Sep 17 00:00:00 2001 From: alanorozco Date: Sun, 1 Aug 2021 00:02:15 +0000 Subject: [PATCH 1/3] (2021-01-20, a9e277820) `adsense-ad-size-optimization`: 1 Previous history on prod-config.json: - a9e277820 - 2021-01-20T20:47:24+00:00 - Ramp up the adsense-ad-size-optimization experiment to 100%. --- build-system/global-configs/canary-config.json | 1 - build-system/global-configs/prod-config.json | 1 - tools/experiments/experiments-config.js | 8 -------- 3 files changed, 10 deletions(-) diff --git a/build-system/global-configs/canary-config.json b/build-system/global-configs/canary-config.json index 9ac20136c8d7..1c9c00ba9462 100644 --- a/build-system/global-configs/canary-config.json +++ b/build-system/global-configs/canary-config.json @@ -5,7 +5,6 @@ "allow-url-opt-in": [], "canary": 1, "a4aProfilingRate": 0.01, - "adsense-ad-size-optimization": 1, "doubleclickSraExp": 0.01, "doubleclickSraReportExcludedBlock": 0.1, "dfp-render-on-idle-cwv-exp": 1, diff --git a/build-system/global-configs/prod-config.json b/build-system/global-configs/prod-config.json index 5064ddbe2ea5..6e13bebf32da 100644 --- a/build-system/global-configs/prod-config.json +++ b/build-system/global-configs/prod-config.json @@ -5,7 +5,6 @@ "allow-url-opt-in": [], "canary": 0, "a4aProfilingRate": 0.01, - "adsense-ad-size-optimization": 1, "doubleclickSraExp": 0.01, "doubleclickSraReportExcludedBlock": 0.1, "flexAdSlots": 0.05, diff --git a/tools/experiments/experiments-config.js b/tools/experiments/experiments-config.js index 8d308a2b5974..bc788043058f 100644 --- a/tools/experiments/experiments-config.js +++ b/tools/experiments/experiments-config.js @@ -138,14 +138,6 @@ export const EXPERIMENTS = [ spec: 'N/A', cleanupIssue: 'N/A', }, - { - id: 'adsense-ad-size-optimization', - name: - 'Per publisher server side settings for changing the ad size ' + - 'to responsive.', - spec: 'https://github.com/ampproject/amphtml/issues/23568', - cleanupIssue: 'https://github.com/ampproject/amphtml/issues/24165', - }, { id: 'amp-stream-gallery', name: 'Enables component', From b082b81baa4822eb3fe0db64958158608e214ca7 Mon Sep 17 00:00:00 2001 From: alanorozco Date: Sun, 1 Aug 2021 00:02:15 +0000 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=9A=AE=20Sweep=20experiments=20older?= =?UTF-8?q?=20than=202021-02-01?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sweep experiments last flipped globally up to 2021-02-01: - (2021-01-20, a9e277820) `adsense-ad-size-optimization`: 1 --- ### Cleanup issues Close these once they've been addressed and this PR has been merged: - [ ] `adsense-ad-size-optimization`: #24165 From 48bfd58b20f8b348e70b9b32293187b711017cf9 Mon Sep 17 00:00:00 2001 From: Alan Orozco Date: Tue, 3 Aug 2021 11:36:01 -0700 Subject: [PATCH 3/3] empty commit to trigger ci