Skip to content

Commit

Permalink
Add gvlid to ogury (prebid#8680)
Browse files Browse the repository at this point in the history
  • Loading branch information
muuki88 authored and bwhisp committed Jul 13, 2022
1 parent ffd5483 commit b6beb22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/oguryBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { registerBidder } from '../src/adapters/bidderFactory.js';
import { ajax } from '../src/ajax.js'

const BIDDER_CODE = 'ogury';
const GVLID = 31;
const DEFAULT_TIMEOUT = 1000;
const BID_HOST = 'https://mweb-hb.presage.io/api/header-bidding-request';
const TIMEOUT_MONITORING_HOST = 'https://ms-ads-monitoring-events.presage.io';
Expand Down Expand Up @@ -198,6 +199,7 @@ function onTimeout(timeoutData) {

export const spec = {
code: BIDDER_CODE,
gvlid: GVLID,
supportedMediaTypes: [BANNER],
isBidRequestValid,
getUserSyncs,
Expand Down

0 comments on commit b6beb22

Please sign in to comment.