-
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
404 from haso.pubmatic.com with PubMatic adapter #73
Comments
Hi @adamnewsnow, Can you share your bidder settings that you are using for PubMatic? Feel free to message me privately. |
@adamnewsnow, we've run into the same problem when running on localhost:xxxx. The |
Hi - no not running on localhost or with a port specified. NB we've also discovered that PubMatic's gshowad.js contains a hardcoded list of publisher IDs - maybe they need to whitelist us in order for us to be able to use prebid.org? |
Sorry on the delay - do you mind emailing us the tag ID setup that's causing the problem? - paul@prebid.org Thanks! |
I'm going to close this issue, it turns out that PubMatic needs to whitelist the pub before they can use the Adapter. We should add a note in the adapter page for it. |
…13.0 to master * commit '7d32ed18c8636d9241ef8b299b6abd885536db69': (27 commits) Add changelog entry. Prebid 0.18.0 Release Add Criteo adapter (prebid#928) add an event that fires when requestBids is called (prebid#939) Xaxis adapter submitted by Daniel hoffmann (prebid#938) Add flash detection to TripleLift adapter (prebid#855) OpenX Adapter: Fixed bug regarding cross-domain iframe support (prebid#931) Emit event when setTargetingForGPTAsync is called (prebid#873) Maintenance/refactor hb deal (prebid#935) Reset hb_* keys only for registered aduniits (prebid#934) update code style - smartyads adapter Catch errors in bidsBackHandler. Also fix test cleanup in pbjs api spec. (prebid#905) Smartyads Adapter (prebid#895) Appnexus targeting function (prebid#920) There are 2 changes- (prebid#913) Adding support for all AST parameters (prebid#923) GumGum adapter - include the bid timeout as `tmax` (prebid#908) Add pixel size (prebid#892) enable postMessage listener for cross-domain iframe support (prebid#885) Add Sharethrough adapter (prebid#865) ...
Hi,
We're testing prebid.org and trying to get it set up to integrate with our PubMatic account.
We see a request go off to http://ads.pubmatic.com/AdServer/js/gshowad.js OK, but that generates a request to, eg:
http://haso.pubmatic.com/ads//GRPBID/index.html?SAVersion=1000&pageURL=&inIframe=1&pubId=&kltstamp=2015-10-20%2018%3A55%3A42&timezone=2&screenResolution=2560x1440&ranreq=0.7003979368600994&adslots=&lmk=1445360142996
...but that results in a 404. Consequently, progKeyValueMap is not populated a JS error results.
Can you suggest what the problem could be here?
The text was updated successfully, but these errors were encountered: