Skip to content

New Adapter: Synapse HX#4532

Open
prebid-compas wants to merge 3 commits into
prebid:masterfrom
prebid-compas:implement-synapsehx-adapter
Open

New Adapter: Synapse HX#4532
prebid-compas wants to merge 3 commits into
prebid:masterfrom
prebid-compas:implement-synapsehx-adapter

Conversation

@prebid-compas

Copy link
Copy Markdown

🔧 Type of changes

  • new bid adapter
  • bid adapter update
  • new feature
  • new analytics adapter
  • new module
  • module update
  • bugfix
  • documentation
  • configuration
  • dependency update
  • tech debt (test coverage, refactorings, etc.)

✨ What's the context?

New bidder adapter for Synapse HX
Maintainer: prebid@compas-inc.com

Related Changes

🧠 Rationale behind the change

Why did you choose to make these changes? Were there any trade-offs you had to consider?

🔎 New Bid Adapter Checklist

  • verify email contact works
  • NO fully dynamic hostnames
  • geographic host parameters are NOT required
  • direct use of HTTP is prohibited - implement an existing Bidder interface that will do all the job
  • if the ORTB is just forwarded to the endpoint, use the generic adapter - define the new adapter as the alias of the generic adapter
  • cover an adapter configuration with an integration test

🧪 Test plan

How do you know the changes are safe to ship to production?

🏎 Quality check

  • Are your changes following our code style guidelines?
  • Are there any breaking changes in your code?
  • Does your test coverage exceed 90%?
  • Are there any erroneous console logs, debuggers or leftover code in your changes?

Comment on lines +37 to +38
private static final TypeReference<ExtPrebid<?, ExtImpSynapseHX>> SYNAPSE_HX_EXT_TYPE_REFERENCE =
new TypeReference<>() { };

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

new TypeReference<>() {
};

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Done.

Comment thread src/main/java/org/prebid/server/bidder/synapsehx/SynapseHXBidder.java Outdated
Comment thread src/main/java/org/prebid/server/bidder/synapsehx/SynapseHXBidder.java Outdated
Comment thread src/main/java/org/prebid/server/bidder/synapsehx/SynapseHXBidder.java Outdated
Comment thread src/test/java/org/prebid/server/bidder/synapsehx/SynapseHXBidderTest.java Outdated
Comment thread src/test/java/org/prebid/server/bidder/synapsehx/SynapseHXBidderTest.java Outdated
Comment thread src/test/java/org/prebid/server/bidder/synapsehx/SynapseHXBidderTest.java Outdated
Comment thread src/test/java/org/prebid/server/bidder/synapsehx/SynapseHXBidderTest.java Outdated
@prebid-compas prebid-compas requested a review from And1sS June 22, 2026 14:26
site-media-types:
- banner
- video
vendor-id: 0

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Do you have registered vendor id?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Synapse HX is going to operate only with US traffic. We do not have similar to vendor-id in already merged prebid/prebid-server#4795 as well.

final String uri;

try {
final String tenantId = getTenantId(firstImp);

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Can be inlined.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Done.

}

final MultiMap headers = HttpUtil.headers();

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Redundant empty line.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Done.

@prebid-compas prebid-compas force-pushed the implement-synapsehx-adapter branch from 878e636 to 998c18b Compare July 8, 2026 23:36
@prebid-compas prebid-compas requested a review from And1sS July 8, 2026 23:39
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.

2 participants