You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/analyticsdata_v1beta.properties.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -428,7 +428,7 @@ <h3>Method Details</h3>
428
428
"startDate": "A String", # 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's reporting time zone.
429
429
},
430
430
],
431
-
"dimensionFilter": { # 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
+
"dimensionFilter": { # 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.
432
432
"andGroup": { # A list of filter expressions. # The FilterExpressions in and_group have an AND relationship.
433
433
"expressions": [ # A list of filter expressions.
434
434
# Object with schema name: FilterExpression
@@ -496,7 +496,7 @@ <h3>Method Details</h3>
496
496
"metricAggregations": [ # Aggregation of metrics. Aggregated metric values will be shown in rows where the dimension_values are set to "RESERVED_(MetricAggregation)".
497
497
"A String",
498
498
],
499
-
"metricFilter": { # 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
+
"metricFilter": { # 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.
500
500
"andGroup": { # A list of filter expressions. # The FilterExpressions in and_group have an AND relationship.
501
501
"expressions": [ # A list of filter expressions.
502
502
# Object with schema name: FilterExpression
@@ -1317,7 +1317,7 @@ <h3>Method Details</h3>
1317
1317
"startDate": "A String", # 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's reporting time zone.
1318
1318
},
1319
1319
],
1320
-
"dimensionFilter": { # 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
+
"dimensionFilter": { # 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.
1321
1321
"andGroup": { # A list of filter expressions. # The FilterExpressions in and_group have an AND relationship.
1322
1322
"expressions": [ # A list of filter expressions.
1323
1323
# Object with schema name: FilterExpression
@@ -1385,7 +1385,7 @@ <h3>Method Details</h3>
1385
1385
"metricAggregations": [ # Aggregation of metrics. Aggregated metric values will be shown in rows where the dimension_values are set to "RESERVED_(MetricAggregation)".
1386
1386
"A String",
1387
1387
],
1388
-
"metricFilter": { # 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
+
"metricFilter": { # 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.
1389
1389
"andGroup": { # A list of filter expressions. # The FilterExpressions in and_group have an AND relationship.
1390
1390
"expressions": [ # A list of filter expressions.
"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."
1436
1436
},
1437
1437
"dimensions": {
1438
1438
"description": "The dimensions requested and displayed.",
@@ -1473,7 +1473,7 @@
1473
1473
},
1474
1474
"metricFilter": {
1475
1475
"$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."
1477
1477
},
1478
1478
"metrics": {
1479
1479
"description": "The metrics requested and displayed.",
0 commit comments