Add category to Ads Events and expandable response examples#23
Open
talas-discord[bot] wants to merge 1 commit into
Open
Add category to Ads Events and expandable response examples#23talas-discord[bot] wants to merge 1 commit into
talas-discord[bot] wants to merge 1 commit into
Conversation
Preview DeploymentYour docs preview is ready: https://pr-23.docs-preview.emergedata.ai Updated for commit |
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.
Changes
This PR makes two improvements to the data schema documentation:
1. Added missing
categoryfield to Ads Events tableThe
categoryfield was documented in Search, Browsing, YouTube, and Receipts events but was missing from Ads Events. According to the live Query API OpenAPI spec, Ads events include acategoryfield in responses (confirmed at line 3285 in the OpenAPI schema).Added row:
2. Added expandable response examples for all event types
Each event type now includes a collapsible response example that users can expand to see a complete API response. This keeps the page clean and scannable by default while providing detailed examples when needed.
Implementation:
<Accordion>component for each event typeEvent types updated:
categoryfield)Verification
All response examples verified against the live Query API OpenAPI schema fetched from https://query.emergedata.ai/openapi.json