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

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

Merged
merged 1 commit into from
Jul 30, 2021
Merged

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
prebidtappx pushed a commit to prebidtappx/Prebid.js that referenced this pull request Nov 15, 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