Skip to content

Commit a509f17

Browse files
authored
pgamssp Bid Adapter : update deleted gvlid (prebid#14065)
* Update pgamsspBidAdapter.js no longer valid gvlid * fix gvlid
1 parent 8a83791 commit a509f17

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

modules/pgamsspBidAdapter.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ import { BANNER, NATIVE, VIDEO } from '../src/mediaTypes.js';
33
import { isBidRequestValid, buildRequests, interpretResponse, getUserSyncs } from '../libraries/teqblazeUtils/bidderUtils.js';
44

55
const BIDDER_CODE = 'pgamssp';
6-
const GVLID = 1353;
76
const AD_URL = 'https://us-east.pgammedia.com/pbjs';
87
const SYNC_URL = 'https://cs.pgammedia.com';
98

109
export const spec = {
1110
code: BIDDER_CODE,
12-
gvlid: GVLID,
1311
supportedMediaTypes: [BANNER, VIDEO, NATIVE],
1412

1513
isBidRequestValid: isBidRequestValid(),

0 commit comments

Comments
 (0)