Skip to content

Commit 825f5a1

Browse files
jxdeveloper1stsepelin
authored andcommitted
changed events endpoint (prebid#6088)
1 parent 037d71e commit 825f5a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/jixieBidAdapter.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { Renderer } from '../src/Renderer.js';
99
export const storage = getStorageManager();
1010

1111
const BIDDER_CODE = 'jixie';
12-
const EVENTS_URL = 'https://jxhbtrackers.azurewebsites.net/sync/evt?';
12+
const EVENTS_URL = 'https://hbtra.jixie.io/sync/hb?';
1313
const JX_OUTSTREAM_RENDERER_URL = 'https://scripts.jixie.io/jxhboutstream.js';
1414
const REQUESTS_URL = 'https://hb.jixie.io/v2/hbpost';
1515
const sidTTLMins_ = 30;

0 commit comments

Comments
 (0)