SearchTermPopularityQueryResponse
A response wrapper for search term popularity query results.
Declaration
object SearchTermPopularityQueryResponseProperties
| Name | Type | Description |
|---|---|---|
result | SearchTermPopularityResultContainer | Container object holding the matching rows. Contains a |
pagination | ResponsePagination | Pagination metadata for the current result page, including |
error | Error | See Error for details. Read-only. |
Discussion
Each row in result.rows always includes the following dimension fields:
Field | Description |
|---|---|
| The App Store country or region for the search volume data |
| The App Store genre category |
| The search term text |
| The date field corresponding to the selected granularity |
Rows include the following dimension fields only when requested via the request’s fields array.
Field | Description |
|---|---|
| The search term’s rank by volume within the genre of the given App Store country or region. |
| Relative popularity score within the genre (1–100) of the given App Store country or region. |
| Popularity score on a 1–100 scale across all genres within the country or region with |
| Relative popularity on a 1–5 scale across all genres of the given App Store country or region. |
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
ImpressionShareQueryRequestImpressionShareQueryResponseImpressionShareRowImpressionShareTimeRangeImpressionShareOptionsSearchTermPopularityQueryRequestSearchTermPopularityRowSearchTermPopularityTimeRangeImpressionShareResultContainerSearchTermPopularityResultContainerKeywordInsightsReportingKeywordBidRecommendation