Skip to content

Commit

Permalink
[FEAT] modify data to bw (#2732)
Browse files Browse the repository at this point in the history
  • Loading branch information
wuleo authored and bretg committed Jun 18, 2018
1 parent 429d5b4 commit 38fd90c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/bridgewellBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import find from 'core-js/library/fn/array/find';

const BIDDER_CODE = 'bridgewell';
const REQUEST_ENDPOINT = '//rec.scupio.com/recweb/prebid.aspx?cb=' + Math.random();
const BIDDER_VERSION = '0.0.1';
const BIDDER_VERSION = '0.0.2';

export const spec = {
code: BIDDER_CODE,
Expand Down Expand Up @@ -66,6 +66,9 @@ export const spec = {
prebid: '$prebid.version$',
bridgewell: BIDDER_VERSION
},
inIframe: utils.inIframe(),
url: utils.getTopWindowUrl(),
referrer: utils.getTopWindowReferrer(),
adUnits: adUnits
},
validBidRequests: validBidRequests
Expand Down

0 comments on commit 38fd90c

Please sign in to comment.