Skip to content

Commit

Permalink
Revert "showheroes-bs Bid Adapter: fix for outstream render (#7604)" (#…
Browse files Browse the repository at this point in the history
…7734)

This reverts commit 23f4da7.
  • Loading branch information
ChrisHuie authored Nov 18, 2021
1 parent 23f4da7 commit 08695ba
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions modules/showheroes-bsBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ export const spec = {

return {
type: streamType,
adUnitCode: bid.adUnitCode,
bidId: bid.bidId,
mediaType: type,
context: context,
Expand Down Expand Up @@ -160,7 +159,6 @@ function createBids(bidRes, reqData) {
let bidUnit = {};
bidUnit.cpm = bid.cpm;
bidUnit.requestId = bid.bidId;
bidUnit.adUnitCode = reqBid.adUnitCode;
bidUnit.currency = bid.currency;
bidUnit.mediaType = bid.mediaType || VIDEO;
bidUnit.ttl = TTL;
Expand All @@ -185,8 +183,7 @@ function createBids(bidRes, reqData) {
} else if (bid.context === 'outstream') {
const renderer = Renderer.install({
id: bid.bidId,
url: 'https://static.showheroes.com/renderer.js',
adUnitCode: reqBid.adUnitCode,
url: '//',
config: {
playerId: reqBid.playerId,
width: bid.size.width,
Expand Down

0 comments on commit 08695ba

Please sign in to comment.