Skip to content

Commit 1c60129

Browse files
chore(analyticsdata): update the api
1 parent d92a609 commit 1c60129

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/dyn/analyticsdata_v1beta.properties.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ <h3>Method Details</h3>
428428
&quot;startDate&quot;: &quot;A String&quot;, # The inclusive start date for the query in the format `YYYY-MM-DD`. Cannot be after `end_date`. The format `NdaysAgo`, `yesterday`, or `today` is also accepted, and in that case, the date is inferred based on the property&#x27;s reporting time zone.
429429
},
430430
],
431-
&quot;dimensionFilter&quot;: { # To express dimension or metric filters. The fields in the same FilterExpression need to be either all dimensions or all metrics. # The filter clause of dimensions. Dimensions must be requested to be used in this filter. Metrics cannot be used in this filter.
431+
&quot;dimensionFilter&quot;: { # To express dimension or metric filters. The fields in the same FilterExpression need to be either all dimensions or all metrics. # Dimension filters allow you to ask for only specific dimension values in the report. To learn more, see [Fundamentals of Dimension Filters](https://developers.google.com/analytics/devguides/reporting/data/v1/basics#dimension_filters) for examples. Metrics cannot be used in this filter.
432432
&quot;andGroup&quot;: { # A list of filter expressions. # The FilterExpressions in and_group have an AND relationship.
433433
&quot;expressions&quot;: [ # A list of filter expressions.
434434
# Object with schema name: FilterExpression
@@ -496,7 +496,7 @@ <h3>Method Details</h3>
496496
&quot;metricAggregations&quot;: [ # Aggregation of metrics. Aggregated metric values will be shown in rows where the dimension_values are set to &quot;RESERVED_(MetricAggregation)&quot;.
497497
&quot;A String&quot;,
498498
],
499-
&quot;metricFilter&quot;: { # To express dimension or metric filters. The fields in the same FilterExpression need to be either all dimensions or all metrics. # The filter clause of metrics. Applied at post aggregation phase, similar to SQL having-clause. Metrics must be requested to be used in this filter. Dimensions cannot be used in this filter.
499+
&quot;metricFilter&quot;: { # To express dimension or metric filters. The fields in the same FilterExpression need to be either all dimensions or all metrics. # The filter clause of metrics. Applied at post aggregation phase, similar to SQL having-clause. Dimensions cannot be used in this filter.
500500
&quot;andGroup&quot;: { # A list of filter expressions. # The FilterExpressions in and_group have an AND relationship.
501501
&quot;expressions&quot;: [ # A list of filter expressions.
502502
# Object with schema name: FilterExpression
@@ -1317,7 +1317,7 @@ <h3>Method Details</h3>
13171317
&quot;startDate&quot;: &quot;A String&quot;, # The inclusive start date for the query in the format `YYYY-MM-DD`. Cannot be after `end_date`. The format `NdaysAgo`, `yesterday`, or `today` is also accepted, and in that case, the date is inferred based on the property&#x27;s reporting time zone.
13181318
},
13191319
],
1320-
&quot;dimensionFilter&quot;: { # To express dimension or metric filters. The fields in the same FilterExpression need to be either all dimensions or all metrics. # The filter clause of dimensions. Dimensions must be requested to be used in this filter. Metrics cannot be used in this filter.
1320+
&quot;dimensionFilter&quot;: { # To express dimension or metric filters. The fields in the same FilterExpression need to be either all dimensions or all metrics. # Dimension filters allow you to ask for only specific dimension values in the report. To learn more, see [Fundamentals of Dimension Filters](https://developers.google.com/analytics/devguides/reporting/data/v1/basics#dimension_filters) for examples. Metrics cannot be used in this filter.
13211321
&quot;andGroup&quot;: { # A list of filter expressions. # The FilterExpressions in and_group have an AND relationship.
13221322
&quot;expressions&quot;: [ # A list of filter expressions.
13231323
# Object with schema name: FilterExpression
@@ -1385,7 +1385,7 @@ <h3>Method Details</h3>
13851385
&quot;metricAggregations&quot;: [ # Aggregation of metrics. Aggregated metric values will be shown in rows where the dimension_values are set to &quot;RESERVED_(MetricAggregation)&quot;.
13861386
&quot;A String&quot;,
13871387
],
1388-
&quot;metricFilter&quot;: { # To express dimension or metric filters. The fields in the same FilterExpression need to be either all dimensions or all metrics. # The filter clause of metrics. Applied at post aggregation phase, similar to SQL having-clause. Metrics must be requested to be used in this filter. Dimensions cannot be used in this filter.
1388+
&quot;metricFilter&quot;: { # To express dimension or metric filters. The fields in the same FilterExpression need to be either all dimensions or all metrics. # The filter clause of metrics. Applied at post aggregation phase, similar to SQL having-clause. Dimensions cannot be used in this filter.
13891389
&quot;andGroup&quot;: { # A list of filter expressions. # The FilterExpressions in and_group have an AND relationship.
13901390
&quot;expressions&quot;: [ # A list of filter expressions.
13911391
# Object with schema name: FilterExpression

googleapiclient/discovery_cache/documents/analyticsdata.v1beta.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@
284284
}
285285
}
286286
},
287-
"revision": "20210806",
287+
"revision": "20210813",
288288
"rootUrl": "https://analyticsdata.googleapis.com/",
289289
"schemas": {
290290
"BatchRunPivotReportsRequest": {
@@ -1432,7 +1432,7 @@
14321432
},
14331433
"dimensionFilter": {
14341434
"$ref": "FilterExpression",
1435-
"description": "The filter clause of dimensions. Dimensions must be requested to be used in this filter. Metrics cannot be used in this filter."
1435+
"description": "Dimension filters allow you to ask for only specific dimension values in the report. To learn more, see [Fundamentals of Dimension Filters](https://developers.google.com/analytics/devguides/reporting/data/v1/basics#dimension_filters) for examples. Metrics cannot be used in this filter."
14361436
},
14371437
"dimensions": {
14381438
"description": "The dimensions requested and displayed.",
@@ -1473,7 +1473,7 @@
14731473
},
14741474
"metricFilter": {
14751475
"$ref": "FilterExpression",
1476-
"description": "The filter clause of metrics. Applied at post aggregation phase, similar to SQL having-clause. Metrics must be requested to be used in this filter. Dimensions cannot be used in this filter."
1476+
"description": "The filter clause of metrics. Applied at post aggregation phase, similar to SQL having-clause. Dimensions cannot be used in this filter."
14771477
},
14781478
"metrics": {
14791479
"description": "The metrics requested and displayed.",

0 commit comments

Comments
 (0)