status property

String? status
getter/setter pair

Overall status for offline conversion client summary.

Status is generated from most recent calendar day with upload stats.

Output only. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "EXCELLENT" : Your offline data ingestion setup is active and optimal for downstream processing.
  • "GOOD" : Your offline ingestion setup is active, but there are further improvements you could make. See alerts.
  • "NEEDS_ATTENTION" : Your offline ingestion setup is active, but there are errors that require your attention. See alerts.
  • "NO_RECENT_UPLOAD" : Your offline ingestion setup has not received data in the last 28 days, there may be something wrong.

Implementation

core.String? status;