Skip to content

Fixing inaccuracy regarding TTD adapter and HTTP/2#6499

Open
robhazan wants to merge 3 commits intoprebid:masterfrom
robhazan:master
Open

Fixing inaccuracy regarding TTD adapter and HTTP/2#6499
robhazan wants to merge 3 commits intoprebid:masterfrom
robhazan:master

Conversation

@robhazan
Copy link
Copy Markdown
Contributor

TTD fully supports HTTP/2. Updating the record to reflect this.

🏷 Type of documentation

  • new bid adapter
  • update bid adapter
  • new feature
  • text edit only (wording, typos)
  • bugfix (code examples)
  • new examples

📋 Checklist

  • Related pull requests in prebid.js or server are linked -> Paste link in this list or reference it on the PR itself
  • For new adapters check submitting your adapter docs

TTD fully supports HTTP/2
@netlify
Copy link
Copy Markdown

netlify bot commented Mar 24, 2026

Deploy Preview for prebid-docs-preview ready!

Name Link
🔨 Latest commit b46dc32
🔍 Latest deploy log https://app.netlify.com/projects/prebid-docs-preview/deploys/69cb4388946c550008855e16
😎 Deploy Preview https://deploy-preview-6499--prebid-docs-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@robhazan robhazan changed the title Fixing inaccuracy Fixing inaccuracy regarding TTD adapter and HTTP/2 Mar 24, 2026
All endpoints support HTTP/2. No need for a special flag.
`banner` | optional | Display banner targeting parameters. See the banner section below. | `{}` | `object`
`bidfloor` | optional | Sets a bid floor price | `0.95` | `Float`
`customBidderEndpoint` | optional | Only set if TTD has provided a custom endpoint. If set the custom endpoint will take precedent over the hard-coded endpoints | `https://customBidderEndpoint/bid/bidder/` | `String`
`useHttp2` | optional | When true, the adapter will use an endpoint that supports HTTP2. | `true` | `boolean`
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I don't see why this line should be removed.
https://github.com/prebid/Prebid.js/blob/1d8b5fe28c16b1965252839e27fcb9a9afc15312/modules/ttdBidAdapter.js#L284 still switches to a different endpoint when you set that param to true

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

@robin-crazygames All of our endpoints support HTTP/2 now. So we no longer need to send traffic to some special endpoint for that. We don't want to break backwards compatibility for anyone who may be using this flag, but have no need for it anymore. So we figure just remove it from docs so nobody net new starts using it.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thanks for the explanation

@robhazan
Copy link
Copy Markdown
Contributor Author

@robin-crazygames do you have any idea what the linter doesn't like about the tables in this doc?

@robin-crazygames
Copy link
Copy Markdown
Contributor

I have no idea. I have an open PR that has the same problem, where the linter complains about tables I haven't touched.

@robhazan
Copy link
Copy Markdown
Contributor Author

@robin-crazygames - are you the designated approver/reviewer this week? If so, anything else you need for approval? If not, do you know who is?

@robin-crazygames
Copy link
Copy Markdown
Contributor

@robhazan No, I'm just somebody who made a few contributions to the project (including the one that added that property you're about to remove). That is the only reason I dropped by on this PR

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