Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.41K
~1K People Reached
Favorite Forums
Favorite Tags
Member Avatar for Dani

I am using GAM as so: <script async src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script> <script> window.googletag = window.googletag || {cmd: []}; googletag.cmd.push(function() { googletag.defineSlot('/86406173/ArticleLeaderboard', leader_size, 'div-gpt-ad-1321481451196-0').addService(googletag.pubads()); // etc. googletag.pubads().collapseEmptyDivs(); googletag.pubads().enableLazyLoad(); googletag.pubads().enableLazyLoad({ fetchMarginPercent: 200, renderMarginPercent: 100, mobileScaling: 2.0 }); googletag.pubads().enableSingleRequest(); googletag.enableServices(); }); </script> Is there a conflict of interest between `enableLazyLoad()` and `enableSingleRequest()`? Thanks!

Member Avatar for aanchal_890
0
1K