Skip to content

Commit

Permalink
[AMXD-16] Cadent Bid Adapter: add alias from emx_digital
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Denton committed Jun 6, 2023
1 parent 2c91da4 commit cdc354a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/cadentApertureMXBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ const ENDPOINT = 'hb.emxdgt.com';
const RENDERER_URL = 'https://js.brealtime.com/outstream/1.30.0/bundle.js';
const ADAPTER_VERSION = '1.5.1';
const DEFAULT_CUR = 'USD';
const ALIASES = [
{ code: 'emx_digital', gvlid: 183 },
];

const EIDS_SUPPORTED = [
{ key: 'idl_env', source: 'liveramp.com', rtiPartner: 'idl', queryParam: 'idl' },
Expand Down Expand Up @@ -203,6 +206,7 @@ export const cadentAdapter = {
export const spec = {
code: BIDDER_CODE,
gvlid: 183,
alias: ALIASES,
supportedMediaTypes: [BANNER, VIDEO],
isBidRequestValid: function (bid) {
if (!bid || !bid.params) {
Expand Down

0 comments on commit cdc354a

Please sign in to comment.