Skip to content

Instantly share code, notes, and snippets.

@dreamark
Last active June 2, 2016 18:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dreamark/b4ab27af4517199c3da353f3a9775c97 to your computer and use it in GitHub Desktop.
Save dreamark/b4ab27af4517199c3da353f3a9775c97 to your computer and use it in GitHub Desktop.
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- 広告ユニット名 -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-×××"
data-ad-slot="×××"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- 広告ユニット名 -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-×××"
data-ad-slot="×××"
data-ad-format="rectangle"></ins> ここのautoをrectangleに書き換えます。
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment