---
title: BrandsReportingCreative.SystemStatus
framework: Apple Ads Platform API
role: symbol
role_heading: Type
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/brandsreportingcreative/systemstatus-data.typealias
---

# BrandsReportingCreative.SystemStatus

System-evaluated validation state of the creative at report time.

## Declaration

```data
string BrandsReportingCreative.SystemStatus
```

## Possible Values

VALID: The creative has passed all system validation checks and is ready to serve. The creative may still be subject to additional review. INVALID: The creative has failed one or more validation checks. Check systemStatusReasons for the cause. PENDING: The creative is undergoing system validation, policy determination, or waiting for asset CDN availability.

## Discussion

Discussion A VALID result at report time only confirms system checks had passed as of that snapshot; Apple’s additional creative review can still affect current delivery. Example {   "systemStatus": "VALID" } See CreativeSystemStatus for additional context.
