-
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
Connatix Bid Adapter: Support For Video Media Type #11933
Merged
patmmccann
merged 60 commits into
prebid:master
from
Connatix:add-support-for-video-media-type-in-connatix-adapter
Jul 5, 2024
Merged
Changes from all commits
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
9e072e1
upgrade prebid js
rares-mihai-preda 6f50479
added conversantBidAdapter
rares-mihai-preda 0f6d62b
added criteoBidAdapter, tripleliftBidAdapter, pulsepointBidAdapter
DarianAvasan dd2c7ac
adtelligent bid adapter
alex-calauz-cnx f29a909
remove oneVideoBidAdapter from modules.json
rares-mihai-preda dddb048
added yieldmo bid adapter
alex-calauz-cnx 6a5216b
build:connatix script
rares-mihai-preda ed403f5
Merge tag 'tags/7.16.0' into connatix
DarianAvasan 05e6574
removed flocIdSystem & TrustxBidAdapter from modules.json
DarianAvasan 2aa4bbf
Merge tag 'tags/7.17.0' into connatix
DarianAvasan 8596001
added aniview bid adapter
DarianAvasan a13f36f
moved line
DarianAvasan db61e6b
added nextMillennium adapter to modules.json
Alex404Damsa c732da1
newline at the end of the file
rares-mihai-preda affb40e
added new adapters
Alex404Damsa f235695
Merge branch 'connatix' of https://github.com/Connatix/Prebid.js into…
Alex404Damsa ac53dff
added minutemedia adapter
Alex404Damsa d87cb0d
added richaudience adapter
DarianAvasan ec5a7dd
Revert "added richaudience adapter"
DarianAvasan 9ff7b45
Revert "added minutemedia adapter"
Alex404Damsa e2a6dc8
Added Permutive RTD module
cosminser a0839a9
comma
cosminser e3d78dc
[feat] add sharethroughBidAdapter
Dan-Lucian 4deb938
added insticator bid adapter
Alex404Damsa 962dd2c
Merge tag 'tags/7.54.0' into connatix
cristisilav f583ade
Add consentManagementGpp module
cristisilav 24f64b3
fix gpp signal (#5)
mariusszabo ccc92f5
remove gpp module because no need to support it yet
mariusszabo 1236ebd
LiveRamp submodule identityLink
DarianAvasan f84c4b8
added sonobi bid adapter
alex-calauz-cnx 2accd37
Merge tag 'tags/8.17.0' into connatix
rares-mihai-preda 2d4c628
upgrade to prebid 8.17.0
rares-mihai-preda 5ef2cfa
upgrade to prebid 8.17.0
rares-mihai-preda e314514
Merge tag 'tags/8.18.0' into connatix
rares-mihai-preda 7fdf0a3
added pgamsspBidAdapter because its alias was removed from adtelligen…
rares-mihai-preda 33d11df
Merge tag 'tags/8.20.0' into connatix
rares-mihai-preda 1cc4ada
added ozone as Connatix bidder partner
rares-mihai-preda e9e2fdd
added showheroes adapter
OctaviaS20 0a5525f
added seedtag bid adaptor
Alex404Damsa b18eccd
added minutemedia
OctaviaS20 858b330
removed duplicated minute media
rares-mihai-preda 63b996c
Merge tag 'tags/8.37.0' into connatix
OctaviaS20 8cfda4b
Merge branch 'connatix' of github.com:Connatix/Prebid.js into connatix
OctaviaS20 2bf6a6d
Merge tag 'tags/8.38.0' into connatix
OctaviaS20 441bb53
added sovrn bid adapter
OctaviaS20 9879f30
fix: add consentManagementGpp module
mariuspotorconnatix 4dbb923
added new build and gannet adapters
OctaviaS20 77cd4fd
renamed build command
OctaviaS20 67ee6f4
added specific modules for gannett
OctaviaS20 3da9065
added kueezRtb bid adaptor
Alex404Damsa 5fb8f75
added video media type support for connatix bid adapter
Alex404Damsa 15acad5
added all the recommended params to video media type mock
Alex404Damsa f8c2c44
improved validateVideo function
Alex404Damsa d0780cc
impreoved validateVideo function once again:)
Alex404Damsa 0628621
removed redundant checks in bid request validation
Alex404Damsa 10858da
clarified test it statement
Alex404Damsa 5f457c4
improved unit tests
Alex404Damsa a855b23
updated validateVideo function
Alex404Damsa fabe6f6
removed modules.json
Alex404Damsa 1762d93
removed connatix build script
Alex404Damsa 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 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
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
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.
What about adpod?
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.
We do not suport adpod mediatype. We filtered it out in the is
isBidRequestValid
method.