Skip to content

Commit

Permalink
Compass Bid Adapter : add gvlid (prebid#12561)
Browse files Browse the repository at this point in the history
* add Compass Adapter

* fix

* fix

* fix

* add endpointId

* fix

* add gpp info
  • Loading branch information
CompassSSP authored Dec 9, 2024
1 parent df356f5 commit 39e6418
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/compassBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ import { BANNER, NATIVE, VIDEO } from '../src/mediaTypes.js';
import { isBidRequestValid, buildRequests, interpretResponse, getUserSyncs } from '../libraries/teqblazeUtils/bidderUtils.js';

const BIDDER_CODE = 'compass';
const GVLID = 883;
const AD_URL = 'https://sa-lb.deliverimp.com/pbjs';
const SYNC_URL = 'https://sa-cs.deliverimp.com';

export const spec = {
code: BIDDER_CODE,
gvlid: GVLID,
supportedMediaTypes: [BANNER, VIDEO, NATIVE],

isBidRequestValid: isBidRequestValid(),
Expand Down

0 comments on commit 39e6418

Please sign in to comment.