-
Notifications
You must be signed in to change notification settings - Fork 3.9k
/
experiments-config.js
206 lines (206 loc) · 6.97 KB
/
experiments-config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
/**
* @fileoverview This file contains experiment configurations that are
* used in experiment.js. If you are launching a new feature, you should
* add an experiment block below including a descriptive id string, a
* description of the experiment, a link to the issue referencing the bug
* fixed or feature implemented by your experiment, as well as a cleanup
* issue to remove your experiment once completed.
*/
/** @const {!Array<!ExperimentDef>} */
export const EXPERIMENTS = [
{
id: 'alp',
name: 'Activates support for measuring incoming clicks.',
spec: 'https://github.com/ampproject/amphtml/issues/2934',
cleanupIssue: 'https://github.com/ampproject/amphtml/issues/4005',
},
{
id: 'amp-access-server',
name: 'AMP Access server side prototype',
spec: '',
cleanupIssue: 'https://github.com/ampproject/amphtml/issues/4000',
},
{
id: 'amp-access-jwt',
name: 'AMP Access JWT prototype',
spec: '',
cleanupIssue: 'https://github.com/ampproject/amphtml/issues/4000',
},
{
id: 'amp-base-carousel',
name: 'AMP extension for a basic, flexible, carousel',
spec: 'https://github.com/ampproject/amphtml/issues/20595',
},
{
id: 'amp-sidebar-v2',
name: 'Updated sidebar component with nested menu and animations',
spec: 'https://github.com/ampproject/amphtml/issues/25049',
cleanupIssue: 'https://github.com/ampproject/amphtml/issues/25022',
},
{
id: 'no-auth-in-prerender',
name: 'Delay amp-access auth request until doc becomes visible.',
spec: '',
cleanupIssue: 'https://github.com/ampproject/amphtml/issues/3824',
},
{
id: 'amp-lightbox-a4a-proto',
name: 'Allows the new lightbox experience to be used in A4A (prototype).',
spec: 'https://github.com/ampproject/amphtml/issues/7743',
},
{
id: 'analytics-browser-events',
name: 'Allows tracking of a custom set of browser events',
spec: 'https://github.com/ampproject/amphtml/pull/35193',
},
{
id: 'ios-fixed-no-transfer',
name: 'Remove fixed transfer from iOS 12.2 and up',
spec: 'https://github.com/ampproject/amphtml/issues/22220',
cleanupIssue: 'https://github.com/ampproject/amphtml/issues/22220',
},
{
id: 'web-worker',
name: 'Web worker for background processing',
cleanupIssue: 'https://github.com/ampproject/amphtml/issues/7156',
},
{
id: 'input-debounced',
name: 'A debounced input event for AMP actions',
cleanupIssue: 'https://github.com/ampproject/amphtml/issues/9413',
spec: 'https://github.com/ampproject/amphtml/issues/9277',
},
{
id: 'disable-rtc',
name: 'Disable AMP RTC',
spec: 'https://github.com/ampproject/amphtml/issues/8551',
},
{
id: 'inabox-position-api',
name: 'Position API for foreign iframe',
spec: 'https://github.com/ampproject/amphtml/issues/10995',
},
{
id: 'amp-story',
name: 'Visual storytelling in AMP (v0.1)',
spec: 'https://github.com/ampproject/amphtml/issues/11329',
cleanupIssue: 'https://github.com/ampproject/amphtml/issues/14357',
},
{
id: 'amp-next-page',
name: 'Document level next page recommendations and infinite scroll',
spec: 'https://github.com/ampproject/amphtml/issues/12945',
},
{
id: 'amp-story-branching',
name: 'Allow for the go to action, advance to, and fragment parameter URLs',
spec: 'https://github.com/ampproject/amphtml/issues/20083',
cleanupIssue: 'https://github.com/ampproject/amphtml/issues/20128',
},
{
id: 'iframe-messaging',
name: 'Enables "postMessage" action on amp-iframe.',
spec: 'https://github.com/ampproject/amphtml/issues/9074',
cleanupIssue: 'https://github.com/ampproject/amphtml/issues/14263',
},
{
id: 'amp-carousel-chrome-scroll-snap',
name: 'Enables scroll snap on carousel on Chrome browsers',
cleanupIssue: 'https://github.com/ampproject/amphtml/issues/16508',
},
{
id: 'chrome-animation-worklet',
name: 'Opts-in users into using AnimationWorklet',
cleanupIssue: 'X',
},
{
id: 'video-dock',
name: 'Enables <amp-video dock>',
spec: 'https://github.com/ampproject/amphtml/issues/14061',
cleanupIssue: 'https://github.com/ampproject/amphtml/issues/17161',
},
{
id: 'untrusted-xhr-interception',
name:
'Enable "xhrInterceptor" capability for untrusted viewers. ' +
'For development use only',
spec: 'N/A',
cleanupIssue: 'N/A',
},
{
id: 'amp-stream-gallery',
name: 'Enables component',
spec: 'https://github.com/ampproject/amphtml/issues/20595',
cleanupIssue: 'https://github.com/ampproject/amphtml/issues/26709',
},
{
id: 'a4a-no-signing',
name: 'Remove signing requirement for AMPHTML ads',
spec: 'https://github.com/ampproject/amphtml/issues/27189',
},
{
id: 'auto-ads-layout-callback',
name: 'Move ads placement into layoutCallback',
spec: 'https://github.com/ampproject/amphtml/issues/27068',
},
{
id: 'dfp-render-on-idle-cwv-exp',
name: 'To measure the CWV impact of ads idle rendering',
spec: 'https://github.com/ampproject/amphtml/issues/31436',
},
{
id: 'flexible-bitrate',
name: 'Adaptive bitrate algorithm for videos on documents from the AMPProject CDN',
spec: 'https://github.com/ampproject/amphtml/projects/111',
},
{
id: 'story-ad-placements',
name: 'Optimization of story ad placements',
spec: 'https://github.com/ampproject/amphtml/issues/33147',
},
{
id: 'story-ad-auto-advance',
name: 'Auto advancing story ads',
spec: 'https://github.com/ampproject/amphtml/issues/33969',
},
{
id: 'story-ad-page-outlink',
name: 'Story ad CTA page outlink',
spec: 'https://github.com/ampproject/amphtml/pull/35867',
},
{
id: 'amp-story-first-page-max-bitrate',
name: 'Decrease max bitrate for videos on first page',
spec: 'https://github.com/ampproject/amphtml/pull/35389',
},
{
id: 'story-disable-animations-first-page',
name: 'Disable animations on the first page that can artificially delay LCP reports',
spec: 'https://github.com/ampproject/amphtml/pull/35356',
},
{
id: 'story-load-inactive-outside-viewport',
name: 'Load inactive pages outside the viewport to prevent them from counting towards LCP when invisible',
spec: 'https://github.com/ampproject/amphtml/pull/35323',
},
{
id: 'story-video-cache-apply-audio',
name: 'Apply the hasAudio flag from cached videos on stories',
spec: 'https://github.com/ampproject/amphtml/pull/38285',
},
{
id: 'amp-story-subscriptions',
name: 'Enable paywall experiences in web stories by turning on amp-story-subscriptions extension',
spec: 'https://github.com/ampproject/amphtml/pull/38179',
},
{
id: 'attribution-reporting',
name: 'Enable new privacy preserving attribution reporting APIs',
spec: 'https://github.com/ampproject/amphtml/pull/35347',
},
{
id: 'interaction-to-next-paint',
name: 'Enable new INP metrics reporting on amp-analytics',
spec: 'https://github.com/ampproject/amphtml/issues/38470',
},
];