Skip to content

Commit

Permalink
Revert "Zeotap ID+ submodule (prebid#5640)"
Browse files Browse the repository at this point in the history
This reverts commit 88a3a64.
  • Loading branch information
BrightMountainMedia authored Sep 14, 2020
1 parent 500e97a commit c3395da
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 292 deletions.
3 changes: 0 additions & 3 deletions integrationExamples/gpt/userId_example.html
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,6 @@
name: "_li_pbid",
expires: 28
}
},
{
name: "zeotapIdPlus"
}],
syncDelay: 5000,
auctionDelay: 1000
Expand Down
3 changes: 1 addition & 2 deletions modules/.submodules.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"netIdSystem",
"identityLinkIdSystem",
"sharedIdSystem",
"intentIqIdSystem",
"zeotapIdPlusIdSystem"
"intentIqIdSystem"
],
"adpod": [
"freeWheelAdserverVideo",
Expand Down
5 changes: 0 additions & 5 deletions modules/userId/eids.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,6 @@ const USER_IDS_CONFIG = {
third: data.third
} : undefined;
}
},
// zeotapIdPlus
'IDP': {
source: 'zeotap.com',
atype: 1
}
};

Expand Down
9 changes: 1 addition & 8 deletions modules/userId/eids.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,6 @@ userIdAsEids = [
third: 'some-random-id-value'
}
}]
},
{
source: 'zeotap.com',
uids: [{
id: 'some-random-id-value',
atype: 1
}]
},
}
]
```
52 changes: 0 additions & 52 deletions modules/zeotapIdPlusIdSystem.js

This file was deleted.

14 changes: 0 additions & 14 deletions test/spec/modules/eids_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,20 +192,6 @@ describe('eids array generation for known sub-modules', function() {
}]
});
});
it('zeotapIdPlus', function() {
const userId = {
IDP: 'some-random-id-value'
};
const newEids = createEidsArray(userId);
expect(newEids.length).to.equal(1);
expect(newEids[0]).to.deep.equal({
source: 'zeotap.com',
uids: [{
id: 'some-random-id-value',
atype: 1
}]
});
});
});

describe('Negative case', function() {
Expand Down
87 changes: 20 additions & 67 deletions test/spec/modules/userId_spec.js

Large diffs are not rendered by default.

141 changes: 0 additions & 141 deletions test/spec/modules/zeotapIdPlusIdSystem_spec.js

This file was deleted.

0 comments on commit c3395da

Please sign in to comment.