<!--
{
  "availability" : [
    "Apple Ads Platform API: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Apple-Ads-Platform-API",
  "identifier" : "/documentation/Apple-Ads-Platform-API/AppsAdGroupReportResponse",
  "metadataVersion" : "0.1.0",
  "role" : "Object",
  "symbol" : {
    "kind" : "Object",
    "modules" : [
      "Apple Ads Platform API"
    ],
    "preciseIdentifier" : "data:apple-ads-platform-api:AppsAdGroupReportResponse"
  },
  "title" : "AppsAdGroupReportResponse"
}
-->

# AppsAdGroupReportResponse

The top-level response envelope for apps ad group reports.

```
object AppsAdGroupReportResponse
```

## Discussion

Check for the presence of `error` before processing `result` to handle failure cases cleanly.

### Example

```json
{
  "result": {
    "rows": [
      {
        "totalMetrics": {
          "date": "2025-01-10",
          "localSpend": {
            "amount": "412.75",
            "currency": "USD"
          },
          "impressions": 305000,
          "taps": 5100,
          "ttr": 0.0167,
          "totalInstalls": 640,
          "totalAvgCPI": {
            "amount": "0.64",
            "currency": "USD"
          }
        },
        "granularMetrics": [],
        "metadata": {
          "id": 555666777,
          "campaignId": 987654321,
          "adAccountId": 123456789,
          "name": "AwayFinder - Apps Ad Group",
          "status": "ENABLED",
          "deleted": false,
          "creationTime": "2025-01-10T08:00:00.000",
          "modificationTime": "2025-01-10T08:00:00.000"
        }
      }
    ],
    "summary": {
      "grandTotal": {
        "date": "2025-01-10",
        "localSpend": {
          "amount": "412.75",
          "currency": "USD"
        },
        "impressions": 305000,
        "taps": 5100,
        "ttr": 0.0167,
        "totalInstalls": 640,
        "totalAvgCPI": {
          "amount": "0.64",
          "currency": "USD"
        }
      }
    }
  },
  "pagination": {
    "pageSize": 20,
    "offset": 0,
    "totalCount": 1
  }
}
```

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)