Skip to content

Commit

Permalink
Criteo Bid Adapter: update FastBid version to 113 (prebid#7418)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhang-criteo authored and Chris Pabst committed Jan 10, 2022
1 parent 1465f55 commit 7032150
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 @@ -24,7 +24,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 = 105;
export const FAST_BID_VERSION_CURRENT = 113;
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 7032150

Please sign in to comment.