The new Search Ads 360 Reporting API is now available. Join thesearchads-api-announcementsGoogle group to stay up to date on upcoming enhancements and releases.
Formats in the Search Ads 360 Reporting APIStay organized with collectionsSave and categorize content based on your preferences.
AI-generated Key Takeaways
Search Ads 360 API request formats vary depending on whether you're searching or requesting specific entities.
Searches utilize the Search Ads 360 Query Language and theSearchAds360Servicefor customized results.
Responses fromSearchAds360Serviceinclude aSearchAds360Rowfor each matching entity, containing only the requested fields.
Requests for specific entities return all fields for that entity, and customer IDs must be provided as 10-digit numbers without dashes.
Request format
The request format depends on the type of request you make.
Search
You can customize your search output by defining a search query
to suit your needs. The Search Ads 360 Query Language allows you to search all
resources for a list of entities that match a specific set of criteria. All
requests, regardless of the entity type, are made against theSearchAds360Service. SeeCreate search reportsandSearch Ads 360 Query Languageto learn more.
Response format
The fields populated in the response depend on the service you use:
The response includes oneSearchAds360Rowobject for each entity that
matches your search parameters. Each row contains one object, for example, a
campaign, and includesonlythe fields you request in your query.
Specific services
You can only request one entity at a time by resource name. The response
includesallfields for that entity.
Customer ID format
In the new API, you must specify your Customer ID as a 10-digit number
(XXXXXXXXXX) without dashes.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],["Search requests utilize the Search Ads 360 Query Language against the `SearchAds360Service` to retrieve entities matching specific criteria. Responses from `SearchAds360Service` return `SearchAds360Row` objects, including only requested fields. Specific service requests retrieve one entity by resource name, returning all its fields. The Customer ID in the API must be a 10-digit number without dashes. The user can use the \"Create search reports\" or \"Search Ads 360 Query Language\" to learn more.\n"]]