Skip to content

Commit

Permalink
Renamed the full_page_auction to fpa
Browse files Browse the repository at this point in the history
  • Loading branch information
kalidas-alkimi committed Apr 12, 2024
1 parent b89f917 commit 14a55e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/alkimiBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ export const spec = {

const id = getUserId()
const alkimiConfig = config.getConfig('alkimi')
const fullPageAuction = ortb2?.source?.ext?.full_page_auction
const source = fullPageAuction != undefined ? { ext: { full_page_auction: fullPageAuction } } : undefined
const fpa = ortb2?.source?.ext?.fpa
const source = fpa != undefined ? { ext: { fpa } } : undefined
const walletID = alkimiConfig && alkimiConfig.walletID
const userParams = alkimiConfig && alkimiConfig.userParams
const user = (walletID != undefined || userParams != undefined || id != undefined) ? { id, ext: { walletID, userParams } } : undefined
Expand Down

0 comments on commit 14a55e5

Please sign in to comment.