-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ix/indexExchange ignores unit if media type is not set #2574
Comments
@dmitriyshashkin Not able to reproduce. Here is the test page https://jsfiddle.net/8z103Lpc/ |
This happens with us as well. Also if the size is not set as a param (bidder param), will error out. |
There should also be some sort of communication that |
Hi @jaiminpanchal27, The |
regarding @rachelrj 's and @aprakash-sovrn's comments about size - I found the docs ambiguous, and opened an issue over here: #2590 I think (hope) the docs might have a typo |
@ix-prebid-support, are you able to shed light on some of these issues? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Type of issue
Bug
Description
According to the docs, media type field for ad unit is optional. Yet ixBidAdapter expects it to bet, otherwise, it just ignores that banner. Seen a major drop in impressions since updated to 1.x
Steps to reproduce
Create an ad unit, add ix to bidders, do not specify the media type.
Test page
Expected results
Index competes for the impression
Actual results
Index excludes this unit from bid request. "Imp" field in https request to cygnus server is empty
Platform details
Prebid 1.11
The text was updated successfully, but these errors were encountered: