애드센스 클릭율을 높이기위해 중요부위 가리기
애드센스 클릭율이 저조해서 중요부위를 아래코드로 살짝 가려봤습니다.
결과가 어떨런지??
<div id="downloadcounter" style="position:absolute;top:0px;left:0px;z-index:1000;background:#fff;">
<table style="font-size: 12px;" width="208">
<tr><td align="center">Please wait</td></tr>
<tr><td align="center"><div id="countdown" style="font-size: 24px; font-weight: bold; font-family: arial;" class="orange">10</div></td></tr>
<tr><td align="center">seconds</td></tr>
</table>
<script type="text/javascript">
count=6;
function countdown()
{
if (count > 0)
{
count--;
if(count == 0)
{
document.getElementById('downloadlink').style.display = '';
document.getElementById('downloadcounter').style.display = 'none';
}
if(count > 0)
{
document.getElementById("countdown").innerHTML = count;
setTimeout('countdown()',1000);
}
}
}
countdown();
</script>
</div>
<div class="btn-regularDownload" id="downloadlink"><a href="join1.asp?pb=2&PID=c8068b73-cf38-496e-a634-aac518587aac&lbd=1&ts=3/8/2010 8:38:10 AM&q=Serv U 9 crack final&cr=1">Downlink</a></div>
댓글 3개
카우리가 광고는 몇개 없어도 동일 페이지뷰에 수익률은 에드센스의 2~3배 됩니다.
일부라도 다른 컨텐츠 및 레이아웃 요소가 애드센스를 가리면
계약위배이므로 해지가 된다고 나와 있습니다.
저렇게는 하지 않으셨으면 합니다.
게시글 목록
| 번호 | 제목 |
|---|---|
| 1717652 | |
| 1717651 | |
| 1717650 | |
| 1717648 | |
| 1717635 | |
| 1717629 | |
| 1717626 | |
| 1717625 | |
| 1717621 | |
| 1717619 | |
| 1717611 | |
| 1717610 | |
| 1717609 | |
| 1717607 | |
| 1717601 | |
| 1717598 | |
| 1717591 | |
| 1717590 | |
| 1717583 | |
| 1717575 | |
| 1717572 | |
| 1717568 | |
| 1717566 | |
| 1717549 | |
| 1717545 | |
| 1717533 | |
| 1717512 | |
| 1717511 | |
| 1717508 | |
| 1717495 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기