REST Resource: sites

Resource: SiteSummaryResponse

Response message for sites.get.

JSON representation
{
  "reviewedSite": string,
  "mobileSummary": {
    object (PlatformSummary)
  },
  "desktopSummary": {
    object (PlatformSummary)
  }
}
Fields
reviewedSite

string

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

mobileSummary

object (PlatformSummary)

The site's Ad Experience Report summary on mobile.

desktopSummary

object (PlatformSummary)

The site's Ad Experience Report summary on desktop.

PlatformSummary

A site's Ad Experience Report summary on a single platform.

JSON representation
{
  "lastChangeTime": string,
  "region": [
    enum (Region)
  ],
  "betterAdsStatus": enum (BetterAdsStatus),
  "underReview": boolean,
  "enforcementTime": string,
  "reportUrl": string,
  "filterStatus": enum (FilterStatus)
}
Fields
lastChangeTime

string (Timestamp format)

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

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".

region[]
(deprecated)

enum (Region)

The site's regions on this platform.

No longer populated, because there is no longer any semantic difference between sites in different regions.

betterAdsStatus

enum (BetterAdsStatus)

The site's Ad Experience Report status on this platform.

underReview

boolean

Whether the site is currently under review on this platform.

enforcementTime

string (Timestamp format)

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

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 Ad Experience Report for the site on this platform..

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 on this platform.

Region

The assigned regions for the site and platform.

Enums
REGION_UNKNOWN Ad standard not yet defined for your region.
REGION_A Region A.
REGION_B Region B.
REGION_C Region C.

BetterAdsStatus

The status of the site that is reviewed for the Better Ads Standards.

Enums
UNKNOWN Not reviewed.
PASSING Passing.
WARNING

Warning. No longer a possible status.

FAILING Failing.

FilterStatus

The ad filtering status of the site.

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

Methods

get

Gets a site's Ad Experience Report summary.