The "urlcrawlerrorscounts" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| query ($siteUrl, $optParams=array()) |
| Retrieves a time series of the number of URL crawl errors per error category and platform.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "urlcrawlerrorscounts" collection of methods.
Typical usage is: $webmastersService = new Google_Service_Webmasters(...); $urlcrawlerrorscounts = $webmastersService->urlcrawlerrorscounts;
◆ call()
Google_Service_Resource::call |
( |
| $name, |
|
|
| $arguments, |
|
|
| $expected_class = null ) |
|
inherited |
TODO: This function needs simplifying.
- Parameters
-
$name | |
$arguments | |
$expected_class | - optional, the expected class name |
- Return values
-
Google_Http_Request|expected_class | |
- Exceptions
-
◆ query()
Google_Service_Webmasters_Urlcrawlerrorscounts_Resource::query |
( |
| $siteUrl, |
|
|
| $optParams = array() ) |
Retrieves a time series of the number of URL crawl errors per error category and platform.
(urlcrawlerrorscounts.query)
- Parameters
-
string | $siteUrl | The site's URL, including protocol. For example: http://www.example.com/ |
array | $optParams | Optional parameters. |
@opt_param string category The crawl error category. For example: serverError. If not specified, returns results for all categories. @opt_param string platform The user agent type (platform) that made the request. For example: web. If not specified, returns results for all platforms. @opt_param bool latestCountsOnly If true, returns only the latest crawl error counts.
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Webmasters.php