From c91d01ef23aa45bb0a7c027eacdd93c2b21485ba Mon Sep 17 00:00:00 2001 From: Patrick McCann Date: Thu, 20 Jun 2024 16:01:10 -0400 Subject: [PATCH] Update pixfutureBidAdapter.js --- modules/pixfutureBidAdapter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/pixfutureBidAdapter.js b/modules/pixfutureBidAdapter.js index 705024c6b67..c7ed1ec989d 100644 --- a/modules/pixfutureBidAdapter.js +++ b/modules/pixfutureBidAdapter.js @@ -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