prebid / Prebid.js

Setup and manage header bidding advertising partners without writing code or confusing line items. Prebid.js is open source and free.
https://docs.prebid.org
Apache License 2.0
1.28k stars 2.05k forks source link

"Bid returned empty or error response" [RUBICON] #667

Closed marvinferreira closed 7 years ago

marvinferreira commented 7 years ago

Hi!

I'm creating a POC using Rubicon platform. They created our header bidding setup on Rubicon's side and now we are trying to make it work with an small ad example.

My POC snippet (with our full configuration) are available in: https://jsfiddle.net/nivram/yywqmhoq/

In our AD OP side we have only one variable called 'hp_pb_rubicon' with values: 0.20, 0.05, 0.20, 2.00.

I dont know what's happening and it get no erros so I'm a bit lost!

Thank you in advance!!

mkendall07 commented 7 years ago

@marvinferreira It's possible that Rubicon won't bid on jsfiddle.net. Have you tried setting up a test page on your domain?

marvinferreira commented 7 years ago

Hi!

I think that's possible because I saw some fiddles that could make it work like: http://fiddle.jshell.net/prebid/bp9magow/11/light/

=/

mkendall07 commented 7 years ago

The response from Fastlane is this: "ads": [{ "status": "error", "reason": "internal-error", "error_code": "15", "impression_id": "996d5e16-869a-4fdf-a0fc-5911194d1495" }]

You should contact Rubicon support to find out what this means.

marvinferreira commented 7 years ago

Thank you I'll talk to them.

bretg commented 7 years ago

This site ID is set up to filter requests from referrers other than certain URLs registered. Error_code 15 is explained as 'NO_REFERRER_MATCH' in an HTTP header, meaning it didn't like the referring URL in this case jsfiddle.

X-Rubicon-StatusCode:NO_REFERRER_MATCH_PSA

marvinferreira commented 7 years ago

Thank you bretg, I've already fixed it with rubicon support, now I'm getting it work but still having problem with the return of creative, I'm working on it right now, maybe soon I'll came back here! :)

Thanks for help guys!