Skip to content

Commit

Permalink
Add GVLID to vox adapter (#10784)
Browse files Browse the repository at this point in the history
  • Loading branch information
hybrid-ai authored Dec 1, 2023
1 parent 16133c5 commit faec1bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/voxBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const BIDDER_CODE = 'vox';
const SSP_ENDPOINT = 'https://ssp.hybrid.ai/auction/prebid';
const VIDEO_RENDERER_URL = 'https://acdn.adnxs.com/video/outstream/ANOutstreamVideo.js';
const TTL = 60;
const GVLID = 206;

function buildBidRequests(validBidRequests) {
return _map(validBidRequests, function(bid) {
Expand Down Expand Up @@ -183,6 +184,7 @@ function wrapBanner(bid, bidData) {

export const spec = {
code: BIDDER_CODE,
gvlid: GVLID,
supportedMediaTypes: [BANNER, VIDEO],

/**
Expand Down

0 comments on commit faec1bb

Please sign in to comment.