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

support extra params #2502

Merged
merged 1 commit into from
May 8, 2018
Merged

support extra params #2502

merged 1 commit into from
May 8, 2018

Conversation

thewizarodofoz
Copy link
Contributor

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

Vidazoo adapter now supports extra (dynamic) params

  • test parameters for validating bids
{
        bidder: 'vidazoo',
        params: {
          cId: '5a1c419d95fce900044c334e',
          pId: '59ac17c192832d0011283fe3',
          bidFloor: 0.0001,
          ext: {
            param1: 'loremipsum',
            param2: 'dolorsitamet'
          }
        }
      }

@harpere harpere self-requested a review May 8, 2018 16:34
@harpere harpere self-assigned this May 8, 2018
@harpere harpere added the LGTM label May 8, 2018
@harpere harpere merged commit b1b969f into prebid:master May 8, 2018
dluxemburg pushed a commit to Genius/Prebid.js that referenced this pull request Jul 17, 2018
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.

2 participants