Skip to content

Commit

Permalink
Modified endpoint (#12002)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgounder-viant authored Jul 18, 2024
1 parent 43e7f3f commit dc6c0c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/viantOrtbBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {ortbConverter} from '../libraries/ortbConverter/converter.js'
import {deepAccess, getBidIdParameter, logError} from '../src/utils.js';

const BIDDER_CODE = 'viant';
const ENDPOINT = 'https://bidders-us-east-1.adelphic.net/d/rtb/v25/prebid/bidder'
const ENDPOINT = 'https://bidders-us.adelphic.net/d/rtb/v25/prebid/bidder'
const ADAPTER_VERSION = '2.0.0';

const DEFAULT_BID_TTL = 300;
Expand Down

0 comments on commit dc6c0c3

Please sign in to comment.