如何在本地IP地址上运行Google Adsence帐户?
这在本地服务器上运行良好,但我想在IP地址上运行。
以下是IP地址: - http://112.196.9.214:8021 在索引页面上,我已经放置了谷歌的广告代码。
Google Adsence Code:
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js">
</script>
<ins class="adsbygoogle"
style="display:inline-block;width:336px;height:280px"
google-ad-client="ca-pub-1672130412430902"
google-ad-slot="5663592879"
google-ad-width=120
google-ad-height=240
google-ad-format="auto">
</ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</body>
</html>