Skip to content

Commit

Permalink
Update pixfutureBidAdapter.js
Browse files Browse the repository at this point in the history
  • Loading branch information
patmmccann authored Jun 20, 2024
1 parent 3474330 commit c91d01e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/pixfutureBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export const spec = {
method: 'POST',
options: {withCredentials: true},
data: {
v: 'v' + '$pbjs.version$',
v: 'v' + '$prebid.version$',
pageUrl: referer,
bidId: bidRequest.bidId,
// TODO: fix auctionId leak: https://github.com/prebid/Prebid.js/issues/9781
Expand Down

0 comments on commit c91d01e

Please sign in to comment.