New Adapter: TeqBlaze by przemkaczmarek · Pull Request #4161 · prebid/prebid-server-java

@przemkaczmarek

🔧 Type of changes

  • new bid adapter's

✨ What's the context?

#4152
#4175
#4158

@przemkaczmarek

@przemkaczmarek

@przemkaczmarek

AntoxaAntoxic


public class TeqblazeBidderTest extends VertxTest {

private static final String ENDPOINT_URL = "https://test.com/test";

Choose a reason for hiding this comment

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

I would also added a few tests the checks the following:

  • headers
  • endpoint url
  • a set of impIds
"ext": {
"teqblaze": {
"placementId": "testPlacementId",
"type": "publisher"

Choose a reason for hiding this comment

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

remove the type

This was linked to issues

Sep 8, 2025

AntoxaAntoxic

maintainer-email: support@rocketlab.ai
usersync:
enabled: true
cookie-family-name: teqblaze

Choose a reason for hiding this comment

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

rocketlab

Comment on lines +94 to +96

} else {
throw new PreBidException("found no valid impressions");
}

Choose a reason for hiding this comment

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

This else is not reachable, because one of the placementId or endpointId is required by the bidder schema

}

private BidType getBidType(Bid bid) {

Choose a reason for hiding this comment

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

remove an empty line

redirect:
url: https://usync.rocketlab.ai/pbserver?gdpr={{gdpr}}&consent={{gdpr_consent}}&us_privacy={{us_privacy}}&gpp={{gpp}}&gpp_sid={{gpp_sid}}&redirect={{redirect_url}}
support-cors: false
uid-macro: '{UID}'

Choose a reason for hiding this comment

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

'[UID]'

@przemkaczmarek

@przemkaczmarek

AntoxaAntoxic

CTMBNara