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
Test page: https://jsfiddle.net/6r217wza/
Native ads should not require size to be mentioned on adUnit. Above test page will work if you uncomment the adUnit.sizes
Debug mode shows callBids executed with no bidRequests. Were they filtered by labels or sizing?
Reason for filtering is here
The text was updated successfully, but these errors were encountered:
@jaiminpanchal27 the size mapping probably needs to be refactored. When I originally wrote it there was no such thing as mediaTypes, so it operates on adUnit.sizes alone. But now I guess it should expect and operate on one or the other?
Type of issue
Bug
Description
Test page: https://jsfiddle.net/6r217wza/
Native ads should not require size to be mentioned on adUnit. Above test page will work if you uncomment the adUnit.sizes
Debug mode shows
callBids executed with no bidRequests. Were they filtered by labels or sizing?
Reason for filtering is here
The text was updated successfully, but these errors were encountered: