Skip to content

Instantly share code, notes, and snippets.

@topleague
Created November 21, 2017 07:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save topleague/3a4a55c925ab1de267361d08dc2cbd57 to your computer and use it in GitHub Desktop.
Save topleague/3a4a55c925ab1de267361d08dc2cbd57 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>
@Vixti2
Copy link

Vixti2 commented Mar 28, 2024

Google ads html code is not a markdown to it format

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment