From 8a831ac93b1bb5fc9b7d5929b8d392dcabf5f4c0 Mon Sep 17 00:00:00 2001 From: Dima Voytenko Date: Mon, 23 Jul 2018 11:24:45 -0700 Subject: [PATCH] Launch amp-access-iframe experiment --- build-system/global-configs/canary-config.json | 1 + build-system/global-configs/prod-config.json | 1 + 2 files changed, 2 insertions(+) diff --git a/build-system/global-configs/canary-config.json b/build-system/global-configs/canary-config.json index 1e6b645b8d63..5d58a8ed1ff1 100644 --- a/build-system/global-configs/canary-config.json +++ b/build-system/global-configs/canary-config.json @@ -14,6 +14,7 @@ "expAdsenseA4A": 0.01, "a4aProfilingRate": 0.1, "ad-type-custom": 1, + "amp-access-iframe": 1, "amp-apester-media": 1, "amp-ima-video": 1, "amp-playbuzz": 1, diff --git a/build-system/global-configs/prod-config.json b/build-system/global-configs/prod-config.json index 53793e0fe580..54104b59048e 100644 --- a/build-system/global-configs/prod-config.json +++ b/build-system/global-configs/prod-config.json @@ -14,6 +14,7 @@ "expAdsenseA4A": 0.01, "a4aProfilingRate": 0.01, "ad-type-custom": 1, + "amp-access-iframe": 1, "amp-apester-media": 1, "amp-ima-video": 1, "amp-playbuzz": 1,