KEMBAR78
Risemediatech Bid Adapter : New Bidder Adapter by pritishmd-talentica · Pull Request #13600 · prebid/Prebid.js · GitHub
Skip to content

Conversation

pritishmd-talentica
Copy link
Contributor

Type of change

  • Bugfix

  • Feature

  • [x ] New bidder adapter

  • Updated bidder adapter

  • Code style update (formatting, local variables)

  • Refactoring (no functional changes, no api changes)

  • Build related changes

  • CI related changes

  • Does this change affect user-facing APIs or examples documented on http://prebid.org?

  • Other

Description of change

Added a bidder adapter for RisemediaTech
Maintainer : prebid@risemediatech.io

Sample Ad Units

Sample Ad Unit : Banner

    var adUnits = [
        {
            code: 'test-banner-div',
            mediatypes: {
                banner: {
                    sizes:[
                        [320,50]
                    ]
                }
            },
            bids:[
                {
                    bidder: 'risemediatech',
                    params: {
                        bidfloor: 0.001,        
                        testMode: 1
                    }
                }
            ]
        }
    ]

Sample Ad Unit : Video

    var videoAdUnit = [
        {
            code: 'risemediatech',
            mediatypes: {
                video: {
                    playerSize: [640, 480],           // required
                    context: 'instream',
                    mimes: ['video/mp4','video/webm'],
                    minduration: 5,
                    maxduration: 30,
                    startdelay: 30,
                    maxseq: 2,
                    poddur: 30,
                    protocols: [1,3,4],
                }
            },
            bids:[
                {   
                    bidder: 'risemediatech',
                    params: {
                        bidfloor: 0.001
                        testMode: 1
                    }
                }
            ]
        }
    ]

Bidder Params Documentation

prebid/prebid.github.io#6150

@github-actions
Copy link

Tread carefully! This PR adds 2 linter errors (possibly disabled through directives):

  • modules/risemediatechBidAdapter.js (+2 errors)

@patmmccann
Copy link
Collaborator

We don't have a policy against brand confusion, but I'm curious, is this intentional

@pritishmd-talentica
Copy link
Contributor Author

Our legal entity is called Rise Media Technologies and there's no intentional connection or attempt to associate with the rise adapter. Our goal is to operate independently without creating confusion

@patmmccann
Copy link
Collaborator

fair enough, i see there are at least a dozen companies called Rise in media or advertising and I am certainly not the police on that one

@patmmccann patmmccann removed their assignment Jul 21, 2025
@pritishmd-talentica
Copy link
Contributor Author

@patmmccann Hope you are doing well. Can you please take a look at the adapter?

@pritishmd-talentica
Copy link
Contributor Author

@patmmccann Can you take a look

@patmmccann
Copy link
Collaborator

You don't pass linting

@pritishmd-talentica
Copy link
Contributor Author

@patmmccann Resolved the same. Can you take a look?

@patmmccann patmmccann merged commit 5abc7d2 into prebid:master Aug 7, 2025
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants