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

LunaMedia Adapter #5110

Merged
merged 4 commits into from
Apr 23, 2020
Merged

LunaMedia Adapter #5110

merged 4 commits into from
Apr 23, 2020

Conversation

trchandraprakash
Copy link
Contributor

@trchandraprakash trchandraprakash commented Apr 11, 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

  • test parameters for validating bids
{
  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 3 commits March 16, 2019 23:41
update prebid.js code base from fork
LunaMedia Adapater
@trchandraprakash
Copy link
Contributor Author

Hi Guys,

Can you please let me know if all good here and when adapter will get merged.

Thanks & Regards
Chandra Prakash

@trchandraprakash
Copy link
Contributor Author

Hi Please find docs below
prebid/prebid.github.io#1925

@trchandraprakash
Copy link
Contributor Author

Hi Guys, Can you please let me know if all good here and when adapter will get available for client.

@trchandraprakash
Copy link
Contributor Author

Hi Guys, Our clients eagerly waiting for adapter, can you please let me know if anything else pending from my side.

Copy link

@akovalnj akovalnj left a comment

Choose a reason for hiding this comment

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

Could not get the test parameters to return an ad. All adapters are required to contain valid test parameters. Please update the markdown file accordingly.

Also, please use mediatypes instead of adunit sizes. Documentation can be found here: http://prebid.org/dev-docs/publisher-api-reference.html#adUnit-banner

Copy link

@akovalnj akovalnj left a comment

Choose a reason for hiding this comment

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

The parameters are still getting a 204 when I try them from the test page. IT should be returning a 200 along with an ad.

@trchandraprakash
Copy link
Contributor Author

trchandraprakash commented Apr 21, 2020

I modifying my earlier comment since, i am able to see ads.
Try refreshing 5 - 10 times you should see ads.
I am using this configuration in hello_world.html.
Same goes for 320x50 request.

    var adUnits = [{
        code: 'div-gpt-ad-1460505748561-0',
        mediaTypes: {
            banner: {
                sizes: [[320, 250]]
            }
        },
        // Replace this object to test a new Adapter!
        bids: [{
            bidder: 'lunamedia',
            params: {
                pubid: '121ab139faf7ac67428a23f1d0a9a71b',
                placement: 12345
            }
        }]
    }];

@akovalnj
Copy link

Still getting 204s for both banner and video event though I tried 20 times.

There were some fixes checked in recently that may solve your build issue. Please do another checkout and try the build again.

@akovalnj
Copy link

The 204 issue was on my end. I needed to use a different IP alias other than localhost. Consistenly getting 200s now.

But noticed one other thing. There is a function to get the referrer when it seems that you could just get the value from bidderRequest.refererInfo.referer. Do you need that extra layer?

@trchandraprakash
Copy link
Contributor Author

Yes, lets keep that function for now.

@akovalnj akovalnj merged commit b5aa77a into prebid:master Apr 23, 2020
banesto pushed a commit to banesto/Prebid.js that referenced this pull request Apr 27, 2020
* commit '8db2720d60a6533dee52e96f847854ef1c219345': (249 commits)
  Release 3.17.0
  LunaMedia Adapter (prebid#5110)
  UserId module to export user ids as eids with pbjs.getUserIdsAsEids() (prebid#5108)
  Triplelift: expose tl_souce in bid response (prebid#5139)
  Add warning messages for publishers while native ads send assets containing url without sendId  (prebid#5096)
  use customSlotMatching func for reseting targeting (prebid#5132)
  Teads fix production GDPR error (prebid#5122)
  No bid version 1.2.5 (prebid#5137)
  SublimeBidAdapter src/url.js import fix (prebid#5150)
  Improve Digital adapter: add support for outstream video (prebid#5129)
  Disallowing remote requests from Safari and Firefox due to browsers no longer supporting DigiTrust ID. (prebid#5109)
  PS bid adapter update to copy site object from config (prebid#5083)
  SublimeBidAdapter: Update to version 0.5.1 (prebid#4977)
  LuponMedia Bid Adapter (prebid#5146)
  [BUGFIX] AdagioBidAdapter getDataFromLocalStorage (prebid#5081)
  Revert "New LuponMedia Bid Adapter (prebid#5120)" (prebid#5145)
  New LuponMedia Bid Adapter (prebid#5120)
  Feature/send publisher domain (prebid#5121)
  update test adunit params (prebid#5135)
  add parameter to the conversant adapter to override the url (prebid#5133)
  ...
iggyfisk pushed a commit to happypancake/Prebid.js that referenced this pull request Jun 22, 2020
* Update Bidder Code

* LunaMedia Adapater

LunaMedia Adapater

* Updated LunamediaBidAdapter.md test params and valid pub code for testing

Co-authored-by: Chandra Prakash <chandra.prakash@advangelists.com>
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.

4 participants