Contents

CreativeSystemStatus

System-evaluated validation state for an ad creative.

Declaration

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

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