Skip to content

Commit

Permalink
Update amp-story-auto-ads.md (ampproject#21230)
Browse files Browse the repository at this point in the history
  • Loading branch information
kul3r4 authored and bramanudom committed Mar 22, 2019
1 parent 09af523 commit c6c2a24
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions extensions/amp-story-auto-ads/amp-story-auto-ads.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ limitations under the License.
Dynamically inserts ads into a Story.

<table>
<tr>
<td width="40%"><strong>Availability</strong></td>
<td>Experimental</td>
</tr>
<tr>
<td width="40%"><strong>Required Script</strong></td>
<td><code>&lt;script async custom-element="amp-story" src="https://cdn.ampproject.org/v0/amp-story-1.0.js">&lt;/script></code></td>
Expand All @@ -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
Expand Down

0 comments on commit c6c2a24

Please sign in to comment.