반응형
https://developers.google.com/publisher-tag/samples/lazy-loading?hl=ko
위 링크에 상세한 방법이 있다
핵심은 아래와 같다.
googletag.defineSlot('/123456789/inventory, [[300, 100], element)
.setTargeting('local', 'lazyload')
.addService(googletag.pubads());
googletag.pubads().enableLazyLoad();
googletag.pubads().enableLazyLoad({
fetchMarginPercent: 50,
renderMarginPercent: 20,
mobileScaling: 2.0
});
googletag.enableServices();
});
- googletag.defineSlot().setTargeting()
- googletag.pubads().enableLazyLoad()
마지막으로 fetchMarginPercent 값에 어느시점에 광고를 읽어들일지 설정해 준다
데모 페이지 : https://googleads.github.io/google-publisher-tag-samples/lazy-loading/js/demo.html
728x90
반응형
'기타' 카테고리의 다른 글
[경동 나비엔] 보일러 콘트롤러 통신장애 자가 교체 방법 (0) | 2024.01.08 |
---|---|
[ChromeCast] 삼성 갤럭시 크롬캐스트로 미러링이 안될경우 (0) | 2023.06.06 |
도시바 하드디스크 보증기간(Warranty) 확인 (0) | 2023.03.06 |
[Google SEO] 스크립트 document.write() 대체하기 (0) | 2023.02.23 |
[아웃룩] olm파일 윈도우 아웃룩으로 옮기기 (0) | 2023.01.18 |