Skip to content

Commit

Permalink
updated rubicon adapter sync endpoint (prebid#2454)
Browse files Browse the repository at this point in the history
  • Loading branch information
harpere authored and bretg committed Apr 26, 2018
1 parent 96878ef commit baea840
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/rubiconBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function isSecure() {
// use protocol relative urls for http or https
const FASTLANE_ENDPOINT = '//fastlane.rubiconproject.com/a/api/fastlane.json';
const VIDEO_ENDPOINT = '//fastlane-adv.rubiconproject.com/v1/auction/video';
const SYNC_ENDPOINT = 'https://tap-secure.rubiconproject.com/partner/scripts/rubicon/emily.html?rtb_ext=1';
const SYNC_ENDPOINT = 'https://eus.rubiconproject.com/usync.html';

const TIMEOUT_BUFFER = 500;

Expand Down
2 changes: 1 addition & 1 deletion test/spec/modules/rubiconBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -1201,7 +1201,7 @@ describe('the rubicon adapter', () => {
});

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

beforeEach(() => {
resetUserSync();
Expand Down

0 comments on commit baea840

Please sign in to comment.