Skip to content

Commit

Permalink
Update ssp endpoint (#11226)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsmoking authored Mar 18, 2024
1 parent d17c44b commit ecdeb25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/adnowBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {includes} from '../src/polyfill.js';
import { convertOrtbRequestToProprietaryNative } from '../src/native.js';

const BIDDER_CODE = 'adnow';
const ENDPOINT = 'https://n.ads3-adnow.com/a';
const ENDPOINT = 'https://n.nnowa.com/a';

/**
* @typedef {object} CommonBidData
Expand Down

0 comments on commit ecdeb25

Please sign in to comment.