PBS adapter not sending app or device#2206
Conversation
|
While testing my s2s fork, the error I was seeing was saying it needed either "app" or "page". I just pulled commit 428c125 , and, locally, added the one line change to also send page, which is what I need in my test scenario. This worked fine for me :
|
|
ready for review |
|
thanks @muncha - updated to include page |
|
Code looks good. I'm a bit puzzled by the build failure for standard/object-curly-even-spacing since when I run lint locally on the PR, it passses |
|
yeah that is weird. I'll check into it |
|
not sure why my local lint wasn't picking up the bad style either. I fixed it so travis is happy now though. |
|
Maybe it makes sense for the request that I made in #2243 to include vastUrl to be included with this? |
|
Thank you @mike-chowla |
* 'master' of https://github.com/prebid/Prebid.js: (76 commits) Updated adUnitCode (prebid#2262) vastUrl is set based on nurl for video. (prebid#2249) Added ad id to a4g bid (prebid#2250) Add billing url (burl) support (prebid#2246) Fix: add mediatype in bid response (prebid#2260) use b64EncodeUnicode to encode strings with unicode chars in them (prebid#2245) create RELEASE_SCHEDULE.md (prebid#2255) Update Platform.io Adapter (prebid#2230) Update Lifestreet adapter to 1.0 (prebid#2197) PBS adapter not sending app or device (prebid#2206) Fix prebid#2229 - Edge cookie string form (prebid#2236) Add Invibes Adapter (prebid#2202) Increment pre version Prebid 1.5.0 Release Fix cross-platform test failures (prebid#2228) Fix uncahced video bids from multi-response array triggering callback early (prebid#2219) Add vuble adapter (prebid#2201) Update Vidazoo domain (prebid#2223) InSkin Bid Adapter: remove referrer field from request body (prebid#2217) Gamma Support UserSync Endpoint (prebid#2216) ...
* master: Audience Network: Add 'pbv' and 'cb' query params (prebid#2252) Add e-planning analytics adapter (prebid#2211) Add vastUrl for Gamma Adapter Video (prebid#2261) update params for test bid (prebid#2267) Updated adUnitCode (prebid#2262) vastUrl is set based on nurl for video. (prebid#2249) Added ad id to a4g bid (prebid#2250) Add billing url (burl) support (prebid#2246) Fix: add mediatype in bid response (prebid#2260) use b64EncodeUnicode to encode strings with unicode chars in them (prebid#2245) create RELEASE_SCHEDULE.md (prebid#2255) Update Platform.io Adapter (prebid#2230) Update Lifestreet adapter to 1.0 (prebid#2197) PBS adapter not sending app or device (prebid#2206) Fix prebid#2229 - Edge cookie string form (prebid#2236) Add Invibes Adapter (prebid#2202)
Type of change
Description of change
s2sConfig.appands2sConfig.devicewere not getting picked up on either the legacy or new ORTB PBS endpoints. This fixes and adds tests.