Abusive Experience Report API . violatingSites

Instance Methods

list(x__xgafv=None)

Lists sites that are failing in the Abusive Experience Report.

Method Details

list(x__xgafv=None)
Lists sites that are failing in the Abusive Experience Report.

Args:
  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 ListViolatingSites.
    "violatingSites": [ # The list of violating sites.
      { # Response message for GetSiteSummary.
        "lastChangeTime": "A String", # The time at which the site's status last changed.
        "abusiveStatus": "A String", # The site's Abusive Experience Report status.
        "reportUrl": "A 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](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.
        "enforcementTime": "A String", # The time at which
            # [enforcement](https://support.google.com/webtools/answer/7538608) against
            # the site began or will begin.
            #
            # Not set when the
            # filter_status
            # is OFF.
        "filterStatus": "A String", # The site's [enforcement
            # status](https://support.google.com/webtools/answer/7538608).
        "reviewedSite": "A String", # The name of the reviewed site, e.g. `google.com`.
      },
    ],
  }