Skip to content

Commit

Permalink
Update orbidderBidAdapter.js
Browse files Browse the repository at this point in the history
  • Loading branch information
patmmccann authored Jun 20, 2024
1 parent c4a986b commit 565cfc4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/orbidderBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { registerBidder } from '../src/adapters/bidderFactory.js';
import { getStorageManager } from '../src/storageManager.js';
import { BANNER, NATIVE } from '../src/mediaTypes.js';
import { convertOrtbRequestToProprietaryNative } from '../src/native.js';
import { getGlobal } from '../src/prebidGlobal.js';

/**
* @typedef {import('../src/adapters/bidderFactory.js').BidRequest} BidRequest
Expand Down Expand Up @@ -101,7 +100,7 @@ export const spec = {
method: 'POST',
options: { withCredentials: true },
data: {
v: getGlobal().version,
v: '$prebid.version$'
pageUrl: referer,
...bidRequest // get all data provided by bid request
}
Expand Down

0 comments on commit 565cfc4

Please sign in to comment.