Skip to content

Commit 0169b56

Browse files
chore(searchconsole): update the api
#### searchconsole:v1 The following keys were added: - schemas.SearchAnalyticsQueryRequest.properties.dataState (Total Keys: 1)
1 parent eee5c15 commit 0169b56

File tree

2 files changed

+893
-876
lines changed

2 files changed

+893
-876
lines changed

docs/dyn/searchconsole_v1.searchanalytics.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ <h3>Method Details</h3>
9797

9898
{
9999
&quot;aggregationType&quot;: &quot;A String&quot;, # [Optional; Default is \&quot;auto\&quot;] How data is aggregated. If aggregated by property, all data for the same property is aggregated; if aggregated by page, all data is aggregated by canonical URI. If you filter or group by page, choose AUTO; otherwise you can aggregate either by property or by page, depending on how you want your data calculated; see the help documentation to learn how data is calculated differently by site versus by page. **Note:** If you group or filter by page, you cannot aggregate by property. If you specify any value other than AUTO, the aggregation type in the result will match the requested type, or if you request an invalid type, you will get an error. The API will never change your aggregation type if the requested type is invalid.
100+
&quot;dataState&quot;: &quot;A String&quot;, # The data state to be fetched, can be full or all, the latter including full and partial data.
100101
&quot;dimensionFilterGroups&quot;: [ # [Optional] Zero or more filters to apply to the dimension grouping values; for example, &#x27;query contains \&quot;buy\&quot;&#x27; to see only data where the query string contains the substring \&quot;buy\&quot; (not case-sensitive). You can filter by a dimension without grouping by it.
101102
{ # A set of dimension value filters to test against each row. Only rows that pass all filter groups will be returned. All results within a filter group are either AND&#x27;ed or OR&#x27;ed together, depending on the group type selected. All filter groups are AND&#x27;ed together.
102103
&quot;filters&quot;: [

0 commit comments

Comments
 (0)