Class SearchanalyticsResource
The "searchanalytics" collection of methods.
Inherited Members
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: |
Returns
Type | Description |
---|---|
SearchanalyticsResource.QueryRequest |