Skip to content

HypeLab Bid Adapter: Migrate to OpenRTB endpoint#14863

Merged
patmmccann merged 1 commit into
prebid:masterfrom
gohypelab:feat/hypelab-ortb-migration
May 12, 2026
Merged

HypeLab Bid Adapter: Migrate to OpenRTB endpoint#14863
patmmccann merged 1 commit into
prebid:masterfrom
gohypelab:feat/hypelab-ortb-migration

Conversation

@Minebomber
Copy link
Copy Markdown
Contributor

Type of change

  • Updated bidder adapter

Description of change

Our old v1/ad_requests endpoint was deprecated and this change to our bidding adapter uses the new request endpoint v1/rtb_requests, which follows the OpenRTB 2.6 spec. We updated the adapter to use the builtin ortbConverter util to simplify a lot of the old logic related to building requests & parsing responses while retaining our required parameters in the ext fields. This change has no outward effects on publishers as the integration requirements remain the same (property_slug, placement_slug).

Migrate HypeLab bid adapter from custom /v1/prebid_requests format to
OpenRTB 2.6-compliant /v1/rtb_requests endpoint using Prebid's built-in
ortbConverter. Remove legacy event reporting callbacks (onTimeout,
onSetTargeting, onBidderError); keep onBidWon to fire burl pixel.
@review-assignment-bot review-assignment-bot Bot requested a review from gwhigs May 8, 2026 21:23
source: 'prebid',
sdk_version: PREBID_VERSION,
provider_version: PROVIDER_VERSION,
dpr: typeof window !== 'undefined' ? getDevicePixelRatio(window) : 1,
@patmmccann
Copy link
Copy Markdown
Collaborator

Related #14562

@patmmccann
Copy link
Copy Markdown
Collaborator

patmmccann commented May 9, 2026

This seems like a resubmission of #14562 without addressing the feedback there

@Minebomber
Copy link
Copy Markdown
Contributor Author

This seems like a resubmission of #14562 without addressing the feedback there

Yes, I fixed the issues that the review bot raised in this one (UID + floor)

@patmmccann patmmccann merged commit 57c175b into prebid:master May 12, 2026
102 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.

3 participants