state property

String? state
getter/setter pair

State of a site.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : State unspecified.
  • "REQUIRES_REVIEW" : Either: * The site hasn't been checked yet. * The site is inactive and needs another review before it can show ads again. Learn how to request a review for an inactive site.
  • "GETTING_READY" : Google is running some checks on the site. This usually takes a few days, but in some cases it can take two to four weeks.
  • "READY" : The site is ready to show ads. Learn how to set up ads on the site.
  • "NEEDS_ATTENTION" : Publisher needs to fix some issues before the site is ready to show ads. Learn what to do if a new site isn't ready.

Implementation

core.String? state;