Docs: ZeroGPU Real Time Data Module (PBS-Go) - #6700
Open
amaan-ai20 wants to merge 1 commit into
Open
Conversation
✅ Deploy Preview for prebid-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
amaan-ai20
marked this pull request as draft
August 12, 2026 11:15
amaan-ai20
marked this pull request as ready for review
August 12, 2026 18:50
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.
Docs: ZeroGPU Real Time Data Module (PBS-Go)
Documentation for a new Prebid Server Go module,
zerogpu.rtd, which enriches an incoming OpenRTB request with IAB content categories derived from the publisher's domain.Code PR: prebid/prebid-server#4906
Changes
prebid-server/pbs-modules/zerogpu-rtd.mdprebid-server/pbs-modules/index.mdwith a check in the PBS-Go column onlyWhat the module does
On each auction it resolves the domain from the bid request, classifies it with ZeroGPU's
zlm-v1-iab-domain-classifiermodel, and appends the resulting categories to{site,app,dooh}.content.dataas Seller-Defined contextual segments underext.segtax: 6(IAB Content Taxonomy 2.2). Segments therefore reach every bidder through standard First Party Data rather than any bidder-specific mechanism.The page follows the structure used by the existing module pages: Overview, Prerequisites, Configuration (host and account-level, with the parameter table), how the request is enriched, Privacy, Analytics Tags, Troubleshooting, Support, and Further Reading.
Privacy section
The default configuration sends only a domain and writes only contextual data, so it has no user privacy implications. The page documents the opt-in
enrich_user_audienceflag prominently, including why it defaults tofalse: the segments are domain-inferred rather than user-observed, and PBS-Go does not currently expose theenrichUfpdActivity Control to modules, so the module cannot perform that check on the host's behalf.Checks run
Per
AGENTS.md:markdownlint --config .markdownlint.jsonon both changed files — clean, exit 0bundle exec jekyll build— builds successfully, no warnings_site, including the#segments-and-taxonomyanchor on/features/firstPartyData.htmlMaintainer contact is the group address
prebid@zerogpu.ai.