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

# Creative.SystemStatus

System validation status reflecting whether the ad creative can serve.

## Declaration

```data
string Creative.SystemStatus
```

## Possible Values

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

## Discussion

Discussion A VALID result only confirms system checks passed; Apple’s additional creative review can still affect whether the ad creative ultimately serves. Example {   "systemStatus": "VALID" } See CreativeSystemStatus for additional context.
