REST Resource: sites

Resource: SiteSummaryResponse

Response message for sites.get.

JSON representation
{
  "reviewedSite": string,
  "lastChangeTime": string,
  "abusiveStatus": enum (AbusiveStatus),
  "underReview": boolean,
  "enforcementTime": string,
  "reportUrl": string,
  "filterStatus": enum (FilterStatus)
}
Fields
reviewedSite

string

The name of the reviewed site, e.g. google.com.

lastChangeTime

string (Timestamp format)

The time at which the site's status last changed.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

abusiveStatus

enum (AbusiveStatus)

The site's Abusive Experience Report status.

underReview

boolean

Whether the site is currently under review.

enforcementTime

string (Timestamp format)

The time at which enforcement against the site began or will begin.

Not set when the filterStatus is OFF.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

reportUrl

string

A link to the full Abusive Experience Report for the site.

Not set in ViolatingSitesResponse.

Note that you must complete the Search Console verification process for the site before you can access the full report.

filterStatus

enum (FilterStatus)

The site's enforcement status.

AbusiveStatus

The status of the site that is reviewed for abusive ads.

Enums
UNKNOWN Not reviewed.
PASSING Passing.
FAILING Failing.

FilterStatus

A site's enforcement status.

Enums
UNKNOWN N/A.
ON Enforcement is on.
OFF Enforcement is off.
PAUSED Enforcement is paused.
PENDING Enforcement is pending.

Methods

get

Gets a site's Abusive Experience Report summary.