-
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
Yieldmo prebid3.0 compliance, gdpr upadtes. remove openxoutstream bidder #4485
Merged
Merged
Changes from 20 commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
889e5f0
update maintainer email
147c1a0
Merge remote-tracking branch 'upstream/master'
ym-elber 8729d7c
Merge pull request #3 from yieldmo/upstream-sync
32c1c68
Merge branch 'master' of https://github.com/prebid/Prebid.js
4fd8634
add stringified schain
75d3036
Revert "add stringified schain"
4efef2a
pass along gdpr consent string and gdpr applies through get
05dbe64
use paramter gdprConsent
c4820cb
Merge pull request #5 from yieldmo/FS-7684-pass-consent-string
MelodyLi2017 49de31f
add stringified schain
3e384c9
don't change other files
5a71559
Merge pull request #4 from yieldmo/FS-7695-schain
MelodyLi2017 17108a4
change parameter namves
c1f47bf
Merge pull request #6 from yieldmo/change-param-names
MelodyLi2017 217eb0c
updates bidder module to be 3.0 compliant, and tests
HolzAndrew eeff0f4
Merge pull request #7 from yieldmo/FS-7762
HolzAndrew 5854686
deletes openxoutstream adapter
HolzAndrew 6b16a1f
fix broken yieldmo test
HolzAndrew 8f3f98a
remove log
HolzAndrew 5398c6d
Merge pull request #8 from yieldmo/FS-7766
c0cab3e
remove utils functions that will be depricated in 3.0 and use new ref…
HolzAndrew 18ed64c
Merge pull request #9 from yieldmo/FS-7762-updates
HolzAndrew 32bef9d
use prebids gettopwindow util functions. update markdown with 3.0 com…
HolzAndrew 1ec3f23
Merge pull request #10 from yieldmo/FS-7762-updates
HolzAndrew e5af53a
Pass along us_privacy string
ym-elber 7012a86
Merge pull request #11 from yieldmo/FS-7901-us-privacy
6dc4d82
add stringified schain
078dde0
Revert "add stringified schain"
76395db
pass along gdpr consent string and gdpr applies through get
c8f1bb6
use paramter gdprConsent
f44b9ba
add stringified schain
3c08912
don't change other files
2bd4486
change parameter namves
b05b9af
updates bidder module to be 3.0 compliant, and tests
HolzAndrew 317b18f
deletes openxoutstream adapter
HolzAndrew 493ea66
fix broken yieldmo test
HolzAndrew f66291a
remove log
HolzAndrew ba44122
remove utils functions that will be depricated in 3.0 and use new ref…
HolzAndrew e185504
use prebids gettopwindow util functions. update markdown with 3.0 com…
HolzAndrew 0072141
Pass along us_privacy string
ym-elber 11366c8
Merge pull request #13 from yieldmo/master-copy-2
HolzAndrew File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains 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
Oops, something went wrong.
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.
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.
utils.getTopWindowUrl()
function will be deprecated in prebid 3.0. More details about the deprecations here. Instead of using those deprecated functions, you can read the info from the bidRequest object. Find more details here.Same thing applies to the
utils.getTopWindowReferrer
you've used in line:34There 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.
@Fawke thank you for pointing that out. I have updated the 2 functions that will be deprecated.