Skip to content

Conversation

@ODudek
Copy link

@ODudek ODudek commented Dec 20, 2024

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

Other information

@ODudek ODudek linked an issue Dec 20, 2024 that may be closed by this pull request
Co-authored-by: Sławomir Kokłowski <38455696+skoklowski@users.noreply.github.com>
Co-authored-by: Sławomir Kokłowski <38455696+skoklowski@users.noreply.github.com>
Comment on lines 162 to 166
gdpr: bidderRequest.gdprConsent.gdprApplies,
dsa:
customParams.dsainfo !== undefined
? { required: customParams.dsainfo }
: undefined,
Copy link

@skoklowski skoklowski Jan 9, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Czy to nie pasowałoby bardziej do request.regs.ext? Nawet trochę wcześniej pobieramy to stamtąd:

deepAccess(bidderRequest, 'ortb2.regs.ext.dsa.required')

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

poprawione

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nadal widzę widzę tę wartość w request.user.ext.dsa. Tak miało być?

@ODudek ODudek merged commit 64d918b into dreamlab-master Jan 16, 2025
2 checks passed
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.

Stworzyć adapter DASBidder, który robi requesty wykorzystując OpenRTB

3 participants