-
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
topRTBBidAdapter #3817
topRTBBidAdapter #3817
Conversation
@Unnamalai57 Hi! I am taking a look now. Please update your test which is failing in Circle CI? |
@Unnamalai57 Hello, just a reminder to please fix the failing tests. Will re-review once complete. |
If you would like this merged into the next Prebid Release, please make the changes to fix your failing tests. |
@robertrmartinez may I know what are the tests have been failed in topRTBBidAdapter? |
You can see it says "Some checks were not successful" and you can click details which will take you to this link: |
I attempted to rerun them again, and they still fail sorry. Please try and fix when possible. |
ok sure @robertrmartinez .Let me fix it |
@robertrmartinez I have fixed the test failing issue. Could you please verify it? |
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.
Please see comments and respond with questions or fixes
@@ -0,0 +1,70 @@ | |||
import * as utils from '../src/utils'; |
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.
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.
@robertrmartinez could you please tell me how can I enhance the testing to achieve 100%
modules/topRTBBidAdapter.js
Outdated
import {BANNER, VIDEO} from '../src/mediaTypes'; | ||
|
||
const BIDDER_CODE = 'topRTB'; | ||
const ENDPOINT_URL = 'http://ssp.toprtb.com:8080/sspNew/rest/ReqAd?ref=www.google.com&hbid=0&adUnitId='; |
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.
All adapters must support HTTPS
Plus I am not sure having port numbers in the endpoint is something we allow either.
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.
Please address this.
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.
Hi you still do not support HTTPS which is a requirement for prebid.js adapters.
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.
Hi @robertrmartinez
SSL configuration is in progress. Will update as soon as completed
@robertrmartinez I have just removed console log from topRTBAdapter.js. May I know in what case testing failed in CircleCI |
modules/topRTBBidAdapter.js
Outdated
import {BANNER, VIDEO} from '../src/mediaTypes'; | ||
|
||
const BIDDER_CODE = 'topRTB'; | ||
const ENDPOINT_URL = 'http://ssp.toprtb.com:8080/sspNew/rest/ReqAd?ref=www.google.com&hbid=0&adUnitId='; |
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.
Hi you still do not support HTTPS which is a requirement for prebid.js adapters.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Still checking with SSL configurations. Will complete it |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@Unnamalai57 - any progress on this? |
Hi @bretg |
Great - back to @robertrmartinez |
Thank you for the updates @Unnamalai57 I am still unable to get a valid bid response using the example you provided. A bidders params should be reliable and always return a valid bid response. Is there something in particular that I need to do to have your endpoint return a test bid? |
Hi @robertrmartinez |
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.
Thank you, glad to finally get this in! :)
* toprtbBidAdapter * topRTB adapter hbid queryparam added * toprtbBidAdapter-ssp aws url * topRTBBidAdapter * Video format topRTBBidAdapter * Video format topRTBBidAdapter * deviceType added * tracking new added * impression event added * fix test failed * fix testing failed * removed debug logs * added single quotes in adUnitId * remove console log * code committed to add SSL * adunitId changes for valid response
New Bidder Adapter - topRTBBidAdapter
Contact email of the adapter’s maintainer
[email protected]