---
title: CreativeSystemStatus
framework: Apple Ads Platform API
role: symbol
role_heading: Type
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/creativesystemstatus
---

# CreativeSystemStatus

System-evaluated validation state for an ad creative.

## Declaration

```data
string CreativeSystemStatus
```

## 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 The CreativeSystemStatus is a read-only field that reflects whether an ad creative has passed all system validation checks and is eligible to serve. When the status isn’t VALID, inspect systemStatusReasons on the Creative object to determine the specific blocking condition.

## See Also

- [CreativeType](apple-ads-platform-api/creativetype.md)
- [CreativeSystemStatusReason](apple-ads-platform-api/creativesystemstatusreason.md)
- [DestinationType](apple-ads-platform-api/destinationtype.md)
