Skip to content

Commit 9ce527c

Browse files
patmmccannleonardlabat
authored andcommitted
Criteo Bid Adapter: Update bidder DNS
1 parent 6b8f611 commit 9ce527c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

modules/criteoBidAdapter.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import {ortb25Translator} from '../libraries/ortb2.5Translator/translator.js';
2121
const GVLID = 91;
2222
export const ADAPTER_VERSION = 37;
2323
const BIDDER_CODE = 'criteo';
24-
const CDB_ENDPOINT = 'https://bidder.criteo.com/openrtb_2_5/pbjs/auction/request';
24+
const CDB_ENDPOINT = 'https://grid-bidder.criteo.com/openrtb_2_5/pbjs/auction/request';
2525
const PROFILE_ID_INLINE = 207;
2626
export const storage = getStorageManager({ bidderCode: BIDDER_CODE });
2727
const LOG_PREFIX = 'Criteo: ';

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@
136136
"@babel/runtime": "^7.18.9",
137137
"core-js": "^3.13.0",
138138
"core-js-pure": "^3.13.0",
139-
"criteo-direct-rsa-validate": "^1.1.0",
140139
"crypto-js": "^4.2.0",
141140
"dlv": "1.1.3",
142141
"dset": "3.1.2",

0 commit comments

Comments
 (0)