Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AdSense/Doubleclick remove delay request experiments #16623

Merged
merged 3 commits into from Jul 10, 2018

Conversation

keithwrightbos
Copy link
Contributor

Added in #16136 and being removed as unlaunchable

* @visibleForTesting
*/
export const DELAY_REQUEST_EXP_BRANCHES = {
'21062224': true, // control, delay by renderOutsideViewport
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove all server side references to these experiments.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will do

@@ -301,12 +288,6 @@ export class AmpAdNetworkDoubleclickImpl extends AmpA4A {
return this.isAmpAdElement();
}

/** @override */
delayAdRequestEnabled() {
return getExperimentBranch(this.win, RENDER_IDLE_DELAY_REQUEST_EXP) ==
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just want to doublecheck that the intent here is to fully delete, as opposed to in the adsense impl where it just returns true

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

confirmed

@keithwrightbos keithwrightbos merged commit 3cf0f5a into ampproject:master Jul 10, 2018
@keithwrightbos keithwrightbos deleted the stop_a4a_df_exp branch July 10, 2018 13:44
@codecov-io
Copy link

Codecov Report

Merging #16623 into master will increase coverage by 0.98%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master   #16623      +/-   ##
==========================================
+ Coverage   77.11%    78.1%   +0.98%     
==========================================
  Files         550      551       +1     
  Lines       40274    40362      +88     
==========================================
+ Hits        31059    31523     +464     
+ Misses       9215     8839     -376
Flag Coverage Δ
#integration_tests 35.3% <ø> (+22.77%) ⬆️
#unit_tests 77.19% <100%> (+0.08%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ab3088e...afa79af. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants