Skip to content

Commit

Permalink
FastBid version is now deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
emma-imber committed Feb 4, 2025
1 parent ef45a2c commit faf7503
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/lib/header-bidding/prebid/prebid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,6 @@ type PbjsConfig = {
};
consentManagement?: ConsentManagement;
realTimeData?: unknown;
criteo?: {
fastBidVersion: 'latest' | 'none' | `${number}`;
};
improvedigital?: {
usePrebidSizes?: boolean;
};
Expand Down Expand Up @@ -425,10 +422,6 @@ const initialise = (
storageAllowed: true,
};

pbjsConfig.criteo = {
fastBidVersion: 'latest',
};

// Use a custom price granularity for Criteo
// Criteo has a different line item structure and so bids should be rounded to match these
window.pbjs.setBidderConfig({
Expand Down

0 comments on commit faf7503

Please sign in to comment.