Skip to content

Commit

Permalink
imRtdProvider: update ix bidderDefaultFunction (#8657)
Browse files Browse the repository at this point in the history
* remove ix bidder setting

* update test
  • Loading branch information
eknis authored and ahmadlob committed Jul 27, 2022
1 parent a82b7bd commit a11d933
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions modules/imRtdProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,6 @@ function setImDataInCookie(value) {
*/
export function getBidderFunction(bidderName) {
const biddersFunction = {
ix: function (bid, data) {
if (data.im_segments && data.im_segments.length) {
config.setConfig({
ix: {firstPartyData: {im_segments: data.im_segments}},
});
}
return bid
},
pubmatic: function (bid, data) {
if (data.im_segments && data.im_segments.length) {
const dctr = deepAccess(bid, 'params.dctr');
Expand Down
1 change: 0 additions & 1 deletion test/spec/modules/imRtdProvider_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ describe('imRtdProvider', function () {

describe('getBidderFunction', function () {
const assumedBidder = [
'ix',
'pubmatic',
'fluct'
];
Expand Down

0 comments on commit a11d933

Please sign in to comment.