Skip to content

Commit

Permalink
add gpp info
Browse files Browse the repository at this point in the history
  • Loading branch information
CompassSSP committed Dec 9, 2024
1 parent 131c87a commit 60a3221
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 60a3221

Please sign in to comment.