From 5018b6ba3c944d2c2c5509b098dcd776dfd15a87 Mon Sep 17 00:00:00 2001 From: cckowalewska <117265111+cckowalewska@users.noreply.github.com> Date: Thu, 14 Mar 2024 20:30:48 +0100 Subject: [PATCH] Pstudio Bid Adapter: update endpoint to production (#11210) * Pstudio initial bidder * remove unnecessary return * Use Storage and Floor Module * mend * use proper url for adapter * Update modules/pstudioBidAdapter.js Co-authored-by: Olivier * Use production pstudio url --------- Co-authored-by: Noemi Kowalewska Co-authored-by: Olivier --- modules/pstudioBidAdapter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/pstudioBidAdapter.js b/modules/pstudioBidAdapter.js index 9eb2d33aed5..77a11ac58c6 100644 --- a/modules/pstudioBidAdapter.js +++ b/modules/pstudioBidAdapter.js @@ -12,7 +12,7 @@ import { import { getStorageManager } from '../src/storageManager.js'; const BIDDER_CODE = 'pstudio'; -const ENDPOINT = 'https://nft-exchange.pre-prod.pstudio.tadex.id/prebid-bid' +const ENDPOINT = 'https://exchange.pstudio.tadex.id/prebid-bid' const TIME_TO_LIVE = 300; // in case that the publisher limits number of user syncs, thisse syncs will be discarded from the end of the list // so more improtant syncing calls should be at the start of the list