Skip to content

Commit

Permalink
Various Magnite Adapters: GVL ID update (#8501)
Browse files Browse the repository at this point in the history
* Magnite adapters still require legacy GVL IDs

* CTV update
  • Loading branch information
bretg authored May 31, 2022
1 parent f26ae66 commit 0354c00
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions modules/slimcutBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ const BIDDER_CODE = 'slimcut';
const ENDPOINT_URL = 'https://sb.freeskreen.com/pbr';
export const spec = {
code: BIDDER_CODE,
gvlid: 52,
aliases: [{ code: 'scm', gvlid: 52 }],
gvlid: 102,
aliases: [{ code: 'scm', gvlid: 102 }],
supportedMediaTypes: ['video', 'banner'],
/**
* Determines whether or not the given bid request is valid.
Expand Down
2 changes: 1 addition & 1 deletion modules/spotxBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const GOOGLE_CONSENT = { consented_providers: ['3', '7', '11', '12', '15'

export const spec = {
code: BIDDER_CODE,
gvlid: 52,
gvlid: 165,
supportedMediaTypes: [VIDEO],

/**
Expand Down
6 changes: 3 additions & 3 deletions modules/telariaBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ const EVENTS_ENDPOINT = `events.${DOMAIN}/diag`;

export const spec = {
code: BIDDER_CODE,
gvlid: 52,
gvlid: 202,
aliases: [
{ code: 'tremor', gvlid: 52 },
{ code: 'tremorvideo', gvlid: 52 }
{ code: 'tremor', gvlid: 202 },
{ code: 'tremorvideo', gvlid: 202 }
],
supportedMediaTypes: [VIDEO],
/**
Expand Down

0 comments on commit 0354c00

Please sign in to comment.