-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Freewheel-SSP Bid Adapter: add alias, update local param, and other additions #9093
Conversation
@patmmccann can you please review? Thanks. |
modules/freewheel-sspBidAdapter.js
Outdated
// TODO: is 'page' the right value here? | ||
var location = bidderRequest?.refererInfo?.page; | ||
|
||
var location = (bidderRequest && bidderRequest.refererInfo) ? bidderRequest.refererInfo.referer : getTopMostWindow().location.href; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's wrong with page? This appears incorrect
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reverted back.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also please re-title your pr to match format of recently merged prs
@@ -387,7 +387,7 @@ describe('freewheelSSP BidAdapter Test', () => { | |||
]; | |||
|
|||
let result = spec.interpretResponse(response, request[0]); | |||
expect(result[0].meta.advertiserDomains).to.deep.equal([]); | |||
expect(result[0].meta.advertiserDomains).to.deep.equal(''); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This must be an array
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated.
@patmmccann the code has been updated. Can you please double check? Thanks. |
…dditions (prebid#9093) * freewheel add schain in the request * FreewheelSSP-Update update the bidder name and advertiserDomain * FreewheelSSP-Update code update * Freewheel-SSP Bid Adapter: code update
…dditions (prebid#9093) * freewheel add schain in the request * FreewheelSSP-Update update the bidder name and advertiserDomain * FreewheelSSP-Update code update * Freewheel-SSP Bid Adapter: code update
Type of change
Description of change
freewheelssp
advertiserDomains
iframeEnabled
option ingetUserSyncs
methodOther information