Created
December 20, 2017 12:55
-
-
Save iqbalmauludy/04fc37bd6211772ed4bf65d9e42662f5 to your computer and use it in GitHub Desktop.
Contoh sample kode dari Google Adsense
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> | |
| <script> | |
| (adsbygoogle = window.adsbygoogle || []).push({ | |
| google_ad_client: "ca-pub-76782292xxxxxxxx", | |
| enable_page_level_ads: true | |
| }); | |
| </script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment