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

# BrandsAdGroupReportResponse

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

```
object BrandsAdGroupReportResponse
```

## Discussion

The `brands` ad group reports support `groupBy` dimensions `deviceClass`, `locationId`, and `supplyPlacement`.

### Example

```json
{
  "result": {
    "rows": [
      {
        "metadata": {
          "id": 555666888,
          "name": "AwayFinder - SF Metro Locations",
          "adAccountId": 123456789,
          "campaignId": 444555999,
          "status": "ENABLED",
          "deleted": false,
          "locationId": "loc-002"
        },
        "totalMetrics": {
          "localSpend": {
            "amount": "4200.00",
            "currency": "USD"
          },
          "impressions": 420000,
          "taps": 8400,
          "ttr": 0.02
        },
        "granularMetrics": [
          {
            "date": "2025-01-10",
            "localSpend": {
              "amount": "420.00",
              "currency": "USD"
            },
            "impressions": 42000,
            "taps": 840
          }
        ]
      }
    ],
    "summary": {
      "grandTotal": {
        "localSpend": {
          "amount": "4200.00",
          "currency": "USD"
        },
        "impressions": 420000,
        "taps": 8400
      }
    }
  },
  "pagination": {
    "offset": 0,
    "pageSize": 20,
    "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)