Skip to content

Adds agentic audiences module docs#6518

Open
therevoltingx wants to merge 5 commits intoprebid:masterfrom
InteractiveAdvertisingBureau:feature/adds-docs-agentic-audiences
Open

Adds agentic audiences module docs#6518
therevoltingx wants to merge 5 commits intoprebid:masterfrom
InteractiveAdvertisingBureau:feature/adds-docs-agentic-audiences

Conversation

@therevoltingx
Copy link
Copy Markdown
Contributor

Summary

Adds site documentation for the Agentic Audiences Real-Time Data submodule (agenticAudienceAdapter): what it does, how to build it with rtdModule, setConfig for name: 'agenticAudience' and params.providers / storageKey, storage format expectations, OpenRTB user.data output (aligned with the Agentic Audiences OpenRTB community extension), a short GDPR/TCF note, test command, and reference links.

New file: dev-docs/modules/agenticAudienceAdapter.md

Related code

🏷 Type of documentation

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

📋 Checklist


Maintainers: Please leave “Allow edits by maintainers” enabled so small fixes can be applied on the PR. Per the template above, merge this documentation after the related Prebid.js change is merged and released.

@netlify
Copy link
Copy Markdown

netlify bot commented Apr 6, 2026

Deploy Preview for prebid-docs-preview ready!

Name Link
🔨 Latest commit 132794e
🔍 Latest deploy log https://app.netlify.com/projects/prebid-docs-preview/deploys/69dff1d4b4f8430008f92daa
😎 Deploy Preview https://deploy-preview-6518--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.

@patmmccann
Copy link
Copy Markdown
Collaborator

@therevoltingx please fix your linting error

### Configuration

```javascript
pbjs.setConfig({
Copy link
Copy Markdown
Collaborator

@patmmccann patmmccann Apr 13, 2026

Choose a reason for hiding this comment

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

@therevoltingx show how to set the config right here, eg this is how it would work for human

pbjs.setConfig({
  // Manual override map: module name -> GVL ID
  gvlMapping: {
    humansecurity: 1234 // example ID; use your approved vendor’s real GVL ID
  },

  realTimeData: {
    dataProviders: [{
      name: 'humansecurity',
      params: {
        clientId: 'ABC123',
        verbose: false
      }
    }]
  }
});

@therevoltingx therevoltingx changed the title adds agentic audiences module docs Adds agentic audiences module docs Apr 14, 2026
@therevoltingx
Copy link
Copy Markdown
Contributor Author

@patmmccann i fixed the linting error and updated based on the latest changes we discussed on Monday

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