How to put adsense in the middle of Blogger with amp auto ads
Table of Contents
Solutions you can use auto ads amp to make that, auto ads use random ads between blogger blogpost in paragraph tags and in homepages configurated in json in amp-auto-ads.js. You can place below code before head tag
</head>And put below code after <body> (the first child after <body> tag)
<script async custom-element="amp-auto-ads" src="https://cdn.ampproject.org/v0/amp-auto-ads-0.1.js"></script>
Related: loading
<amp-auto-adsChange id with your code ca-pub-id on your adsense account.
type="adsense"
data-ad-client="ca-pub-id">
</amp-auto-ads>
Post a Comment