Skip to content

Add Vert.x UriTemplate#4444

Draft
CTMBNara wants to merge 11 commits into
masterfrom
add-vertx-uri-template
Draft

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

Conversation

@CTMBNara
Copy link
Copy Markdown
Collaborator

@CTMBNara CTMBNara commented Mar 31, 2026

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

Config properties:

  • hooks.modules.optable-targeting.api-endpoint: {{TENANT}} -> {TENANT}, {{ORIGIN}} -> {ORIGIN}
  • analytics.liveintent.analytics-endpoint: endpoint now should include {+path} macros that will be replaced with /analytic-events/pbsj-bids or /analytic-events/pbsj-winning-bid

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} macros added
  • Mobfoxpb: __route__ -> {route}, __method__ -> {method}, __key__ -> {key}
  • Smartrtb {PubId} macros added
  • Rubicon: rubicon.default-tk-x-int property added
  • Tappx: {path} macros added
  • Yeahmobi: {{.Host}} -> gw-{ZoneId}-bid.yeahtargeter.com
  • Yieldlab: {AdSlotId} macros 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

@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
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.

1 participant