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

# AppsReportingAd

Ad metadata for apps report rows.

```
object AppsReportingAd
```

## Discussion

The `AppsReportingAd` object is the ad metadata embedded in apps ad report rows. It captures the configuration and status of the ad at report time, providing the full organizational context (`adAccountId`, `campaignId`, `adGroupId`) alongside the ad’s operational state (`status`, `systemStatus`, `displayStatus`).

The `creative` field embeds an `AppsReportingCreative` summary capturing the creative type and system status, without needing a separate lookup.

### Example

```json
{
  "id": 555666777,
  "name": "AwayFinder - Search Ad",
  "deleted": false,
  "status": "ENABLED",
  "systemStatus": "RUNNING",
  "systemStatusReasons": [],
  "systemStatusLimitingReasons": [],
  "adAccountId": 123456789,
  "campaignId": 234567890,
  "adGroupId": 345678901,
  "creationTime": "2025-01-10T08:00:00.000",
  "modificationTime": "2025-02-01T12:30:00.000",
  "displayStatus": "RUNNING",
  "creative": {
    "id": 456789012,
    "creativeType": "DEFAULT_PRODUCT_PAGE",
    "systemStatus": "VALID"
  },
  "countryOrRegion": "US",
  "deviceClass": "IPHONE"
}
```

## Topics

### Type Aliases

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

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

[`string AppsReportingAd.SystemStatus`](/documentation/Apple-Ads-Platform-API/AppsReportingAd/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)