Skip to content

Commit 65fd605

Browse files
[TECH-6244] fix: add gvlid to adot adapter (#11) (prebid#10975)
1 parent 48d8766 commit 65fd605

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/adotBidAdapter.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import { convertOrtbRequestToProprietaryNative } from '../src/native.js';
99

1010
const BIDDER_CODE = 'adot';
1111
const ADAPTER_VERSION = 'v2.0.0';
12+
const GVLID = 272;
1213
const BID_METHOD = 'POST';
1314
const BIDDER_URL = 'https://dsp.adotmob.com/headerbidding{PUBLISHER_PATH}/bidrequest';
1415
const REQUIRED_VIDEO_PARAMS = ['mimes', 'protocols'];
@@ -635,7 +636,8 @@ export const spec = {
635636
isBidRequestValid,
636637
buildRequests,
637638
interpretResponse,
638-
getFloor
639+
getFloor,
640+
gvlid: GVLID
639641
};
640642

641643
registerBidder(spec);

0 commit comments

Comments
 (0)