New Cox adapter#1228
Conversation
matthewlane
left a comment
There was a problem hiding this comment.
Thanks for the PR, I was able to verify bid responses and tests are passing
| // function finalizeAd(price) { | ||
| // this.ad = W.CMT.Service.setAuctionPrice(this.ad, price); | ||
| // return this; | ||
| // } |
There was a problem hiding this comment.
If you don't need the code that is commented out here you may want to remove this
| bidObj.width = data.w; | ||
| bidObj.height = data.h; | ||
| // bidObj.floor = W.CMT.Service.getSecondPrice(adZoneKey); | ||
| // bidObj.finalizeAd = finalizeAd; |
There was a problem hiding this comment.
More commented code for potential removal
|
|
||
| // setAuctionPrice: function setAuctionPrice(ad, bid) { | ||
| // return ad ? ad.replace('${AUCTION_PRICE}', bid) : ad; | ||
| // }, |
There was a problem hiding this comment.
Is this all required at some point?
There was a problem hiding this comment.
We have a partner that utilizes the commented-out code. We'd rather keep it in there for completeness' sake. But if y'all would prefer it be removed, we'll be happy to do so. Please let me know. Thanks!
|
@reynold-cox What exactly does it mean if someone configures your bidder with a Not that I want to go policing bidders' params or anything... but Or if there's motivation for the duplicate info, then it'd be very helpful to know why, so we can factor the use case into future prebid designs. |
|
I'm not able to get bids back, are the test params still operational? |
|
Hi David |
|
@protonate: Are you not getting a response, or are you getting a zero bid? |
|
Ah, I see, thanks, it works if running on |
….24.0 to aolgithub-master * commit '7a81386579a3c129617323ef32e1c8be0897c3c7': (31 commits) Added changelog entry. Added records in aolPartnersIds.json. Prebid 0.25.0 Release Added Unruly adapter (prebid#1264) Fixing Adyoulike adapter for Safari iOS7 (prebid#1296) hide overflow to prevent scrolling (prebid#1294) fix protocol detection in iframe (prebid#1293) Add eplanning adapter (prebid#1245) Use Renderer command queue to render outstream (prebid#1283) Generate no-bid response for ech bid request not matched by a bid (prebid#1216) New Cox adapter (prebid#1228) Carambola Adapter (prebid#1221) Pass through transactionId and set fd=1 (prebid#1259) Integration test page for adapters (prebid#1182) Getting DigiTrustID in GumGum adapter (prebid#1256) Trion adapter (prebid#1254) use request bidder code as default bidderCode for createBid (prebid#1235) Add drop pixels once feature to AOL Adapter (prebid#1224) Rubicon Adapter - Adding 320x150 (prebid#1279) Prevent 'about:' protocol in _publisherTagUrl (prebid#1170) ...
Type of change
New bidder adapter
Description of change
test parameters for validating bids: