New Adapter: TeqBlaze by przemkaczmarek · Pull Request #4161 · prebid/prebid-server-java
|
|
||
| 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| 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]'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters