Skip to content

Commit

Permalink
Criteo bid adapter: Update FastBid default version (prebid#9054)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhang-criteo authored and jorgeluisrocha committed May 18, 2023
1 parent 5836ec9 commit 69686e5
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 @@ -27,7 +27,7 @@ const LOG_PREFIX = 'Criteo: ';
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
*/
const FAST_BID_VERSION_PLACEHOLDER = '%FAST_BID_VERSION%';
export const FAST_BID_VERSION_CURRENT = 123;
export const FAST_BID_VERSION_CURRENT = 130;
const FAST_BID_VERSION_LATEST = 'latest';
const FAST_BID_VERSION_NONE = 'none';
const PUBLISHER_TAG_URL_TEMPLATE = 'https://static.criteo.net/js/ld/publishertag.prebid' + FAST_BID_VERSION_PLACEHOLDER + '.js';
Expand Down

0 comments on commit 69686e5

Please sign in to comment.