@@ -76,21 +76,17 @@ <h1><a href="abusiveexperiencereport_v1.html">Abusive Experience Report API</a>
76
76
< h2 > Instance Methods</ h2 >
77
77
< p class ="toc_element ">
78
78
< 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 >
80
80
< h3 > Method Details</ h3 >
81
81
< div class ="method ">
82
82
< 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 .
84
84
85
85
Args:
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)
94
90
x__xgafv: string, V1 error format.
95
91
Allowed values
96
92
1 - v1 error format
@@ -100,13 +96,27 @@ <h3>Method Details</h3>
100
96
An object of the form:
101
97
102
98
{ # 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.
106
110
"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).
110
120
}</ pre >
111
121
</ div >
112
122
0 commit comments