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

Flipp Bid Adapter : initial release #10412

Merged
merged 11 commits into from
Sep 11, 2023
Merged

Flipp Bid Adapter : initial release #10412

merged 11 commits into from
Sep 11, 2023

Conversation

mike-lei
Copy link
Contributor

@mike-lei mike-lei commented Aug 30, 2023

Type of change

  • Bugfix

  • Feature

  • New 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

  • contact email of the adapter’s maintainer: [email protected]
  • test parameters for validating bids:
                {
                    bidder: 'flipp',
                    params: {
                        creativeType: 'NativeX', // Optional, can be one of 'NativeX' (default) or 'DTX'
                        publisherNameIdentifier: 'wishabi-test-publisher', // Required
                        siteId: 1192075, // Required
                        zoneIds: [260678], // Optional
                        userKey: "", // Optional
                        options: {
                            startCompact: true, // Optional, default to true
                        }
                    }
                }

To test this adapter you'll need to add flipp-content-code=e2e-staging-sfml-native to search params in order to make our server to return a testing creative http://localhost:9999/integrationExamples/gpt/hello_world.html?flipp-content-code=e2e-staging-sfml-native

Other information

docs PR:
prebid/prebid.github.io#4827

@ChrisHuie ChrisHuie changed the title New adapter: flipp Flipp Bid Adapter : initial release Sep 5, 2023
Copy link
Collaborator

@Rothalack Rothalack left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, working in testing

@Rothalack Rothalack merged commit e626373 into prebid:master Sep 11, 2023
4 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.

None yet

3 participants