Campaign.SystemStatusLimitingReasons
A reason code indicating that a campaign is running but delivering at reduced capacity.
Declaration
string Campaign.SystemStatusLimitingReasonsPossible Values
FEATURE_NOT_AVAILABLE_IN_COUNTRY_OR_REGIONThe ad feature is not available in one or more targeted countries or regions.
ACCOUNT_DOC_APPROVAL_EXPIREDRequired account documentation has expired and must be resubmitted.
ACCOUNT_DOC_APPROVAL_INFECTEDRequired account documentation was flagged as infected.
ACCOUNT_DOC_APPROVAL_NOT_SUBMITTEDRequired account documentation has not been submitted.
ACCOUNT_DOC_APPROVAL_PENDINGAccount documentation approval is pending.
ACCOUNT_DOC_APPROVAL_REJECTEDAccount documentation was rejected.
APP_CONTENT_REJECTEDApp content was rejected, limiting delivery in affected markets.
APP_CONTENT_REVIEW_PENDINGApp content is under review, limiting delivery in affected markets.
APP_DOC_APPROVAL_EXPIREDRequired app documentation has expired.
APP_DOC_APPROVAL_INFECTEDRequired app documentation was flagged as infected.
APP_DOC_APPROVAL_NOT_SUBMITTEDRequired app documentation has not been submitted.
APP_DOC_APPROVAL_PENDINGRequired app documentation is awaiting approval.
APP_DOC_APPROVAL_REJECTEDRequired app documentation was rejected.
APP_NOT_ELIGIBLEThe promoted app is not eligible in some of the targeted markets.
APP_NOT_ELIGIBLE_SEARCHADSThe app is not eligible for App Store ads in some markets.
APP_NOT_ELIGIBLE_SUPPLY_SOURCEThe app is not eligible for the configured supply source in some markets.
APP_NOT_ELIGIBLE_SUPPLY_PLACEMENTThe app is not eligible for the configured supply placement in some markets.
APP_LANGUAGE_INCOMPATIBLEThe app’s supported languages are incompatible with some targeted markets.
APP_NOT_PUBLISHED_YETThe app has not yet been published in all targeted storefronts.
SAPIN_LAW_AGENT_UNKNOWNSapin Law compliance agent status is unknown.
SAPIN_LAW_FRENCH_BIZSapin Law restrictions apply to this French business account.
SAPIN_LAW_FRENCH_BIZ_UNKNOWNFrench business status under Sapin Law cannot be determined, limiting delivery.
BRAND_POLICY_ISSUESA brand policy condition is limiting delivery.
AD_GROUPS_LIMITEDOne or more ad groups are serving at reduced capacity.
Discussion
Unlike Campaign.SystemStatusReasons, these codes describe conditions, such as pending app documentation or brand policy issues, that throttle delivery rather than stop it outright.
Example
{
"systemStatusLimitingReasons": ["AD_GROUPS_LIMITED"]
}See CampaignSystemLimitedStatusReason for additional context.