Show / Hide Table of Contents

Class SearchanalyticsResource

The "searchanalytics" collection of methods.

Inheritance
object
SearchanalyticsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SearchConsole.v1
Assembly: Google.Apis.SearchConsole.v1.dll
Syntax
public class SearchanalyticsResource

Constructors

SearchanalyticsResource(IClientService)

Constructs a new resource.

Declaration
public SearchanalyticsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Query(SearchAnalyticsQueryRequest, string)

Query your data with filters and parameters that you define. Returns zero or more rows grouped by the row keys that you define. You must define a date range of one or more days. When date is one of the group by values, any days without data are omitted from the result list. If you need to know which days have data, issue a broad date range query grouped by date for any metric, and see which day rows are returned.

Declaration
public virtual SearchanalyticsResource.QueryRequest Query(SearchAnalyticsQueryRequest body, string siteUrl)
Parameters
Type Name Description
SearchAnalyticsQueryRequest body

The body of the request.

string siteUrl

The site's URL, including protocol. For example: http://www.example.com/.

Returns
Type Description
SearchanalyticsResource.QueryRequest
In this article
Back to top Generated by DocFX