
## Google Ads Dependency
    <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> 


## Ads Push
    <script>(adsbygoogle = window.adsbygoogle || []).push({});</script>

## Insert Structure

  class
    adsbygoogle
  style
    display:block
  data-ad-client
    Publisher Id
  data-ad-slot
    Ad slot
  data-ad-format
    Display Ads     : auto
    InArticle Ads   : fluid
    Matched Content : autorelaxed
    Link Ads        : link
    InFeed Ads      : fluid
  data-full-width-responsive
    Display Ads     : true
    Link Ads        : true
  data-ad-layout-key
    In Feed Ads     : key value

  data-auto-format
    AMP Ads         : rspv
  data-full-width
    AMP Ads         

<!-- Display Ads -->
<ins class="adsbygoogle"
     style="display:block"
     data-ad-client="ca-pub-xxx"
     data-ad-slot="xxx"
     data-ad-format="auto"
     data-full-width-responsive="true"></ins>

<!-- In Article ADs -->
<ins class="adsbygoogle"
    style="display:block; text-align:center;"
    data-ad-layout="in-article"
    data-ad-format="fluid"
    data-ad-client="ca-pub-xxx"
    data-ad-slot="xxx"></ins>

<!-- Matched Content -->
<ins class="adsbygoogle"
     style="display:block"
     data-ad-format="autorelaxed"
     data-ad-client="ca-pub-xxx"
     data-ad-slot="xxx"></ins>

<!-- Link Ads -->
<ins class="adsbygoogle"
     style="display:block"
     data-ad-client="ca-pub-xxx"
     data-ad-slot="xxx"
     data-ad-format="link"
     data-full-width-responsive="true"></ins>

<!-- In Feed Ads -->
<ins class="adsbygoogle"
     style="display:block"
     data-ad-format="fluid"
     data-ad-layout-key="-f9+4w+7x-eg+3a"
     data-ad-client="ca-pub-xxx"
     data-ad-slot="xxx"></ins>


<!-- Amp Ad -->
<amp-ad width="100vw" height=320
     type="adsense"
     data-ad-client="ca-pub-xxx"
     data-ad-slot="xxx"
     data-auto-format="rspv"
     data-full-width>
  <div overflow></div>
</amp-ad>