diff --git a/tools/experiments/experiments.js b/tools/experiments/experiments.js index 6ab2f32b7688..24f48d4c61f7 100644 --- a/tools/experiments/experiments.js +++ b/tools/experiments/experiments.js @@ -383,6 +383,26 @@ const EXPERIMENTS = [ ' tasks if a previous micro task execution took too long', cleanupIssue: 'https://github.com/ampproject/amphtml/issues/23464', }, + { + 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: 'fix-inconsistent-responsive-height-selection', + name: 'Fix inconsistent responsive height selection.', + spec: 'https://github.com/ampproject/amphtml/issues/24166', + cleanupIssue: 'https://github.com/ampproject/amphtml/issues/24167', + }, + { + id: 'use-responsive-ads-for-responsive-sizing-in-auto-ads', + name: 'Use amp-ad responsive to make amp auto ads responsive.', + spec: 'https://github.com/ampproject/amphtml/issues/24168', + cleanupIssue: 'https://github.com/ampproject/amphtml/issues/24169', + }, ]; if (getMode().localDev) {