Adsense 広告の表示時間を指定するためのJavascript です。
前略
<br />
<div id="get">
</div>
<script type="text/javascript">
setTimeout("adse()",5000);
function adse(){
var get = document.getElementById("get");
var newel = document.createElement("script");
newel.async = true;
newel.src = '//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js';
var inst = document.createElement("ins");
inst.className="adsbygoogle";
inst.style.cssText = "display:inline-block;width:300px;height:600px";
inst.setAttribute("data-ad-client", "ca-pub-0000000000000000");
inst.setAttribute("data-ad-slot", "0000000000");
newel.appendChild(inst);
get.appendChild(newel);
}
</script>
0 件のコメント:
コメントを投稿