I’m looking into this issue as well. I’m trying to implement AMP auto ads on my site as well. https://support.google.com/adsense/answer/7334859?hl=en
So from what I understand, if I insert this:
[ADINSERTER AMP]
<head>
<script async custom-element=”amp-auto-ads” src=”https://cdn.ampproject.org/v0/amp-auto-ads-0.1.js”></script>
Into the header section of the plugin, and
[ADINSERTER AMP]
<body>
<amp-auto-ads type=”adsense” data-ad-client=”ca-pub-x1x1x1x1x1x1x1x1″></amp-auto-ads>
into the footer section of the plugin, this should start displaying auto ads, correct? Did I do this correctly?