From c6c2a2413ef765213d69910e5ca9d6d7e765b86c Mon Sep 17 00:00:00 2001 From: Chiara Chiappini Date: Wed, 6 Mar 2019 22:04:16 +0000 Subject: [PATCH] Update amp-story-auto-ads.md (#21230) --- extensions/amp-story-auto-ads/amp-story-auto-ads.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/extensions/amp-story-auto-ads/amp-story-auto-ads.md b/extensions/amp-story-auto-ads/amp-story-auto-ads.md index c9268e1ed7a7..fade50d4906f 100644 --- a/extensions/amp-story-auto-ads/amp-story-auto-ads.md +++ b/extensions/amp-story-auto-ads/amp-story-auto-ads.md @@ -26,10 +26,6 @@ limitations under the License. Dynamically inserts ads into a Story. - - - - @@ -48,7 +44,7 @@ If you are interested in creating an ad for the AMP Story platform, [refer to ou ## Behavior `amp-story-auto-ads` extension dynamically inserts ads (implemented as `amp-ad`) -into the story while content is being consumed by the user. +into the story while content is being consumed by the user. The current algorithm expects at least a story containing 7 pages. Each `amp-ad` is inserted as a full screen story page. To prevent showing blank/unloaded ads, the ad is pre-rendered completely in the background before
AvailabilityExperimental
Required Script <script async custom-element="amp-story" src="https://cdn.ampproject.org/v0/amp-story-1.0.js"></script>