Skip to content

Commit

Permalink
Bump criteo adapter version to 27
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardlabat committed Mar 10, 2020
1 parent ce5729b commit d77630c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/criteoBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import * as utils from '../src/utils.js';
import find from 'core-js/library/fn/array/find.js';
import { verify } from 'criteo-direct-rsa-validate/build/verify.js';

export const ADAPTER_VERSION = 26;
export const ADAPTER_VERSION = 27;
const BIDDER_CODE = 'criteo';
const CDB_ENDPOINT = 'https://bidder.criteo.com/cdb';
const CRITEO_VENDOR_ID = 91;
Expand Down

0 comments on commit d77630c

Please sign in to comment.