status property
The status of the criterion.
This is the status of the ad group criterion entity, set by the client. Note: UI reports may incorporate additional information that affects whether a criterion is eligible to run. In some cases a criterion that's REMOVED in the API can still show as enabled in the UI. For example, campaigns by default show to users of all age ranges unless excluded. The UI will show each age range as "enabled", since they're eligible to see the ads; but AdGroupCriterion.status will show "removed", since no positive criterion was added. Possible string values are:
- "UNSPECIFIED" : No value has been specified.
- "UNKNOWN" : The received value is not known in this version. This is a response-only value.
- "ENABLED" : The ad group criterion is enabled.
- "PAUSED" : The ad group criterion is paused.
- "REMOVED" : The ad group criterion is removed.
Implementation
core.String? status;