-
Notifications
You must be signed in to change notification settings - Fork 188
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
Yieldlab Bidder: Forward consent under param gdpr_consent #3720
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see many differences in the adapter logic in relation to the GO. Please correct them all:
- different
makeFormats
- there is not schain support
- there also may be other differences
src/main/java/org/prebid/server/bidder/yieldlab/YieldlabBidder.java
Outdated
Show resolved
Hide resolved
src/main/java/org/prebid/server/bidder/yieldlab/YieldlabBidder.java
Outdated
Show resolved
Hide resolved
src/main/java/org/prebid/server/bidder/yieldlab/YieldlabBidder.java
Outdated
Show resolved
Hide resolved
src/main/java/org/prebid/server/bidder/yieldlab/YieldlabBidder.java
Outdated
Show resolved
Hide resolved
To be continued.... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, delete this debug logic and all things that related to it. It's not present in GO. I also checked the git history and it seems this was added to satisfy integration tests.
// for passing validation tests
final String timestamp = isDebugEnabled(request) ? "200000" : String.valueOf(clock.instant().getEpochSecond());
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are still differences in logic of makeBids
. It would also be nice if you refactored this part as well, there are a lot of things that could be simplified or optimized.
🔧 Type of changes
✨ What's the context?
What's the context for the changes?
🧠 Rationale behind the change
Why did you choose to make these changes? Were there any trade-offs you had to consider?
🔎 New Bid Adapter Checklist
🧪 Test plan
How do you know the changes are safe to ship to production?
🏎 Quality check