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

# BrandsReportingKeyword

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

## Declaration

```data
object BrandsReportingKeyword
```

## Properties

id: The keyword identifier. campaignId: The identifier of the campaign that owns the keyword. adAccountId: The identifier of the ad account that owns the keyword. deleted: true if the keyword has been deleted. text: The keyword text. status: Possible values: ENABLED, PAUSED. matchType: Match type for the keyword in Maps campaigns. Possible values: PHRASE, CATEGORY. bid: See Money for details. adGroupId: The identifier of the ad group that owns the keyword. modificationTime: The time the keyword was last modified. creationTime: The time the keyword was created. displayStatus: The computed display status of the keyword. adGroup: See ReportingAdGroupMin for details. countryOrRegion: Country or region groupBy dimension value. deviceClass: Device class groupBy dimension value. locationId: Location ID groupBy dimension value.

## Discussion

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 and appear alongside these fields in an actual response. Example {   "locationId": "555666777",   "matchType": "PHRASE" }

## See Also

- [BrandsReportingRequest](apple-ads-platform-api/brandsreportingrequest.md)
- [BrandsReportingCampaign](apple-ads-platform-api/brandsreportingcampaign.md)
- [BrandsReportingAdGroup](apple-ads-platform-api/brandsreportingadgroup.md)
- [BrandsReportingAd](apple-ads-platform-api/brandsreportingad.md)
- [BrandsReportingCreative](apple-ads-platform-api/brandsreportingcreative.md)
- [BrandsReportingSearchTerm](apple-ads-platform-api/brandsreportingsearchterm.md)
- [BrandsCampaignReportResponse](apple-ads-platform-api/brandscampaignreportresponse.md)
- [BrandsCampaignReportRow](apple-ads-platform-api/brandscampaignreportrow.md)
- [BrandsCampaignReportSummary](apple-ads-platform-api/brandscampaignreportsummary.md)
- [BrandsCampaignResultContainer](apple-ads-platform-api/brandscampaignresultcontainer.md)
- [BrandsAdGroupReportResponse](apple-ads-platform-api/brandsadgroupreportresponse.md)
- [BrandsAdGroupReportRow](apple-ads-platform-api/brandsadgroupreportrow.md)
- [BrandsAdGroupReportSummary](apple-ads-platform-api/brandsadgroupreportsummary.md)
- [BrandsAdGroupResultContainer](apple-ads-platform-api/brandsadgroupresultcontainer.md)
- [BrandsAdReportResponse](apple-ads-platform-api/brandsadreportresponse.md)
