Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save aungsoeo/1e605302cccf32aecf53f11b4246dfa4 to your computer and use it in GitHub Desktop.
Save aungsoeo/1e605302cccf32aecf53f11b4246dfa4 to your computer and use it in GitHub Desktop.
Sample Google AdSense Code
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<ins class="adsbygoogle"
style="display:block; text-align:center;"
data-ad-format="fluid"
data-ad-layout="in-article"
data-ad-client="ca-pub-0123456789101112"
data-ad-slot="9876543210"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment