Skip to content

Commit

Permalink
add gvlid
Browse files Browse the repository at this point in the history
  • Loading branch information
AdsInteractive committed Oct 14, 2024
1 parent 94f925f commit 2b5f11d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/ads_interactiveBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ import { isBidRequestValid, buildRequests, interpretResponse, getUserSyncs } fro
const BIDDER_CODE = 'ads_interactive';
const AD_URL = 'https://bntb.adsinteractive.com/pbjs';
const SYNC_URL = 'https://cstb.adsinteractive.com';
const GVLID = 1212;

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

isBidRequestValid: isBidRequestValid(),
Expand Down

0 comments on commit 2b5f11d

Please sign in to comment.