Skip to content
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

Merged
merged 9 commits into from
Oct 19, 2022

Conversation

xwang202
Copy link
Contributor

@xwang202 xwang202 commented Oct 9, 2022

Type of change

  • Feature

Description of change

  1. Added alias freewheelssp
  2. Added the method to get the advertiserDomains
  3. Added iframeEnabled option in getUserSyncs method

Other information

@xwang202
Copy link
Contributor Author

@patmmccann can you please review? Thanks.

// TODO: is 'page' the right value here?
var location = bidderRequest?.refererInfo?.page;

var location = (bidderRequest && bidderRequest.refererInfo) ? bidderRequest.refererInfo.referer : getTopMostWindow().location.href;
Copy link
Collaborator

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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reverted back.

Copy link
Collaborator

@patmmccann patmmccann left a 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('');
Copy link
Collaborator

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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated.

@patmmccann patmmccann self-assigned this Oct 10, 2022
@ChrisHuie ChrisHuie changed the title Freewheel-Prebid Freewheel-SSP Bid Adapter: add alias, update local param, and other additions Oct 11, 2022
@xwang202
Copy link
Contributor Author

@patmmccann the code has been updated. Can you please double check? Thanks.

@patmmccann patmmccann merged commit 0f513e7 into prebid:master Oct 19, 2022
JacobKlein26 pushed a commit to nextmillenniummedia/Prebid.js that referenced this pull request Feb 9, 2023
…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
jorgeluisrocha pushed a commit to jwplayer/Prebid.js that referenced this pull request May 23, 2023
…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants