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

# BrandsReportingCreative

Creative metadata for brands ads.

## Declaration

```data
object BrandsReportingCreative
```

## Properties

id: The creative’s unique identifier. creativeType: Possible values: LOCAL_ADS_SEARCH_CREATIVE. systemStatus: Possible values: VALID, INVALID, PENDING.

## Discussion

Discussion The BrandsReportingCreative object is the creative metadata snapshot embedded within BrandsReportingAd in brands ad report rows. The creativeType field uses the shared CreativeType enumeration, but Brands (Apple Maps) creative reports only ever return LOCAL_ADS_SEARCH_CREATIVE. The systemStatus field reflects whether the creative was valid at report time. Creatives with INVALID status were not eligible to serve during the reporting period and won’t contribute to impression or engagement metrics. Example {   "id": 555666777,   "creativeType": "LOCAL_ADS_SEARCH_CREATIVE",   "systemStatus": "VALID" }

## Topics

### Type Aliases

- [BrandsReportingCreative.CreativeType](apple-ads-platform-api/brandsreportingcreative/creativetype-data.typealias.md)
- [BrandsReportingCreative.SystemStatus](apple-ads-platform-api/brandsreportingcreative/systemstatus-data.typealias.md)

## 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)
- [BrandsReportingKeyword](apple-ads-platform-api/brandsreportingkeyword.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)
