We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48d8766 commit 65fd605Copy full SHA for 65fd605
1 file changed
modules/adotBidAdapter.js
@@ -9,6 +9,7 @@ import { convertOrtbRequestToProprietaryNative } from '../src/native.js';
9
10
const BIDDER_CODE = 'adot';
11
const ADAPTER_VERSION = 'v2.0.0';
12
+const GVLID = 272;
13
const BID_METHOD = 'POST';
14
const BIDDER_URL = 'https://dsp.adotmob.com/headerbidding{PUBLISHER_PATH}/bidrequest';
15
const REQUIRED_VIDEO_PARAMS = ['mimes', 'protocols'];
@@ -635,7 +636,8 @@ export const spec = {
635
636
isBidRequestValid,
637
buildRequests,
638
interpretResponse,
- getFloor
639
+ getFloor,
640
+ gvlid: GVLID
641
};
642
643
registerBidder(spec);
0 commit comments