Skip to content

Commit 4f3826a

Browse files
authored
Replace openx.com with openx.net (prebid#10786)
1 parent 7be0a10 commit 4f3826a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/liveIntentIdSystem.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ export const liveIntentIdSubmodule = {
330330
}
331331
},
332332
'openx': {
333-
source: 'openx.com',
333+
source: 'openx.net',
334334
atype: 3,
335335
getValue: function(data) {
336336
return data.id;

test/spec/modules/eids_spec.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ describe('eids array generation for known sub-modules', function() {
344344
const newEids = createEidsArray(userId);
345345
expect(newEids.length).to.equal(1);
346346
expect(newEids[0]).to.deep.equal({
347-
source: 'openx.com',
347+
source: 'openx.net',
348348
uids: [{
349349
id: 'sample_id',
350350
atype: 3
@@ -359,7 +359,7 @@ describe('eids array generation for known sub-modules', function() {
359359
const newEids = createEidsArray(userId);
360360
expect(newEids.length).to.equal(1);
361361
expect(newEids[0]).to.deep.equal({
362-
source: 'openx.com',
362+
source: 'openx.net',
363363
uids: [{
364364
id: 'sample_id',
365365
atype: 3,

0 commit comments

Comments
 (0)