Skip to content

Commit

Permalink
Criteo Bid Adapter : Bump fastbid version to 136 (#9973)
Browse files Browse the repository at this point in the history
- Collect native assets
- Handle GPP strings
- Handle SUA
  • Loading branch information
vraybaud authored Jun 2, 2023
1 parent a2bb2cb commit 48dd8e1
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 @@ -28,7 +28,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 = 135;
export const FAST_BID_VERSION_CURRENT = 136;
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 48dd8e1

Please sign in to comment.