Skip to content

Commit

Permalink
Criteo: Increment adapter version (prebid#6218)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmwcmw authored and icflournoy committed Feb 5, 2021
1 parent ba16d46 commit 5b99c0b
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 @@ -8,7 +8,7 @@ import { verify } from 'criteo-direct-rsa-validate/build/verify.js';
import { getStorageManager } from '../src/storageManager.js';

const GVLID = 91;
export const ADAPTER_VERSION = 32;
export const ADAPTER_VERSION = 33;
const BIDDER_CODE = 'criteo';
const CDB_ENDPOINT = 'https://bidder.criteo.com/cdb';
const PROFILE_ID_INLINE = 207;
Expand Down

0 comments on commit 5b99c0b

Please sign in to comment.