0
Google 검색 콘솔 API로 결과를 얻지 못했습니다. SITEURL 'SITEURL/테스트 AAP/SRC/구글/서비스/Resource.php : 165Google 검색 콘솔 API - UrlCrawlErrorCountsPerType
$timestamp = strtotime('1 month ago');
$query = new Google_Service_Webmasters_UrlCrawlErrorCountsPerType();
$query->setCategory("authPermissions");
$filter = new Google_Service_Webmasters_UrlCrawlErrorCount();
$filter->setCount('5');
$filter->setTimestamp($timestamp);
$check = $query->setEntries(array($filter));
$query->setPlatform("web");
$getSearchresponseOb = $service->urlcrawlerrorscounts->query('siteurl','soft404','true','web');
$getSearchresponse = $getSearchresponseOb->toSimpleObject();
print_r($getSearchresponse);