Skip to content
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

Driftpixel Bid Adapter : initial release #11454

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

driftpixelai
Copy link

Type of change

  • New bidder adapter

Description of change

[
    {
        code: 'test-banner',
        mediaTypes: {
            banner: {
                sizes: [[300, 250]],
            }
        },
        bids: [
            {
                bidder: 'driftpixel',
                params: {
                    env: 'driftpixel',
                    pid: '40',
                    ext: {}
                }
            }
        ]
    },
    {
        code: 'test-video',
        sizes: [ [ 640, 480 ] ],
        mediaTypes: {
            video: {
                playerSize: [640, 480],
                context: 'instream',
                skipppable: true
            }
        },
        bids: [{
            bidder: 'driftpixel',
            params: {
                env: 'driftpixel',
                pid: '40',
                ext: {}
            }
        }]
    }
];

Other information

Docs PR: prebid/prebid.github.io#5302

@driftpixelai driftpixelai changed the title add driftpixel Adapter Driftpixel: new adapter May 7, 2024
@ChrisHuie ChrisHuie changed the title Driftpixel: new adapter Driftpixel Bid Adapter : initial release May 7, 2024
@ChrisHuie ChrisHuie requested a review from JulieLorin May 7, 2024 15:05
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.

None yet

3 participants