Contents

AdGroup.SystemStatusLimitingReasons

Reasons that limit delivery for an ad group without fully stopping it.

Declaration

string AdGroup.SystemStatusLimitingReasons

Possible Values

LOCATION_POLICY_ISSUES

The ad group’s location targeting contains areas with policy restrictions.

LOCATION_GROUP_ISSUES

The ad group’s location group targeting has issues that limit delivery.

ADS_LIMITED

One or more ads in the ad group are limited, reducing overall delivery.

Discussion

These reasons can stem from the ad group’s own location targeting or cascade up from limited ads within it, as with ADS_LIMITED.

Example

{
  "systemStatusLimitingReasons": [
    "ADS_LIMITED"
  ]
}

See AdGroupSystemLimitedStatusReason for the full field reference.