Creative.SystemStatus
System validation status reflecting whether the ad creative can serve.
Declaration
string Creative.SystemStatusPossible Values
VALIDThe ad creative has passed all system validation checks and is ready to serve. The ad creative may still be subject to additional review.
INVALIDThe ad creative has failed one or more validation checks. Check
systemStatusReasonsfor the cause.PENDINGThe ad creative is undergoing system validation, policy determination, or waiting for asset CDN availability.
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.