Skip to content

Commit 8f69cc6

Browse files
author
qt-io
committed
add GVLID
1 parent e494171 commit 8f69cc6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/qtBidAdapter.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ import { BANNER, NATIVE, VIDEO } from '../src/mediaTypes.js';
33
import { isBidRequestValid, buildRequests, interpretResponse, getUserSyncs } from '../libraries/teqblazeUtils/bidderUtils.js';
44

55
const BIDDER_CODE = 'qt';
6+
const GVLID = 1331;
67
const AD_URL = 'https://endpoint1.qt.io/pbjs';
78
const SYNC_URL = 'https://cs.qt.io';
89

910
export const spec = {
1011
code: BIDDER_CODE,
12+
gvlid: GVLID,
1113
supportedMediaTypes: [BANNER, VIDEO, NATIVE],
1214

1315
isBidRequestValid: isBidRequestValid(),

0 commit comments

Comments
 (0)