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

# BrandsReportingAd

Ad metadata for brands report rows.

```
object BrandsReportingAd
```

## Discussion

The `BrandsReportingAd` object is the ad metadata embedded in `brands` ad report rows. It provides the full organizational context (`adAccountId`, `campaignId`, `adGroupId`) and the ad’s operational state (`status`, `systemStatus`, `displayStatus`) as captured at report time.

The `creative` field embeds a `BrandsReportingCreative` summary with the creative type and validity status. The system populates the `brands`-specific dimension fields (`deviceClass`, `locationId`, `supplyPlacement`) when the report’s `groupBy` specification includes those dimensions.

### Example

```json
{
  "id": 555666777,
  "name": "AwayFinder - Brands Ad",
  "deleted": false,
  "status": "ENABLED",
  "systemStatus": "RUNNING",
  "systemStatusReasons": [],
  "systemStatusLimitingReasons": [],
  "adAccountId": 123456789,
  "campaignId": 987654321,
  "adGroupId": 246813579,
  "creationTime": "2025-01-10T08:00:00.000",
  "modificationTime": "2025-01-15T09:30:00.000",
  "displayStatus": "RUNNING",
  "creative": {
    "id": 135792468,
    "creativeType": "LOCAL_ADS_SEARCH_CREATIVE",
    "systemStatus": "VALID"
  },
  "deviceClass": "IPHONE",
  "locationId": "1",
  "supplyPlacement": "MAPS_SEARCH_RESULTS"
}
```

## Topics

### Type Aliases

[`string BrandsReportingAd.Status`](/documentation/Apple-Ads-Platform-API/BrandsReportingAd/Status-data.typealias)

Advertiser-configurable serving status of the ad at report time.

[`string BrandsReportingAd.SystemStatus`](/documentation/Apple-Ads-Platform-API/BrandsReportingAd/SystemStatus-data.typealias)

System-evaluated delivery state of the ad at report time.

---

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)