Skip to content

Commit a2f9e86

Browse files
Copper6SSPkiho-shige
authored andcommitted
Copper6ssp Bid Adapter: add gvl_id (prebid#12498)
* release adapter Copper6SSP * removed code duplication * add gvl_id
1 parent 7bff2ce commit a2f9e86

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/copper6sspBidAdapter.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ import { isBidRequestValid, buildRequests, interpretResponse, getUserSyncs } fro
55
const BIDDER_CODE = 'copper6ssp';
66
const AD_URL = 'https://endpoint.copper6.com/pbjs';
77
const SYNC_URL = 'https://сsync.copper6.com';
8+
const GVLID = 1356;
89

910
export const spec = {
1011
code: BIDDER_CODE,
12+
gvlid: GVLID,
1113
supportedMediaTypes: [BANNER, VIDEO, NATIVE],
1214

1315
isBidRequestValid: isBidRequestValid(),

0 commit comments

Comments
 (0)