Skip to content

Commit

Permalink
Add experiment definitions for a few ads related issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
riklund committed Aug 23, 2019
1 parent 128b699 commit 7270308
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions tools/experiments/experiments.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 7270308

Please sign in to comment.