We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b678786 commit d1bdb7eCopy full SHA for d1bdb7e
modules/setupadBidAdapter.js
@@ -16,7 +16,7 @@ import CONSTANTS from '../src/constants.json';
16
17
const ENDPOINT = 'https://prebid.setupad.io/openrtb2/auction';
18
const SYNC_ENDPOINT = 'https://cookie.stpd.cloud/sync?';
19
-const REPORT_ENDPOINT = 'https://adapter-analytics.azurewebsites.net/api/adapter-analytics';
+const REPORT_ENDPOINT = 'https://adapter-analytics.setupad.io';
20
const GVLID = 1241;
21
const TIME_TO_LIVE = 360;
22
const biddersCpms = {};
0 commit comments