Skip to content

Commit

Permalink
added GVLId to goldbachBidAdapter (#8147)
Browse files Browse the repository at this point in the history
  • Loading branch information
dveljovicTX authored Mar 7, 2022
1 parent 87a7cb7 commit 9875c33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/goldbachBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,11 @@ const mappingFileUrl = 'https://acdn.adnxs-simple.com/prebid/appnexus-mapping/ma
const SCRIPT_TAG_START = '<script';
const VIEWABILITY_URL_START = /\/\/cdn\.adnxs\.com\/v|\/\/cdn\.adnxs\-simple\.com\/v/;
const VIEWABILITY_FILE_NAME = 'trk.js';
const GVLID = 580;

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

/**
Expand Down

0 comments on commit 9875c33

Please sign in to comment.