我正在尝试使用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一次全部加载了,加上几页后广告就停止展示。