Ad Experience Report API . sites

Instance Methods

close()

Close httplib2 connections.

get(name, x__xgafv=None)

Gets a site's Ad Experience Report summary.

Method Details

close()
Close httplib2 connections.
get(name, x__xgafv=None)
Gets a site's Ad Experience Report summary.

Args:
  name: string, Required. The name of the site whose summary to get, e.g. `sites/http%3A%2F%2Fwww.google.com%2F`. Format: `sites/{site}` (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # Response message for GetSiteSummary.
  "desktopSummary": { # A site's Ad Experience Report summary on a single platform. # The site's Ad Experience Report summary on desktop.
    "betterAdsStatus": "A String", # The site's Ad Experience Report status on this platform.
    "enforcementTime": "A String", # The time at which [enforcement](https://support.google.com/webtools/answer/7308033) against the site began or will begin on this platform. Not set when the filter_status is OFF.
    "filterStatus": "A String", # The site's [enforcement status](https://support.google.com/webtools/answer/7308033) on this platform.
    "lastChangeTime": "A String", # The time at which the site's status last changed on this platform.
    "region": [ # The site's regions on this platform. No longer populated, because there is no longer any semantic difference between sites in different regions.
      "A String",
    ],
    "reportUrl": "A 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](https://support.google.com/webmasters/answer/9008080) for the site before you can access the full report.
    "underReview": True or False, # Whether the site is currently under review on this platform.
  },
  "mobileSummary": { # A site's Ad Experience Report summary on a single platform. # The site's Ad Experience Report summary on mobile.
    "betterAdsStatus": "A String", # The site's Ad Experience Report status on this platform.
    "enforcementTime": "A String", # The time at which [enforcement](https://support.google.com/webtools/answer/7308033) against the site began or will begin on this platform. Not set when the filter_status is OFF.
    "filterStatus": "A String", # The site's [enforcement status](https://support.google.com/webtools/answer/7308033) on this platform.
    "lastChangeTime": "A String", # The time at which the site's status last changed on this platform.
    "region": [ # The site's regions on this platform. No longer populated, because there is no longer any semantic difference between sites in different regions.
      "A String",
    ],
    "reportUrl": "A 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](https://support.google.com/webmasters/answer/9008080) for the site before you can access the full report.
    "underReview": True or False, # Whether the site is currently under review on this platform.
  },
  "reviewedSite": "A String", # The name of the reviewed site, e.g. `google.com`.
}