Skip to content

Commit

Permalink
feat: Add gvlid to iprom bid adapter (#10750)
Browse files Browse the repository at this point in the history
Co-authored-by: Gasper <gasper.zagar@iprom.si>
  • Loading branch information
iprom-adserver and Gasper authored Nov 21, 2023
1 parent deff7e0 commit c9d34ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/ipromBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ import { registerBidder } from '../src/adapters/bidderFactory.js';

const BIDDER_CODE = 'iprom';
const ENDPOINT_URL = 'https://core.iprom.net/programmatic';
const VERSION = 'v1.0.2';
const VERSION = 'v1.0.3';
const DEFAULT_CURRENCY = 'EUR';
const DEFAULT_NETREVENUE = true;
const DEFAULT_TTL = 360;
const IAB_GVL_ID = 811;

export const spec = {
code: BIDDER_CODE,
gvlid: IAB_GVL_ID,
isBidRequestValid: function ({ bidder, params = {} } = {}) {
// id parameter checks
if (!params.id) {
Expand Down

0 comments on commit c9d34ed

Please sign in to comment.