Skip to content

Commit

Permalink
Update bucksense adapter - new server endpoint (prebid#9292)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssorleti authored and JacobKlein26 committed Feb 8, 2023
1 parent c680815 commit c6de063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/bucksenseBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { BANNER } from '../src/mediaTypes.js';

const WHO = 'BKSHBID-005';
const BIDDER_CODE = 'bucksense';
const URL = 'https://prebid.bksn.se/prebidjs/';
const URL = 'https://directo.prebidserving.com/prebidjs/';

export const spec = {
code: BIDDER_CODE,
Expand Down

0 comments on commit c6de063

Please sign in to comment.