Skip to content

Commit

Permalink
Evolution Bid Adapter: add gvlid (#11272)
Browse files Browse the repository at this point in the history
* updates for Prebid v5

* add id5id

* update tests

* add gvlid
  • Loading branch information
e-volution-tech authored Apr 1, 2024
1 parent f072634 commit 74d63a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/e_volutionBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { isFn, deepAccess, logMessage } from '../src/utils.js';
import { convertOrtbRequestToProprietaryNative } from '../src/native.js';

const BIDDER_CODE = 'e_volution';
const GVLID = 957;
const AD_URL = 'https://service.e-volution.ai/?c=o&m=multi';
const URL_SYNC = 'https://service.e-volution.ai/?c=o&m=sync';
const NO_SYNC = true;
Expand Down Expand Up @@ -57,6 +58,7 @@ function getUserId(eids, id, source, uidExt) {

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

Expand Down

0 comments on commit 74d63a4

Please sign in to comment.