Beispiel #1
0
 /// <summary>Constructs a new Query request.</summary>
 public QueryRequest(Google.Apis.Services.IClientService service, Google.Apis.Webmasters.v3.Data.SearchAnalyticsQueryRequest body, string siteUrl)
     : base(service)
 {
     SiteUrl = siteUrl;
     Body    = body;
     InitParameters();
 }
Beispiel #2
0
 /// <summary>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.</summary>
 /// <param name="body">The body of the request.</param>
 /// <param name="siteUrl">The site's URL, including protocol. For example: http://www.example.com/</param>
 public virtual QueryRequest Query(Google.Apis.Webmasters.v3.Data.SearchAnalyticsQueryRequest body, string siteUrl)
 {
     return(new QueryRequest(service, body, siteUrl));
 }