Skip to content

Apacdex Bid Adapter: add placementId param and optimize payload data#7236

Merged
ChrisHuie merged 1 commit intoprebid:masterfrom
thuyhq:master
Jul 30, 2021
Merged

Apacdex Bid Adapter: add placementId param and optimize payload data#7236
ChrisHuie merged 1 commit intoprebid:masterfrom
thuyhq:master

Conversation

@thuyhq
Copy link
Contributor

@thuyhq thuyhq commented Jul 29, 2021

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

  • Adding the "placementId" parameter.
{
  bidder: 'apacdex',
  params: {
    placementId: "1132138",
    floorPrice: 0.01
  }
}
  • We also reduce some unused data when sending to our endpoint.

@ChrisHuie ChrisHuie merged commit 09ea8e2 into prebid:master Jul 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments