Skip to content
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

Issue with Rubicon adapter in case of no ad #123

Closed
jdelhommeau opened this issue Dec 2, 2015 · 1 comment
Closed

Issue with Rubicon adapter in case of no ad #123

jdelhommeau opened this issue Dec 2, 2015 · 1 comment
Assignees
Labels

Comments

@jdelhommeau
Copy link
Collaborator

Sometime Rubicon fastlane code send back a response stating no ads available.
This is not well interpreted by prebid.js which is looking for an ad and fail on the line 888:

                   var sizeArray = size.dim.split('x');

size is undefined, which cause an error:

Error parsing rubicon response bid: 'undefined' is not an object (evaluating 'size.dim')

This is the no ad response from Rubicon which is mis interpreted.

image

@hjeong12
Copy link
Contributor

hjeong12 commented Dec 8, 2015

fixed in #130

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants