Skip to content

Commit

Permalink
NextRoll Bid Adapter: update privacy link and icon (#8105)
Browse files Browse the repository at this point in the history
* Update privacy link and icon for NextRoll BidAdapter

* update adapter spec
  • Loading branch information
abijr authored Feb 23, 2022
1 parent 9d2389b commit 9e52451
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions modules/nextrollBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,8 @@ function _buildResponse(bidResponse, bid) {
return response;
}

const privacyLink = 'https://info.evidon.com/pub_info/573';
const privacyIcon = 'https://c.betrad.com/pub/icon1.png';
const privacyLink = 'https://app.adroll.com/optout/personalized';
const privacyIcon = 'https://s.adroll.com/j/ad-choices-small.png';

function _getNativeResponse(adm, price) {
let baseResponse = {
Expand Down
8 changes: 4 additions & 4 deletions test/spec/modules/nextrollBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,8 @@ describe('nextrollBidAdapter', function() {
let expectedResponse = {
clickUrl: clickUrl,
impressionTrackers: [impUrl],
privacyLink: 'https://info.evidon.com/pub_info/573',
privacyIcon: 'https://c.betrad.com/pub/icon1.png',
privacyLink: 'https://app.adroll.com/optout/personalized',
privacyIcon: 'https://s.adroll.com/j/ad-choices-small.png',
title: titleText,
image: {url: imgUrl, width: imgW, height: imgH},
sponsoredBy: brandText,
Expand Down Expand Up @@ -274,8 +274,8 @@ describe('nextrollBidAdapter', function() {
impressionTrackers: [impUrl],
jstracker: [],
clickTrackers: [],
privacyLink: 'https://info.evidon.com/pub_info/573',
privacyIcon: 'https://c.betrad.com/pub/icon1.png',
privacyLink: 'https://app.adroll.com/optout/personalized',
privacyIcon: 'https://s.adroll.com/j/ad-choices-small.png',
title: titleText,
image: {url: imgUrl, width: imgW, height: imgH},
icon: {url: iconUrl, width: iconW, height: iconH},
Expand Down

0 comments on commit 9e52451

Please sign in to comment.