-
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
New mobfox prebid adapter #5978
Conversation
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.
I was able to confirm your Banner set up was working. I was unable to confirm for Native and Video. This may just be a result of my set up. This is my first review and I'm not fully set up yet.
I saw that this may need a merge from master, seeing 22 commits behind.
I've been told that circleci often just needs to be reran, I do not have proper access yet to see the logs from circleci.
@harpere I would like to request a second review to ensure as I have not been fully trained on the system yet.
@Rothalack Good day to you, my congratulations on your first review. Here is basic HTML page to test setup - it will result output to console containig responses for every mediatype.
|
I've gotten access to Circleci and I see it is a failure to test IE 11. It seems like every PR is failing on IE 11 and/or Safari, so I don't know if that has been addressed yet. I've now confirmed your banner, video and native bids are working in the regular test and gdpr test. This should still need a merge with master, showing 22 commits behind. |
@Rothalack I've merged masters with upstream, but really it is not necessary for PR to be on the same commit as main repository. Commits would not be reverted. Simple example - while you reviewing this PR - new commits are arriving to main repository , making current PR always stay behind |
On line 37 in the main adapter, the URL function you are using isn't supported by IE, which is what is not passing in CircleCI In the same block of code, you're accessing window and window.top which can be accessed rather by utils.getWindowTop and utils.getWindowLocation, etc. If you need host/pathname, it's probably best to just use utils.getWindowTop and use the result window object to get location, etc. You can code defensively for if these return empty. Credit of this feedback to Robert |
LGTM |
New mobfox prebid adapter
Type of change
Description of change
New mobfox adapter
Be sure to test the integration with your adserver using the Hello World sample page.
contact email of the adapter’s maintainer
platform@mobfox.com
official adapter submission
A link to a PR on the docs repo at https://github.com/prebid/prebid.github.io/
New mobfox bid adapter prebid.github.io#2501