Skip to content

Conversation

@ss-toshihide-tajima
Copy link
Contributor

This PR updates the AdGeneration bidder documentation to align the first-party data example with the OpenRTB specification. The OpenRTB specification requires the id field for objects within the user.data[].segment array. However, the code example in the AdGeneration bidder documentation was incorrectly using the name field. This discrepancy causes valid first-party data to be filtered out by the validationFpdModule, as it correctly enforces the OpenRTB standard by rejecting segments that lack the required id field.

  • In dev-docs/bidders/adgeneration.md, the firstpartydata example has been updated.
  • The name key in the segment objects has been replaced with id. This change ensures the documentation provides a correct, compliant example for publishers, preventing potential integration issues.

🏷 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

ss-toshihide-tajima and others added 3 commits October 22, 2025 18:27
This commit updates the AdGeneration bidder documentation to align the first-party data example with the OpenRTB specification.
The OpenRTB specification requires the `id` field for objects within the `user.data[].segment` array. However, the code example in the AdGeneration bidder documentation was incorrectly using the `name` field.
This discrepancy causes valid first-party data to be filtered out by the `validationFpdModule`, as it correctly enforces the OpenRTB standard by rejecting segments that lack the required `id` field.
- In `dev-docs/bidders/adgeneration.md`, the `firstpartydata` example has been updated.
- The `name` key in the `segment` objects has been replaced with `id`.
This change ensures the documentation provides a correct, compliant example for publishers, preventing potential integration issues.
…ataExampleIDField

AdGeneration: Align first-party data example with OpenRTB spec (id必須, valueは非必須)
@netlify
Copy link

netlify bot commented Oct 27, 2025

Deploy Preview for prebid-docs-preview ready!

Name Link
🔨 Latest commit 85b831b
🔍 Latest deploy log https://app.netlify.com/projects/prebid-docs-preview/deploys/68fed6dffb94e100081dd8d5
😎 Deploy Preview https://deploy-preview-6310--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.

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.

1 participant