Skip to content

Commit

Permalink
Ads Interactive Bid Adpter : add gvlid (prebid#12324)
Browse files Browse the repository at this point in the history
* add new adapter ads_interactive

* fix domain

* add gvlid
  • Loading branch information
AdsInteractive authored and pdamoc committed Oct 22, 2024
1 parent c4c1ab3 commit cce1c12
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 cce1c12

Please sign in to comment.