@@ -76,21 +76,17 @@ <h1><a href="abusiveexperiencereport_v1.html">Abusive Experience Report API</a>
7676< h2 > Instance Methods</ h2 >
7777< p class ="toc_element ">
7878 < code > < a href ="#get "> get(name, x__xgafv=None)</ a > </ code > </ p >
79- < p class ="firstline "> Gets a summary of the abusive experience rating of a site .</ p >
79+ < p class ="firstline "> Gets a site's Abusive Experience Report summary .</ p >
8080< h3 > Method Details</ h3 >
8181< div class ="method ">
8282 < code class ="details " id ="get "> get(name, x__xgafv=None)</ code >
83- < pre > Gets a summary of the abusive experience rating of a site .
83+ < pre > Gets a site's Abusive Experience Report summary .
8484
8585Args:
86- name: string, The required site name. This is the site property whose abusive
87- experiences have been reviewed, and it must be URL-encoded. For example,
88- sites/https%3A%2F%2Fwww.google.com. The server will return an error of
89- BAD_REQUEST if this field is not filled in. Note that if the site property
90- is not yet verified in Search Console, the reportUrl field
91- returned by the API will lead to the verification page, prompting the user
92- to go through that process before they can gain access to the Abusive
93- Experience Report. (required)
86+ name: string, Required. The name of the site whose summary to get, e.g.
87+ `sites/http%3A%2F%2Fwww.google.com%2F`.
88+
89+ Format: `sites/{site}` (required)
9490 x__xgafv: string, V1 error format.
9591 Allowed values
9692 1 - v1 error format
@@ -100,13 +96,27 @@ <h3>Method Details</h3>
10096 An object of the form:
10197
10298 { # Response message for GetSiteSummary.
103- "lastChangeTime": "A String", # The last time that the site changed status.
104- "abusiveStatus": "A String", # The status of the site reviewed for the abusive experiences.
105- "reportUrl": "A String", # A link that leads to a full abusive experience report.
99+ "lastChangeTime": "A String", # The time at which the site's status last changed.
100+ "reviewedSite": "A String", # The name of the reviewed site, e.g. `google.com`.
101+ "abusiveStatus": "A String", # The site's Abusive Experience Report status.
102+ "reportUrl": "A String", # A link to the full Abusive Experience Report for the site.
103+ #
104+ # Not set in
105+ # ViolatingSitesResponse.
106+ #
107+ # Note that you must complete the [Search Console verification
108+ # process](https://support.google.com/webmasters/answer/9008080) for the site
109+ # before you can access the full report.
106110 "underReview": True or False, # Whether the site is currently under review.
107- "enforcementTime": "A String", # The date on which enforcement begins.
108- "filterStatus": "A String", # The abusive experience enforcement status of the site.
109- "reviewedSite": "A String", # The name of the site reviewed.
111+ "enforcementTime": "A String", # The time at which
112+ # [enforcement](https://support.google.com/webtools/answer/7538608) against
113+ # the site began or will begin.
114+ #
115+ # Not set when the
116+ # filter_status
117+ # is OFF.
118+ "filterStatus": "A String", # The site's [enforcement
119+ # status](https://support.google.com/webtools/answer/7538608).
110120 }</ pre >
111121</ div >
112122
0 commit comments