Skip to content

Commit

Permalink
Pstudio Bid Adapter: update endpoint to production (prebid#11210)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>

* Use production pstudio url

---------

Co-authored-by: Noemi Kowalewska <[email protected]>
Co-authored-by: Olivier <[email protected]>
  • Loading branch information
3 people committed Mar 14, 2024
1 parent e5d87df commit 5018b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/pstudioBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5018b6b

Please sign in to comment.