Skip to content

Commit

Permalink
AdsInteractive Bid Adapter : added gvlid (prebid#10301)
Browse files Browse the repository at this point in the history
* added gvlid to bid adapter

* removed empty line

---------

Co-authored-by: Balint Vargha <varghabalint@gmail.com>
  • Loading branch information
2 people authored and Santiago Carabone committed Aug 22, 2023
1 parent e4801b6 commit b668b35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/adsinteractiveBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ import { BANNER } from '../src/mediaTypes.js';
const ADSINTERACTIVE_CODE = 'adsinteractive';
const USER_SYNC_URL_IMAGE = 'https://sync.adsinteractive.com/img';
const USER_SYNC_URL_IFRAME = 'https://sync.adsinteractive.com/sync';
const GVLID = 1212;

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

isBidRequestValid: (bid) => {
return (
Expand Down

0 comments on commit b668b35

Please sign in to comment.