---
title: SearchTermPopularityQueryResponse
framework: Apple Ads Platform API
role: symbol
role_heading: Object
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/searchtermpopularityqueryresponse
---

# SearchTermPopularityQueryResponse

A response wrapper for search term popularity query results.

## Declaration

```data
object SearchTermPopularityQueryResponse
```

## Properties

result: Container object holding the matching rows. Contains a rows array of SearchTermPopularityRow objects. See SearchTermPopularityResultContainer. Read-only. pagination: Pagination metadata for the current result page, including offset, and pageSize. Read-only. error: See Error for details. Read-only.

## Discussion

Discussion Each row in result.rows always includes the following dimension fields:  |   |   |   |   |  Rows include the following dimension fields only when requested via the request’s fields array.  |   |   |   |   |  See SearchTermPopularityRow for field descriptions. Example {   "result": {     "rows": [       {         "week": "2025-01-05",         "countryOrRegion": "US",         "genre": "PRODUCTIVITY_UTILITIES",         "searchTerm": "task manager",         "rankInGenre": 1,         "searchPopularityInGenre": 95,         "searchPopularity1to100": 88,         "searchPopularity1to5": 5       }     ]   },   "pagination": {     "offset": 0,     "pageSize": 20   } }

## See Also

- [ImpressionShareQueryRequest](apple-ads-platform-api/impressionsharequeryrequest.md)
- [ImpressionShareQueryResponse](apple-ads-platform-api/impressionsharequeryresponse.md)
- [ImpressionShareRow](apple-ads-platform-api/impressionsharerow.md)
- [ImpressionShareTimeRange](apple-ads-platform-api/impressionsharetimerange.md)
- [ImpressionShareOptions](apple-ads-platform-api/impressionshareoptions.md)
- [SearchTermPopularityQueryRequest](apple-ads-platform-api/searchtermpopularityqueryrequest.md)
- [SearchTermPopularityRow](apple-ads-platform-api/searchtermpopularityrow.md)
- [SearchTermPopularityTimeRange](apple-ads-platform-api/searchtermpopularitytimerange.md)
- [ImpressionShareResultContainer](apple-ads-platform-api/impressionshareresultcontainer.md)
- [SearchTermPopularityResultContainer](apple-ads-platform-api/searchtermpopularityresultcontainer.md)
- [KeywordInsights](apple-ads-platform-api/keywordinsights.md)
- [ReportingKeywordBidRecommendation](apple-ads-platform-api/reportingkeywordbidrecommendation.md)
