2016-06-30 2 views
1

Firefox 및 ABP 플러그인으로 내 사이트에 광고가 표시되지 않습니다. 내 사이트에서만. (bbtsip.tv/home.html) 승인 된 광고 감지 계정이 있습니다. TagError : adsbygoogle.push() 오류 : Firefox에서 광고가로드되지 않음 7/8/10 (ABP 플러그인 포함) - 내 사이트에서만 사용 중지됨 - availableWidth = 0

은 관리자 오류입니다 availableWidth = 0

I have gone to AdSense Help Forum thinking that the 'AdSense Help Forum' wold be the right place to go for help with "ads" not loading, but i was very wrong abut that. it is for "easy answers to easy questions only" if the questions is a bit more complex they will try to answer the question by telling you about anther problems and avoiding the main issue! at all cost, even to the point they ignore you compliantly. i do not recommend seeking help from there, all the answers 'AdSense Help Forum' can give you, can be fund online without beaning insulted or ignored!

image

내가 내 사이트

을에서했던 테스트의 목록 없음 슬롯 크기
  1. "웹 사이트
  2. 편집기"에있는 내 웹 사이트에서 내 PC에서 Firefox로 광고를 볼 수 있습니다. 그러나 사이트를 게시 한 후에 광고는 나타나지 않습니다.
  3. 동일한 사이트 제작 업체의 다른 사이트에 액세스 할 수 있으며 웹 사이트 편집기에서 광고가 잘 표시됩니다. 그리고 게시 후 사이트 광고, 내 PC에서 좋은 표시됩니다.
  4. 프록시가 없습니다.
  5. 집 ISP "savilian".
  6. 라우터에서 광고가 차단됩니다. 아니,이 광고를 볼 수 있습니다.
  7. 인터넷 카페는 사용하지 않습니다.
  8. 정부가 광고에 대한 액세스를 차단하여 국가에 따라 다를 수 있으므로 다시 광고를 볼 수 있습니다.
  9. 컴퓨터 설정, 둘 이상의 PC도 새로 설치되었습니다.
  10. 브라우저 설정으로 다시 볼 수는 없지만 광고가 표시됩니다.
  11. 나는 동일한 ISP 연결 차이점을 시도했다.
  12. 내 사이트에서이 코드를 사용할 때 광고가 표시됨 좋지 않음, 광고를 마이닝 할 때마다로드되지 않는 경우 가끔씩 새로 고침 2 개 광고가 게재되는 경우가 많음 가끔씩 3 번 예 :

스타일

 .example_responsive_1 { width: 320px; height: 100px; } 
     @media(min-width: 500px) { .example_responsive_1 { width: 468px; height: 60px; } } 
     @media(min-width: 800px) { .example_responsive_1 { width: 728px; height: 90px; } } 

<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> 
     <!-- example_responsive_1 --> 
     <ins class="adsbygoogle example_responsive_1" 
      style="display:inline-block" 
      data-ad-client="ca-pub-XXXXXXX11XXX9" 
      data-ad-slot="8XXXXX1"></ins> 
     <script> 
     (adsbygoogle = window.adsbygoogle || []).push({}); 
     </script> 

는 나만 아니면이 패턴 같은 느낌 않습니다. 이 문제를 해결할 수있는 해결책이 있습니까? HTML 또는 CSS의 JS를 가리키는 것처럼 보입니다. 가능하다면 저에게 계몽하십시오.

답변

0

나는 업데이트/응답으로 돌아왔다 : 나의 문제를 일으키는 스크립트는 100 % 애드 센스 문제이다! 아래 모바일 광고 코드가 내 문제입니다.

<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> 
<script> 
    (adsbygoogle = window.adsbygoogle || []).push({ 
    google_ad_client: "ca-pub-xxxxxxxxxxxxx", 
    enable_page_level_ads: true 
    }); 
</script> 

위 내 사이트의 헤더에 모바일 광고를위한 애드 센스 스크립트입니다

<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> 
<!-- reponsive --> 
<ins class="adsbygoogle" 
    style="display:block" 
    data-ad-client="ca-pub-xxxxxxxxxxxxx" 
    data-ad-slot="xxxxxxxxxx" 
    data-ad-format="auto"></ins> 
<script> 
(adsbygoogle = window.adsbygoogle || []).push({}); 
</script> 

아래의 반응 형 광고 코드로 문제를 일으키는하고는 "error: TagError: adsbygoogle.push() error: No slot size for availableWidth=0의 원인이되는 모바일 광고 코드 "

다른 설정에서 to 코드를 함께 실행할 수 있는지는 여전히 알 수 없으므로 업데이트하겠습니다.