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

Saambaa Bidder Adapter #5526

Merged
merged 17 commits into from
Jul 29, 2020
Merged

Conversation

trchandraprakash
Copy link
Contributor

@trchandraprakash trchandraprakash commented Jul 21, 2020

Type of change

  • Bugfix
  • Feature
  • New bidder adapter
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Does this change affect user-facing APIs or examples documented on http://prebid.org?
  • Other

Description of change

Saambaa Bidder Adapter

{
  bidder: '<bidder name>',
  params: {
    // ...
  }
}

Be sure to test the integration with your adserver using the Hello World sample page.

  • contact email of the adapter’s maintainer
  • official adapter submission

For any changes that affect user-facing APIs or example code documented on http://prebid.org, please provide:

Other information

Chandra Prakash and others added 13 commits March 16, 2019 23:41
update prebid.js code base from fork
LunaMedia Adapater
Accept size parameters
Adding a new line.

home/circleci/Prebid.js/modules/lunamediaBidAdapter.js

  401:22  error  Newline required at end of file but not found  eol-last

✖ 1 problem (1 error, 0 warnings)

  1 error, 0 warnings potentially fixable with the `--fix` option.
updated as per review
Saambaa Bidder Adapter
@trchandraprakash
Copy link
Contributor Author

Hi, Can you please let me know what is wrong with adapter.

return requests;
},

interpretResponse(serverResponse, {bidRequest}) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

it appears from your tests your server responds with adomain. Can you set meta.advertiserDomains ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hi @patmmccann I see all checks have passed, is this change still needed.

Copy link
Collaborator

Choose a reason for hiding this comment

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

yes, as of prebid 4.0, if you are passing adomain in responses from your endpoint you should be setting it in meta. See the four adapter changes on prebid 4.0 release notes for examples.

Copy link
Collaborator

Choose a reason for hiding this comment

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

#4824 has the 4.x changes

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hi @patmmccann let me know if changes are good to merge.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Thanks for the edit!

Copy link
Contributor

@FilipStamenkovic FilipStamenkovic left a comment

Choose a reason for hiding this comment

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

LGTM
can you resolve comment made by @patmmccann?

Also, can you update description of this pull request and please open PR on docs repo:
https://github.com/prebid/prebid.github.io

@trchandraprakash
Copy link
Contributor Author

@FilipStamenkovic here is the doc, thanks for reminding.
prebid/prebid.github.io#2159

Chandra Prakash added 3 commits July 23, 2020 13:22
Updating adomain in meta
resolving an error.
Updates related to adomain
Copy link
Contributor

@FilipStamenkovic FilipStamenkovic left a comment

Choose a reason for hiding this comment

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

Looks good, just update your docs PR: prebid/prebid.github.io#2159

Is your bidder supporting tcf 1 and/or tcf 2?
I see from this PR that you are passing gdprApplies and consent string.
If you are supporting tcf then add:

gdpr_supported: true
tcf2_supported: true #if you support tcf v2

@trchandraprakash
Copy link
Contributor Author

Hi @FilipStamenkovic We currently do not operate in EU and not supporting tcf as well. Let me know if all good and when i can make this adapter available for client.

@FilipStamenkovic FilipStamenkovic merged commit aef5517 into prebid:master Jul 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants