Skip to content

Commit

Permalink
update reporting endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel committed Jan 30, 2024
1 parent b678786 commit d1bdb7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/setupadBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import CONSTANTS from '../src/constants.json';

const ENDPOINT = 'https://prebid.setupad.io/openrtb2/auction';
const SYNC_ENDPOINT = 'https://cookie.stpd.cloud/sync?';
const REPORT_ENDPOINT = 'https://adapter-analytics.azurewebsites.net/api/adapter-analytics';
const REPORT_ENDPOINT = 'https://adapter-analytics.setupad.io';
const GVLID = 1241;
const TIME_TO_LIVE = 360;
const biddersCpms = {};
Expand Down

0 comments on commit d1bdb7e

Please sign in to comment.