Re-submit bid adapter for AdUp Technology#4603
Merged
msm0504 merged 1 commit intoprebid:masterfrom Dec 18, 2019
Merged
Conversation
1 task
Contributor
Author
|
The failed tests in CircleCI have nothing to do with our adapter. :( |
e5db9bb to
acd26b8
Compare
Contributor
Author
|
rebased to master |
msm0504
approved these changes
Dec 18, 2019
Contributor
msm0504
left a comment
There was a problem hiding this comment.
@SteffenAnders Changes LGTM and have removed the use of deprecated functions.
I have 1 suggestion, though. Noticed multiple lines (106, 159, 177) checking levels within an object before getting a value. The utils.deepAccess function could be used instead. The docs for it can be seen here.
acd26b8 to
859c1a6
Compare
Contributor
Author
|
Update:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Type of change
Description of change
The adapter already existed and worked but was removed because of compatibility problems with latest Prebid.js 3.0 release. With this pull request i want to re-submit our adapter with the required changes:
mediaTypes.banner.sizesutils.getTopWindowUrl()utils.getTopWindowReferrer()Test parameters
Maintainers
Other information
New PR for the docs: prebid/prebid.github.io#1692
Initial PR for the adapter: #2809
Initial PR for the docs: prebid/prebid.github.io#866