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

# ImpressionShareQueryResponse

The impression share query endpoint returns this response wrapper.

## Declaration

```data
object ImpressionShareQueryResponse
```

## Properties

result: See ImpressionShareResultContainer. If no rows match the request, result is returned as { "rows": [] }, not an empty object. pagination: See ResponsePagination. error: See Error. Present only on failure.

## Response Structure

Response Structure Top-Level Fields The ImpressionShareResultContainer wrapping result exposes a single field.  |  |   |  |  Each ImpressionShareRow in rows carries the following fields.  |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |  Impression Share Encoding The lowImpressionShare and highImpressionShare fields use a tiered encoding. They are not always a range:  |  |   |  |   |  |   |  |  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.  |  |   |  |   |  |   |  |

## See Also

- [ImpressionShareQueryRequest](apple-ads-platform-api/impressionsharequeryrequest.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)
- [SearchTermPopularityQueryResponse](apple-ads-platform-api/searchtermpopularityqueryresponse.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)
