Skip to content

Commit

Permalink
VidCrunch LLC bidder (prebid#8872)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeneGenie authored and JacobKlein26 committed Feb 8, 2023
1 parent b9fa605 commit 645b0ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/adtelligentBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const HOST_GETTERS = {
janet: () => 'ghb.bidder.jmgads.com',
pgam: () => 'ghb.pgamssp.com',
ocm: () => 'ghb.cenarius.orangeclickmedia.com',
vidcrunchllc: () => 'ghb.platform.vidcrunch.com',
}
const getUri = function (bidderCode) {
let bidderWithoutSuffix = bidderCode.split('_')[0];
Expand All @@ -43,6 +44,7 @@ export const spec = {
{ code: 'navelix', gvlid: 380 },
'pgam',
'ocm',
{ code: 'vidcrunchllc', gvlid: 1145 },
],
supportedMediaTypes: [VIDEO, BANNER],
isBidRequestValid: function (bid) {
Expand Down
1 change: 1 addition & 0 deletions test/spec/modules/adtelligentBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const aliasEP = {
janet: 'https://ghb.bidder.jmgads.com/v2/auction/',
pgam: 'https://ghb.pgamssp.com/v2/auction/',
ocm: 'https://ghb.cenarius.orangeclickmedia.com/v2/auction/',
vidcrunchllc: 'https://ghb.platform.vidcrunch.com/v2/auction/',
};

const DEFAULT_ADATPER_REQ = { bidderCode: 'adtelligent' };
Expand Down

0 comments on commit 645b0ce

Please sign in to comment.