Native Agents adapter: update bidder doc for accuracy (video support, GDPR) - #6681
Open
teqblaze wants to merge 7 commits into
Open
Native Agents adapter: update bidder doc for accuracy (video support, GDPR)#6681teqblaze wants to merge 7 commits into
teqblaze wants to merge 7 commits into
Conversation
✅ Deploy Preview for prebid-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
muuki88
requested changes
Jul 27, 2026
Comment on lines
+40
to
+41
|
|
||
| --- |
Contributor
There was a problem hiding this comment.
Suggested change
| --- |
please remove all those --- instances in this document
Comment on lines
+62
to
+77
| # Supported Features | ||
|
|
||
| | Feature | Supported | | ||
| | ---------- | ----------- | | ||
| | Banner | ✓ | | ||
| | Native | ✓ | | ||
| | Video (Instream & Outstream) | ✓ | | ||
| | Prebid.js | ✓ | | ||
| | Prebid Server | ✓ | | ||
| | Floors | ✓ | | ||
| | Supply Chain (schain) | ✓ | | ||
| | USP / CCPA | ✓ | | ||
| | COPPA | ✓ | | ||
|
|
||
| --- | ||
|
|
Contributor
There was a problem hiding this comment.
Suggested change
| # Supported Features | |
| | Feature | Supported | | |
| | ---------- | ----------- | | |
| | Banner | ✓ | | |
| | Native | ✓ | | |
| | Video (Instream & Outstream) | ✓ | | |
| | Prebid.js | ✓ | | |
| | Prebid Server | ✓ | | |
| | Floors | ✓ | | |
| | Supply Chain (schain) | ✓ | | |
| | USP / CCPA | ✓ | | |
| | COPPA | ✓ | | |
| --- |
this is part of the meta data. please review ai generated docs before submitting.
Comment on lines
+286
to
+299
| --- | ||
|
|
||
| # Privacy | ||
|
|
||
| The Native Agents bidder supports the following privacy frameworks: | ||
|
|
||
| - USP / CCPA | ||
| - COPPA | ||
| - Supply Chain Object (schain) | ||
|
|
||
| When available, the adapter automatically forwards privacy signals received from Prebid to the Native Agents bidding platform. | ||
|
|
||
| --- | ||
|
|
Contributor
There was a problem hiding this comment.
Suggested change
| --- | |
| # Privacy | |
| The Native Agents bidder supports the following privacy frameworks: | |
| - USP / CCPA | |
| - COPPA | |
| - Supply Chain Object (schain) | |
| When available, the adapter automatically forwards privacy signals received from Prebid to the Native Agents bidding platform. | |
| --- |
in the meta data
Comment on lines
+300
to
+311
| # Bidder Aliasing | ||
|
|
||
| The Native Agents bidder supports Prebid bidder aliasing. | ||
|
|
||
| ```javascript | ||
| pbjs.aliasBidder("ntvagents", "ntvagentsAlias"); | ||
| ``` | ||
|
|
||
| Aliasing allows multiple Native Agents bidder instances to participate in the same auction using different configurations. | ||
|
|
||
| --- | ||
|
|
Contributor
There was a problem hiding this comment.
Suggested change
| # Bidder Aliasing | |
| The Native Agents bidder supports Prebid bidder aliasing. | |
| ```javascript | |
| pbjs.aliasBidder("ntvagents", "ntvagentsAlias"); | |
| ``` | |
| Aliasing allows multiple Native Agents bidder instances to participate in the same auction using different configurations. | |
| --- |
correct me, but aliases are a prebid feature. Adapters usually don't care about their aliases
| layout: bidder | ||
| title: SMB | ||
| description: SMB Bidder Adapter | ||
| biddercode: SMB |
Contributor
There was a problem hiding this comment.
is there a PR for this?
The bidderCode should match the bid adapter file name
Align table column pipes to satisfy MD060 table-column-style and add missing trailing newline for MD047.
- Remove horizontal rule separators - Remove Supported Features and Privacy sections (duplicate front-matter metadata already rendered by the bidder layout) - Remove Bidder Aliasing section (aliasing is a Prebid.js core feature, not adapter-specific)
teqblaze
force-pushed
the
update-ntvagents-docs
branch
from
July 29, 2026 10:22
461fa5f to
4330496
Compare
muuki88
requested changes
Jul 30, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Corrects the ntvagents bidder doc to match the current adapter implementation: