Contents

CampaignSystemStatus

System-evaluated delivery state indicating whether a campaign is currently running.

Declaration

string CampaignSystemStatus

Possible Values

RUNNING

The campaign is actively delivering ads.

NOT_RUNNING

The campaign is not currently delivering. Check systemStatusReasons for the cause.

Discussion

The CampaignSystemStatus is a read-only field set by the platform. It reflects whether the campaign is actively delivering ads based on all system-evaluated conditions. When NOT_RUNNING, inspect systemStatusReasons on the Campaign object for the specific blocking condition.

See Also