Skip to content

Add Vert.x UriTemplate#4444

Open
CTMBNara wants to merge 18 commits into
masterfrom
add-vertx-uri-template
Open

Add Vert.x UriTemplate#4444
CTMBNara wants to merge 18 commits into
masterfrom
add-vertx-uri-template

Conversation

@CTMBNara

@CTMBNara CTMBNara commented Mar 31, 2026

Copy link
Copy Markdown
Collaborator

Major changes:

  • BIDDER related macros:
    • All macros in the BIDDER.yaml configuration file must be converted as follows:
      {{MACRO}} -> {MACRO}
    • If a bidder needs to use macros, they should use org.prebid.server.util.Uri
    • All macros in the BIDDERBidder.java file must be converted as follows to work with new API:
      {{MACRO}} -> MACRO
  • HttpApplicationSettings Rfc3986: request-id=id2&request-id=id1&imp-id=id2&imp-id=id1 -> request-id=id2%2Cid1&imp-id=id2%2Cid1

Config properties:

  • hooks.modules.optable-targeting.api-endpoint: {{TENANT}} -> {TENANT}, {{ORIGIN}} -> {ORIGIN}
  • analytics.liveintent.analytics-endpoint: path and query parameters will now be appended to the endpoint instead of replacing the existing ones.

Bidder configuration specific changes:

  • Adkernel: %s -> {Zone}
  • Adot: {{PUBLISHER_PATH}} -> {/PUBLISHER_PATH*}
  • AudienceNetwork: {partner}, {app}, {auction} macros added
  • Brave: {{.PublisherID}} -> {PublisherID}
  • Eplanning: {ClientId}, {DfpClientId}, {RequestTarget}, {Sec} macros added
  • Lunamedia: {Pid} macro added
  • Mobfoxpb: __route__ -> {route}, __method__ -> {method}, __key__ -> {key}
  • Smartrtb {PubId} macro added
  • Rubicon: rubicon.default-tk-x-int property added
  • Tappx: {path} macro added
  • Yeahmobi: {{.Host}} -> gw-{ZoneId}-bid.yeahtargeter.com
  • Yieldlab: {AdSlotId} macro added
  • Smartadserver:
    • smartadserver.secondary-endpoint -> smartadserver.pg-endpoint
    • /api/bid suffix should be added to smartadserver.endpoint
    • /ortb suffix should be added to smartadserver.pg-endpoint
  • Improvedigital: {{PathPrefix}}pbs -> {PathPrefix}/pbs
  • Gamoshi:
    • gamoshi.endpoint: endpoint -> endpoint/r/{SupplyPartnerId}/bidr?bidder=prebid-server
  • KueezRtb: {ConnectionId} macro added
  • Mgid: {AccountId} macro added
  • Ucfunnel:
    • ucfunnel.endpoint: endpoint -> endpoint/{PartnerId}/request
  • Vidazoo: {ConnectionId} macro added
  • Omnidex: {ConnectionId} macro added
  • Tagoras: {ConnectionId} macro added
  • Beachfront: exchange_id query param moved to bidder code. Remove it from .yaml config

@CTMBNara CTMBNara requested a review from And1sS March 31, 2026 23:09
@CTMBNara CTMBNara force-pushed the add-vertx-uri-template branch 2 times, most recently from 025ac24 to 8b7b3ed Compare April 14, 2026 20:53
@CTMBNara CTMBNara force-pushed the add-vertx-uri-template branch from 8b7b3ed to 0227b04 Compare April 14, 2026 21:35
@CTMBNara CTMBNara changed the base branch from master to prebid-server-4.0 May 27, 2026 12:28
@CTMBNara CTMBNara marked this pull request as ready for review May 27, 2026 12:28
@CTMBNara CTMBNara changed the base branch from prebid-server-4.0 to master June 29, 2026 20:33
CTMBNara added 2 commits June 29, 2026 22:46
# Conflicts:
#	src/test/resources/org/prebid/server/it/test-application.properties
@CTMBNara CTMBNara force-pushed the add-vertx-uri-template branch from a907d2c to 6f23995 Compare June 29, 2026 20:52
CTMBNara added 5 commits June 30, 2026 14:41
# Conflicts:
#	extra/modules/optable-targeting/src/test/java/org/prebid/server/hooks/modules/optable/targeting/v1/BaseOptableTest.java
#	extra/pom.xml
#	src/main/java/org/prebid/server/spring/config/bidder/SmartadserverConfiguration.java
#	src/main/java/org/prebid/server/vertx/httpclient/CircuitBreakerSecuredHttpClient.java
#	src/test/java/org/prebid/server/bidder/gumgum/GumgumBidderTest.java
#	src/test/java/org/prebid/server/spring/config/bidder/util/UsersyncerCreatorTest.java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant