Skip to content

Commit

Permalink
Copper6ssp Bid Adapter: add gvl_id (prebid#12498)
Browse files Browse the repository at this point in the history
* release adapter Copper6SSP

* removed code duplication

* add gvl_id
  • Loading branch information
Copper6SSP authored and hogekai committed Nov 27, 2024
1 parent 57b5f11 commit b171100
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/copper6sspBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ import { isBidRequestValid, buildRequests, interpretResponse, getUserSyncs } fro
const BIDDER_CODE = 'copper6ssp';
const AD_URL = 'https://endpoint.copper6.com/pbjs';
const SYNC_URL = 'https://сsync.copper6.com';
const GVLID = 1356;

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

isBidRequestValid: isBidRequestValid(),
Expand Down

0 comments on commit b171100

Please sign in to comment.