We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e08fea6 commit cc3f01dCopy full SHA for cc3f01d
modules/criteoBidAdapter.js
@@ -27,7 +27,7 @@ const LOG_PREFIX = 'Criteo: ';
27
Unminified source code can be found in the privately shared repo: https://github.com/Prebid-org/prebid-js-external-js-criteo/blob/master/dist/prod.js
28
*/
29
const FAST_BID_VERSION_PLACEHOLDER = '%FAST_BID_VERSION%';
30
-export const FAST_BID_VERSION_CURRENT = 130;
+export const FAST_BID_VERSION_CURRENT = 132;
31
const FAST_BID_VERSION_LATEST = 'latest';
32
const FAST_BID_VERSION_NONE = 'none';
33
const PUBLISHER_TAG_URL_TEMPLATE = 'https://static.criteo.net/js/ld/publishertag.prebid' + FAST_BID_VERSION_PLACEHOLDER + '.js';
0 commit comments