<amp-iframe
width="600"
height="350"
layout="responsive"
sandbox="allow-scripts allow-same-origin allow-modals allow-popups allow-forms allow-top-navigation"
resizable
frameborder="0"
src="ARTICLE-URL-HERE"
>
<div
overflow
tabindex="0"
role="button"
aria-label="Show comments"
style="display: block;text-align: center;background: #1f87e5;color: #fff;border-radius: 4px;"
>
Show comments
</div>
</amp-iframe><amp-ad width="300" height="250" type="doubleclick" data-slot="/213794966/amp/{host}">
//host should not contain http, https or www.
<div placeholder></div>
<div fallback></div>
</amp-ad>amp-iframe documentation and amp-ad documentation add the required amp-iframe and amp-ad script to your document’s <head>. :<script async custom-element="amp-ad" src="https://cdn.ampproject.org/v0/amp-ad-0.1.js"></script>
<script async custom-element="amp-iframe" src="https://cdn.ampproject.org/v0/amp-iframe-0.1.js"></script>You can check working samples here
​