You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
does not safely execute. If googletag = {}, then googletag.pubads is undefined. Calling it as a function will throw an error, so the conditional should check that it's a function ahead of time:
…4.0 to master
* commit '5e7eec42d84ec5de47a28ba493a9357b595761d3':
CHANGELOG.
New adapter.
0.13.1 release
add an --https flag to run local dev server over https (prebid#670)
test ie variant of url parse pathname (prebid#669)
Prevent SpringServe TypeError (prebid#663)
XDomainRequest does not support `readyState` and was not executing the callback. (prebid#668)
Prevent Sovrn TypeError (prebid#664)
Prevent TripleLift TypeError (prebid#662)
fixed bug with using non standard "standard" keys and sendAllBids (prebid#665)
Initial value 0 for adder. (prebid#656)
Prevent bidmanager TypeError (prebid#661)
Prevent Pubmatic TypeError (prebid#666)
Size mapping functionality (prebid#651)
Added '320x80': 59, '320x320': 72, '320x160': 73 to RUBICON_SIZE_MAP (prebid#649)
Add defy alias + increment version. (prebid#650)
Add additional sizes to rubicon size mapping (prebid#646)
This conditional
does not safely execute. If
googletag = {}
, thengoogletag.pubads
isundefined
. Calling it as a function will throw an error, so the conditional should check that it's a function ahead of time:The text was updated successfully, but these errors were encountered: