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

# BrandsReportingKeyword

Keyword metadata for brands report rows, extending the base reporting keyword with brands-only internal fields.

```
object BrandsReportingKeyword
```

## Discussion

The `BrandsReportingKeyword` extends the base `ReportingKeyword` object with a `brands`-only `locationId` field and a Maps-specific `matchType` override. All other fields, including `id`, `text`, `bid`, `status`, and `adGroupId`, are inherited unchanged from [`ReportingKeyword`](/documentation/Apple-Ads-Platform-API/ReportingKeyword) and appear alongside these fields in an actual response.

### Example

```json
{
  "locationId": "555666777",
  "matchType": "PHRASE"
}
```

---

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)