GPT-enableLazyLoad选项会加载所有广告

时间:2018-10-15 14:15:54

标签: lazy-loading ads google-dfp gpt

我正在尝试使用this example中说明的新enableLazyLoad选项。

var slot;
window.googletag = window.googletag || {}
window.googletag.cmd = window.googletag.cmd || []
window.googletag.cmd.push(function() {
  slot = googletag.
            defineSlot('/#{AdsHelper::DFP_NETWORK_CODE}/#{ad_unit}', [#{x}, #{y}], '#{element_id}').
            addService(googletag.pubads());

  googletag.pubads().enableLazyLoad();
  googletag.enableServices();
});

googletag.cmd.push(function() {
  googletag.display('#{element_id}');
});

但是据我所知,广告https://staging.chefsfeed.com/guides一次全部加载了,加上几页后广告就停止展示。

0 个答案:

没有答案