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_v1alpha.properties.html
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -166,7 +166,6 @@ <h3>Method Details</h3>
166
166
"A String",
167
167
],
168
168
},
169
-
"nullFilter": True or False, # A filter for null values. If True, a null dimension value is matched by this filter. Null filter is commonly used inside a NOT filter expression. For example, a NOT expression of a null filter removes rows when a dimension is null.
170
169
"numericFilter": { # Filters for numeric or date values. # A filter for numeric or date values.
171
170
"operation": "A String", # The operation type for this filter.
172
171
"value": { # To represent a number. # A numeric value or a date value.
@@ -206,7 +205,7 @@ <h3>Method Details</h3>
206
205
"name": "A String", # The name of the dimension. See the [API Dimensions](https://developers.google.com/analytics/devguides/reporting/data/v1/api-schema#dimensions) for the list of dimension names. If `dimensionExpression` is specified, `name` can be any string that you would like. For example if a `dimensionExpression` concatenates `country` and `city`, you could call that dimension `countryAndCity`. Dimensions are referenced by `name` in `dimensionFilter`, `orderBys`, `dimensionExpression`, and `pivots`.
207
206
},
208
207
],
209
-
"limit": "A String", # The number of rows to return. If unspecified, 10 rows are returned. If -1, all rows are returned.
208
+
"limit": "A String", # The number of rows to return. If the `limit` parameter is unspecified, 10,000 rows are returned. The API returns a maximum of 100,000 rows per request, no matter how many you ask for.
210
209
"metricAggregations": [ # Aggregation of metrics. Aggregated metric values will be shown in rows where the dimension_values are set to "RESERVED_(MetricAggregation)".
211
210
"A String",
212
211
],
@@ -234,7 +233,6 @@ <h3>Method Details</h3>
234
233
"A String",
235
234
],
236
235
},
237
-
"nullFilter": True or False, # A filter for null values. If True, a null dimension value is matched by this filter. Null filter is commonly used inside a NOT filter expression. For example, a NOT expression of a null filter removes rows when a dimension is null.
238
236
"numericFilter": { # Filters for numeric or date values. # A filter for numeric or date values.
239
237
"operation": "A String", # The operation type for this filter.
240
238
"value": { # To represent a number. # A numeric value or a date value.
@@ -347,7 +345,7 @@ <h3>Method Details</h3>
347
345
"consumed": 42, # Quota consumed by this request.
348
346
"remaining": 42, # Quota remaining after this request.
349
347
},
350
-
"tokensPerHour": { # Current state for a particular quota group. # Standard Analytics Properties can use up to 5,000 tokens per day; Analytics 360 Properties can use 50,000 tokens per day. An API request consumes a single number of tokens, and that number is deducted from both the hourly and daily quotas.
348
+
"tokensPerHour": { # Current state for a particular quota group. # Standard Analytics Properties can use up to 5,000 tokens per hour; Analytics 360 Properties can use 50,000 tokens per hour. An API request consumes a single number of tokens, and that number is deducted from both the hourly and daily quotas.
351
349
"consumed": 42, # Quota consumed by this request.
352
350
"remaining": 42, # Quota remaining after this request.
0 commit comments