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

bidWatch Analytics Adapter : 6.x code refactory + add creative endpoint #8799

Merged
merged 1 commit into from
Aug 8, 2022
Merged

bidWatch Analytics Adapter : 6.x code refactory + add creative endpoint #8799

merged 1 commit into from
Aug 8, 2022

Conversation

matthieularere-msq
Copy link
Contributor

Type of change

  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Other

Description of change

  • Makes a dereferenced copy of events received in order to be able to modify them without altering ad delivery
  • Remove ad creative code from the payload send to our endpoint to minimize its size
  • Remove gdpr vendor data for the same reason (not needed as long as we have the consent string)
  • Add a new endpoint call dedicated to creatives which each bid response sent individually.
  • Compute cpm increment for a bid won (difference between the bid won cpm and the second best price in the same transaction)
  • Call endpoint creatives only when needed based on another previous call response. This should avoid useless calls to be done.
  • Code was cleaned as per advices in PR bidWatch Analytics Adapter : add creative endpoint #8710

@patmmccann patmmccann merged commit 844cefc into prebid:6.29.x-legacy Aug 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants