Skip to content

Commit

Permalink
use gvlid for showheroes bidder (#10640)
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipStamenkovic authored Oct 27, 2023
1 parent 838b947 commit f9df72a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/showheroes-bsBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,11 @@ function getEnvURLs(isStage) {
}
}

const GVLID = 111;

export const spec = {
code: BIDDER_CODE,
gvlid: GVLID,
aliases: ['showheroesBs'],
supportedMediaTypes: [VIDEO, BANNER],
isBidRequestValid: function(bid) {
Expand Down

0 comments on commit f9df72a

Please sign in to comment.