Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various Magnite Adapters: GVL ID update #8501

Merged
merged 2 commits into from
May 31, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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