-
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
Quantum Advertising Adapter #2051
Conversation
There's some commented out code (lines 68 and 74 for example) that should be removed |
There's a lot of code in the adapter for native but it the adapter doesn't declare native is a supported media type. If native support is not ready in the adapter, the native code should not be included in the pull request. |
@sami-elasticad - please note the review comments |
Please review last changes. Thank you. |
@sami-elasticad It's good that you've added tests for native and test coverage is now > 80%. But I'm still perplexed as to why there's code to render native but supportedMediaTypes doesn't declare native so the adapter can't actually be used with native. |
Hi. I added supportedMediaTypes, it was something i missed. Please review changes. Thank you. |
Yet I haven't been able to make a functional test for rendering the native bid. I tried every step from http://prebid.org/dev-docs/show-native-ads.html#how-native-ads-work but i didn't managed to make it working. Can you provide a functional example where a native ad is rendered with prebid.js 1.3+. Thank you. |
Here's the test page I use. It's the example from Prebid.org with minor updates for 1.x |
Thank you for the test page. I tested and fixed some problems with assets. It worked on my side. Waiting for your reviews. |
You should update your docs to include the bannerFormat parameter but otherwise looks good |
We renounced to bannerFormat param. It works without it, we use mediaTypes only. Thank you. |
Type of change
Description of change
Initial push for Quantum Advertising Bid Adapter.
Sample Ad Unit: For Publishers
Be sure to test the integration with your adserver using the Hello World sample page.
sami@elasticad.com
For any changes that affect user-facing APIs or example code documented on http://prebid.org, please provide:
Other information