Skip to content

Commit

Permalink
Update deepintentBidAdapter.js (#10818)
Browse files Browse the repository at this point in the history
  • Loading branch information
patmmccann authored Dec 11, 2023
1 parent 2493f98 commit eecdc2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/deepintentBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { generateUUID, deepSetValue, deepAccess, isArray, isInteger, logError, l
import {registerBidder} from '../src/adapters/bidderFactory.js';
import {BANNER, VIDEO} from '../src/mediaTypes.js';
const BIDDER_CODE = 'deepintent';
const GVL_ID = 541;
const BIDDER_ENDPOINT = 'https://prebid.deepintent.com/prebid';
const USER_SYNC_URL = 'https://cdn.deepintent.com/syncpixel.html';
const DI_M_V = '1.0.0';
Expand Down Expand Up @@ -32,6 +33,7 @@ export const ORTB_VIDEO_PARAMS = {
};
export const spec = {
code: BIDDER_CODE,
gvlid: GVL_ID,
supportedMediaTypes: [BANNER, VIDEO],
aliases: [],

Expand Down

0 comments on commit eecdc2e

Please sign in to comment.