Skip to content

Commit

Permalink
support cta and privacyLink (#8403)
Browse files Browse the repository at this point in the history
  • Loading branch information
HashimotoLogly authored May 17, 2022
1 parent 8edfbc7 commit 34622e3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/spec/modules/loglyliftBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ describe('loglyliftBidAdapter', function () {
},
sponsoredBy: {
required: true
},
cta: {
required: true
},
privacyLink: {
required: true
}
}
}
Expand Down Expand Up @@ -114,6 +120,8 @@ describe('loglyliftBidAdapter', function () {
],
sponsoredBy: 'logly',
title: 'Native Title',
privacyLink: 'https://www.logly.co.jp/optout.html',
cta: '詳細はこちら',
}
}],
}
Expand Down

0 comments on commit 34622e3

Please sign in to comment.