Skip to content

Commit baea840

Browse files
harperebretg
authored andcommitted
updated rubicon adapter sync endpoint (#2454)
1 parent 96878ef commit baea840

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/rubiconBidAdapter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function isSecure() {
1212
// use protocol relative urls for http or https
1313
const FASTLANE_ENDPOINT = '//fastlane.rubiconproject.com/a/api/fastlane.json';
1414
const VIDEO_ENDPOINT = '//fastlane-adv.rubiconproject.com/v1/auction/video';
15-
const SYNC_ENDPOINT = 'https://tap-secure.rubiconproject.com/partner/scripts/rubicon/emily.html?rtb_ext=1';
15+
const SYNC_ENDPOINT = 'https://eus.rubiconproject.com/usync.html';
1616

1717
const TIMEOUT_BUFFER = 500;
1818

test/spec/modules/rubiconBidAdapter_spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1201,7 +1201,7 @@ describe('the rubicon adapter', () => {
12011201
});
12021202

12031203
describe('user sync', () => {
1204-
const emilyUrl = 'https://tap-secure.rubiconproject.com/partner/scripts/rubicon/emily.html?rtb_ext=1';
1204+
const emilyUrl = 'https://eus.rubiconproject.com/usync.html';
12051205

12061206
beforeEach(() => {
12071207
resetUserSync();

0 commit comments

Comments
 (0)