Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix creativeId field in Yieldmo bid response (prebid#3053)
* Fix creativeId field in bid response We had an issue whereby prebid wasn't passing us yieldmo bids even though we could see them in the network requests. Turned out that the `creativeId` field was being set to `undefined` because the response body from the yieldmo server uses snake case, not camel case. Tested the proposed fix and saw prebid log the bid as expected. * Fix test
- Loading branch information