Skip to content

Commit d1bdb7e

Browse files
author
pavel
committed
update reporting endpoint
1 parent b678786 commit d1bdb7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/setupadBidAdapter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import CONSTANTS from '../src/constants.json';
1616

1717
const ENDPOINT = 'https://prebid.setupad.io/openrtb2/auction';
1818
const SYNC_ENDPOINT = 'https://cookie.stpd.cloud/sync?';
19-
const REPORT_ENDPOINT = 'https://adapter-analytics.azurewebsites.net/api/adapter-analytics';
19+
const REPORT_ENDPOINT = 'https://adapter-analytics.setupad.io';
2020
const GVLID = 1241;
2121
const TIME_TO_LIVE = 360;
2222
const biddersCpms = {};

0 commit comments

Comments
 (0)