ImpressionShareQueryResponse
The impression share query endpoint returns this response wrapper.
Declaration
object ImpressionShareQueryResponseProperties
| Name | Type | Description |
|---|---|---|
result | ImpressionShareResultContainer | See ImpressionShareResultContainer. If no rows match the request, |
pagination | ResponsePagination | See ResponsePagination. |
error | Error | See Error. Present only on failure. |
Response Structure
Top-Level Fields
The ImpressionShareResultContainer wrapping result exposes a single field.
Field | Type | Description |
|---|---|---|
| array | Array of Impressionsharerow objects, one per date + search term + country combination |
Each ImpressionShareRow in rows carries the following fields.
Field | Type | Description |
|---|---|---|
| string | Date ( |
| string | Week start date, Sunday ( |
| string | Display name of the promoted app. |
| string | Adam ID of the promoted app. |
| string | ISO 3166-1 alpha-2 country or region code (for example, |
| string | The search term. Suppressed for terms with fewer than 10 impressions in the aggregation period. |
| number | Lower bound of impression share. See encoding table below. |
| number | Upper bound of impression share. See encoding table below. |
| integer | App’s impression share rank for this search term and country. |
| integer | Relative search volume on a 1–5 scale. |
Impression Share Encoding
The lowImpressionShare and highImpressionShare fields use a tiered encoding. They are not always a range:
Impression Share |
|
|
|---|---|---|
0% |
|
|
1% – 90% |
|
|
91% – 100% |
|
|
For 1–90%, both fields carry the same single-digit value. The 91–100% bucket retains a range because accuracy of the estimated metric declines near full market saturation, and reporting a precise value there would overstate confidence.
Parsing tip: lowImpressionShare == highImpressionShare and value < 0.91 → precise single-digit percentage. highImpressionShare == 1 → app has >90% impression share.
The pagination object included in the response reports the following.
Field | Type | Description |
|---|---|---|
| integer | Total number of rows matching the query |
| integer | Current page offset |
| integer | Number of rows returned in this response |
See Also
ImpressionShareQueryRequestImpressionShareRowImpressionShareTimeRangeImpressionShareOptionsSearchTermPopularityQueryRequestSearchTermPopularityQueryResponseSearchTermPopularityRowSearchTermPopularityTimeRangeImpressionShareResultContainerSearchTermPopularityResultContainerKeywordInsightsReportingKeywordBidRecommendation