Skip to content

Conversation

@ss-toshihide-tajima
Copy link
Collaborator

@ss-toshihide-tajima ss-toshihide-tajima commented Oct 22, 2025

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

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.
@ss-toshihide-tajima ss-toshihide-tajima changed the title AdGeneration: Align first-party data example with OpenRTB spec (nameをidに変更しただけ) AdGeneration: Align first-party data example with OpenRTB spec (id必須, valueは非必須) Oct 22, 2025
@ss-toshihide-tajima ss-toshihide-tajima merged commit c198d39 into master Oct 27, 2025
1 of 2 checks passed
@ss-toshihide-tajima
Copy link
Collaborator Author

related PR
prebid#6310

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