google-analytics-data-v1beta 0.13.1 → 0.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/google/analytics/data/v1beta/analytics_data/client.rb +23 -18
- data/lib/google/analytics/data/v1beta/analytics_data/operations.rb +3 -10
- data/lib/google/analytics/data/v1beta/analytics_data/rest/client.rb +23 -18
- data/lib/google/analytics/data/v1beta/analytics_data/rest/operations.rb +3 -10
- data/lib/google/analytics/data/v1beta/analytics_data_api_services_pb.rb +3 -3
- data/lib/google/analytics/data/v1beta/data_pb.rb +2 -1
- data/lib/google/analytics/data/v1beta/version.rb +1 -1
- data/proto_docs/google/analytics/data/v1beta/analytics_data_api.rb +24 -18
- data/proto_docs/google/analytics/data/v1beta/data.rb +11 -2
- data/proto_docs/google/api/client.rb +20 -0
- data/proto_docs/google/longrunning/operations.rb +19 -14
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8ef576e347f3d530bb2ac67a9c5bdae88cf3200436599cb43b7e460a678e9dfa
|
|
4
|
+
data.tar.gz: 353c27184997952629510a79516eb942db1118b967581c96e328d97e5ff600bf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 11efcf074e943437b9dfed215fe50463bbc4101f1a8f48cd40f85599d127ceedf2eb1b73e948206eae3d46e7155423267d710a4820b0735f61570a21bddd0837
|
|
7
|
+
data.tar.gz: 8e51711acaaa3bd981b78e9fc22ea510190c6723430a71f98f9aaa6e353b535189b8ff5b9a735a914c70a5b79108f8c6404b885a1ce57b49409a4cc56f83d730
|
|
@@ -225,7 +225,7 @@ module Google
|
|
|
225
225
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
226
226
|
#
|
|
227
227
|
# @param property [::String]
|
|
228
|
-
# A Google Analytics
|
|
228
|
+
# A Google Analytics property identifier whose events are tracked.
|
|
229
229
|
# Specified in the URL path and not the body. To learn more, see [where to
|
|
230
230
|
# find your Property
|
|
231
231
|
# ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id).
|
|
@@ -277,8 +277,12 @@ module Google
|
|
|
277
277
|
# @param metric_aggregations [::Array<::Google::Analytics::Data::V1beta::MetricAggregation>]
|
|
278
278
|
# Aggregation of metrics. Aggregated metric values will be shown in rows
|
|
279
279
|
# where the dimension_values are set to "RESERVED_(MetricAggregation)".
|
|
280
|
+
# Aggregates including both comparisons and multiple date ranges will
|
|
281
|
+
# be aggregated based on the date ranges.
|
|
280
282
|
# @param order_bys [::Array<::Google::Analytics::Data::V1beta::OrderBy, ::Hash>]
|
|
281
283
|
# Specifies how rows are ordered in the response.
|
|
284
|
+
# Requests including both comparisons and multiple date ranges will
|
|
285
|
+
# have order bys applied on the comparisons.
|
|
282
286
|
# @param currency_code [::String]
|
|
283
287
|
# A currency code in ISO4217 format, such as "AED", "USD", "JPY".
|
|
284
288
|
# If the field is empty, the report uses the property's default currency.
|
|
@@ -291,14 +295,14 @@ module Google
|
|
|
291
295
|
# removed by a filter.
|
|
292
296
|
#
|
|
293
297
|
# Regardless of this `keep_empty_rows` setting, only data recorded by the
|
|
294
|
-
# Google Analytics
|
|
298
|
+
# Google Analytics property can be displayed in a report.
|
|
295
299
|
#
|
|
296
300
|
# For example if a property never logs a `purchase` event, then a query for
|
|
297
301
|
# the `eventName` dimension and `eventCount` metric will not have a row
|
|
298
302
|
# eventName: "purchase" and eventCount: 0.
|
|
299
303
|
# @param return_property_quota [::Boolean]
|
|
300
|
-
# Toggles whether to return the current state of this Analytics
|
|
301
|
-
# quota. Quota is returned in [PropertyQuota](#PropertyQuota).
|
|
304
|
+
# Toggles whether to return the current state of this Google Analytics
|
|
305
|
+
# property's quota. Quota is returned in [PropertyQuota](#PropertyQuota).
|
|
302
306
|
# @param comparisons [::Array<::Google::Analytics::Data::V1beta::Comparison, ::Hash>]
|
|
303
307
|
# Optional. The configuration of comparisons requested and displayed. The
|
|
304
308
|
# request only requires a comparisons field in order to receive a comparison
|
|
@@ -392,7 +396,7 @@ module Google
|
|
|
392
396
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
393
397
|
#
|
|
394
398
|
# @param property [::String]
|
|
395
|
-
# A Google Analytics
|
|
399
|
+
# A Google Analytics property identifier whose events are tracked.
|
|
396
400
|
# Specified in the URL path and not the body. To learn more, see [where to
|
|
397
401
|
# find your Property
|
|
398
402
|
# ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id).
|
|
@@ -437,14 +441,14 @@ module Google
|
|
|
437
441
|
# removed by a filter.
|
|
438
442
|
#
|
|
439
443
|
# Regardless of this `keep_empty_rows` setting, only data recorded by the
|
|
440
|
-
# Google Analytics
|
|
444
|
+
# Google Analytics property can be displayed in a report.
|
|
441
445
|
#
|
|
442
446
|
# For example if a property never logs a `purchase` event, then a query for
|
|
443
447
|
# the `eventName` dimension and `eventCount` metric will not have a row
|
|
444
448
|
# eventName: "purchase" and eventCount: 0.
|
|
445
449
|
# @param return_property_quota [::Boolean]
|
|
446
|
-
# Toggles whether to return the current state of this Analytics
|
|
447
|
-
# quota. Quota is returned in [PropertyQuota](#PropertyQuota).
|
|
450
|
+
# Toggles whether to return the current state of this Google Analytics
|
|
451
|
+
# property's quota. Quota is returned in [PropertyQuota](#PropertyQuota).
|
|
448
452
|
# @param comparisons [::Array<::Google::Analytics::Data::V1beta::Comparison, ::Hash>]
|
|
449
453
|
# Optional. The configuration of comparisons requested and displayed. The
|
|
450
454
|
# request requires both a comparisons field and a comparisons dimension to
|
|
@@ -517,7 +521,7 @@ module Google
|
|
|
517
521
|
|
|
518
522
|
##
|
|
519
523
|
# Returns multiple reports in a batch. All reports must be for the same
|
|
520
|
-
#
|
|
524
|
+
# Google Analytics property.
|
|
521
525
|
#
|
|
522
526
|
# @overload batch_run_reports(request, options = nil)
|
|
523
527
|
# Pass arguments to `batch_run_reports` via a request object, either of type
|
|
@@ -535,7 +539,7 @@ module Google
|
|
|
535
539
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
536
540
|
#
|
|
537
541
|
# @param property [::String]
|
|
538
|
-
# A Google Analytics
|
|
542
|
+
# A Google Analytics property identifier whose events are tracked.
|
|
539
543
|
# Specified in the URL path and not the body. To learn more, see [where to
|
|
540
544
|
# find your Property
|
|
541
545
|
# ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id).
|
|
@@ -615,7 +619,7 @@ module Google
|
|
|
615
619
|
|
|
616
620
|
##
|
|
617
621
|
# Returns multiple pivot reports in a batch. All reports must be for the same
|
|
618
|
-
#
|
|
622
|
+
# Google Analytics property.
|
|
619
623
|
#
|
|
620
624
|
# @overload batch_run_pivot_reports(request, options = nil)
|
|
621
625
|
# Pass arguments to `batch_run_pivot_reports` via a request object, either of type
|
|
@@ -633,7 +637,7 @@ module Google
|
|
|
633
637
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
634
638
|
#
|
|
635
639
|
# @param property [::String]
|
|
636
|
-
# A Google Analytics
|
|
640
|
+
# A Google Analytics property identifier whose events are tracked.
|
|
637
641
|
# Specified in the URL path and not the body. To learn more, see [where to
|
|
638
642
|
# find your Property
|
|
639
643
|
# ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id).
|
|
@@ -714,7 +718,7 @@ module Google
|
|
|
714
718
|
##
|
|
715
719
|
# Returns metadata for dimensions and metrics available in reporting methods.
|
|
716
720
|
# Used to explore the dimensions and metrics. In this method, a Google
|
|
717
|
-
# Analytics
|
|
721
|
+
# Analytics property identifier is specified in the request, and
|
|
718
722
|
# the metadata response includes Custom dimensions and metrics as well as
|
|
719
723
|
# Universal metadata.
|
|
720
724
|
#
|
|
@@ -741,7 +745,7 @@ module Google
|
|
|
741
745
|
# @param name [::String]
|
|
742
746
|
# Required. The resource name of the metadata to retrieve. This name field is
|
|
743
747
|
# specified in the URL path and not URL parameters. Property is a numeric
|
|
744
|
-
# Google Analytics
|
|
748
|
+
# Google Analytics property identifier. To learn more, see [where to find
|
|
745
749
|
# your Property
|
|
746
750
|
# ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id).
|
|
747
751
|
#
|
|
@@ -843,7 +847,7 @@ module Google
|
|
|
843
847
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
844
848
|
#
|
|
845
849
|
# @param property [::String]
|
|
846
|
-
# A Google Analytics
|
|
850
|
+
# A Google Analytics property identifier whose events are tracked.
|
|
847
851
|
# Specified in the URL path and not the body. To learn more, see [where to
|
|
848
852
|
# find your Property
|
|
849
853
|
# ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id).
|
|
@@ -874,8 +878,9 @@ module Google
|
|
|
874
878
|
# @param order_bys [::Array<::Google::Analytics::Data::V1beta::OrderBy, ::Hash>]
|
|
875
879
|
# Specifies how rows are ordered in the response.
|
|
876
880
|
# @param return_property_quota [::Boolean]
|
|
877
|
-
# Toggles whether to return the current state of this Analytics
|
|
878
|
-
# Realtime quota. Quota is returned in
|
|
881
|
+
# Toggles whether to return the current state of this Google Analytics
|
|
882
|
+
# property's Realtime quota. Quota is returned in
|
|
883
|
+
# [PropertyQuota](#PropertyQuota).
|
|
879
884
|
# @param minute_ranges [::Array<::Google::Analytics::Data::V1beta::MinuteRange, ::Hash>]
|
|
880
885
|
# The minute ranges of event data to read. If unspecified, one minute range
|
|
881
886
|
# for the last 30 minutes will be used. If multiple minute ranges are
|
|
@@ -976,7 +981,7 @@ module Google
|
|
|
976
981
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
977
982
|
#
|
|
978
983
|
# @param property [::String]
|
|
979
|
-
# A Google Analytics
|
|
984
|
+
# A Google Analytics property identifier whose events are tracked. To
|
|
980
985
|
# learn more, see [where to find your Property
|
|
981
986
|
# ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id).
|
|
982
987
|
# `property` should be the same value as in your `runReport` request.
|
|
@@ -124,14 +124,6 @@ module Google
|
|
|
124
124
|
# Lists operations that match the specified filter in the request. If the
|
|
125
125
|
# server doesn't support this method, it returns `UNIMPLEMENTED`.
|
|
126
126
|
#
|
|
127
|
-
# NOTE: the `name` binding allows API services to override the binding
|
|
128
|
-
# to use different resource name schemes, such as `users/*/operations`. To
|
|
129
|
-
# override the binding, API services can add a binding such as
|
|
130
|
-
# `"/v1/{name=users/*}/operations"` to their service configuration.
|
|
131
|
-
# For backwards compatibility, the default name includes the operations
|
|
132
|
-
# collection id, however overriding users must ensure the name binding
|
|
133
|
-
# is the parent resource, without the operations collection id.
|
|
134
|
-
#
|
|
135
127
|
# @overload list_operations(request, options = nil)
|
|
136
128
|
# Pass arguments to `list_operations` via a request object, either of type
|
|
137
129
|
# {::Google::Longrunning::ListOperationsRequest} or an equivalent Hash.
|
|
@@ -421,8 +413,9 @@ module Google
|
|
|
421
413
|
# other methods to check whether the cancellation succeeded or whether the
|
|
422
414
|
# operation completed despite cancellation. On successful cancellation,
|
|
423
415
|
# the operation is not deleted; instead, it becomes an operation with
|
|
424
|
-
# an {::Google::Longrunning::Operation#error Operation.error} value with a
|
|
425
|
-
# corresponding to
|
|
416
|
+
# an {::Google::Longrunning::Operation#error Operation.error} value with a
|
|
417
|
+
# {::Google::Rpc::Status#code google.rpc.Status.code} of `1`, corresponding to
|
|
418
|
+
# `Code.CANCELLED`.
|
|
426
419
|
#
|
|
427
420
|
# @overload cancel_operation(request, options = nil)
|
|
428
421
|
# Pass arguments to `cancel_operation` via a request object, either of type
|
|
@@ -218,7 +218,7 @@ module Google
|
|
|
218
218
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
219
219
|
#
|
|
220
220
|
# @param property [::String]
|
|
221
|
-
# A Google Analytics
|
|
221
|
+
# A Google Analytics property identifier whose events are tracked.
|
|
222
222
|
# Specified in the URL path and not the body. To learn more, see [where to
|
|
223
223
|
# find your Property
|
|
224
224
|
# ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id).
|
|
@@ -270,8 +270,12 @@ module Google
|
|
|
270
270
|
# @param metric_aggregations [::Array<::Google::Analytics::Data::V1beta::MetricAggregation>]
|
|
271
271
|
# Aggregation of metrics. Aggregated metric values will be shown in rows
|
|
272
272
|
# where the dimension_values are set to "RESERVED_(MetricAggregation)".
|
|
273
|
+
# Aggregates including both comparisons and multiple date ranges will
|
|
274
|
+
# be aggregated based on the date ranges.
|
|
273
275
|
# @param order_bys [::Array<::Google::Analytics::Data::V1beta::OrderBy, ::Hash>]
|
|
274
276
|
# Specifies how rows are ordered in the response.
|
|
277
|
+
# Requests including both comparisons and multiple date ranges will
|
|
278
|
+
# have order bys applied on the comparisons.
|
|
275
279
|
# @param currency_code [::String]
|
|
276
280
|
# A currency code in ISO4217 format, such as "AED", "USD", "JPY".
|
|
277
281
|
# If the field is empty, the report uses the property's default currency.
|
|
@@ -284,14 +288,14 @@ module Google
|
|
|
284
288
|
# removed by a filter.
|
|
285
289
|
#
|
|
286
290
|
# Regardless of this `keep_empty_rows` setting, only data recorded by the
|
|
287
|
-
# Google Analytics
|
|
291
|
+
# Google Analytics property can be displayed in a report.
|
|
288
292
|
#
|
|
289
293
|
# For example if a property never logs a `purchase` event, then a query for
|
|
290
294
|
# the `eventName` dimension and `eventCount` metric will not have a row
|
|
291
295
|
# eventName: "purchase" and eventCount: 0.
|
|
292
296
|
# @param return_property_quota [::Boolean]
|
|
293
|
-
# Toggles whether to return the current state of this Analytics
|
|
294
|
-
# quota. Quota is returned in [PropertyQuota](#PropertyQuota).
|
|
297
|
+
# Toggles whether to return the current state of this Google Analytics
|
|
298
|
+
# property's quota. Quota is returned in [PropertyQuota](#PropertyQuota).
|
|
295
299
|
# @param comparisons [::Array<::Google::Analytics::Data::V1beta::Comparison, ::Hash>]
|
|
296
300
|
# Optional. The configuration of comparisons requested and displayed. The
|
|
297
301
|
# request only requires a comparisons field in order to receive a comparison
|
|
@@ -378,7 +382,7 @@ module Google
|
|
|
378
382
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
379
383
|
#
|
|
380
384
|
# @param property [::String]
|
|
381
|
-
# A Google Analytics
|
|
385
|
+
# A Google Analytics property identifier whose events are tracked.
|
|
382
386
|
# Specified in the URL path and not the body. To learn more, see [where to
|
|
383
387
|
# find your Property
|
|
384
388
|
# ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id).
|
|
@@ -423,14 +427,14 @@ module Google
|
|
|
423
427
|
# removed by a filter.
|
|
424
428
|
#
|
|
425
429
|
# Regardless of this `keep_empty_rows` setting, only data recorded by the
|
|
426
|
-
# Google Analytics
|
|
430
|
+
# Google Analytics property can be displayed in a report.
|
|
427
431
|
#
|
|
428
432
|
# For example if a property never logs a `purchase` event, then a query for
|
|
429
433
|
# the `eventName` dimension and `eventCount` metric will not have a row
|
|
430
434
|
# eventName: "purchase" and eventCount: 0.
|
|
431
435
|
# @param return_property_quota [::Boolean]
|
|
432
|
-
# Toggles whether to return the current state of this Analytics
|
|
433
|
-
# quota. Quota is returned in [PropertyQuota](#PropertyQuota).
|
|
436
|
+
# Toggles whether to return the current state of this Google Analytics
|
|
437
|
+
# property's quota. Quota is returned in [PropertyQuota](#PropertyQuota).
|
|
434
438
|
# @param comparisons [::Array<::Google::Analytics::Data::V1beta::Comparison, ::Hash>]
|
|
435
439
|
# Optional. The configuration of comparisons requested and displayed. The
|
|
436
440
|
# request requires both a comparisons field and a comparisons dimension to
|
|
@@ -496,7 +500,7 @@ module Google
|
|
|
496
500
|
|
|
497
501
|
##
|
|
498
502
|
# Returns multiple reports in a batch. All reports must be for the same
|
|
499
|
-
#
|
|
503
|
+
# Google Analytics property.
|
|
500
504
|
#
|
|
501
505
|
# @overload batch_run_reports(request, options = nil)
|
|
502
506
|
# Pass arguments to `batch_run_reports` via a request object, either of type
|
|
@@ -514,7 +518,7 @@ module Google
|
|
|
514
518
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
515
519
|
#
|
|
516
520
|
# @param property [::String]
|
|
517
|
-
# A Google Analytics
|
|
521
|
+
# A Google Analytics property identifier whose events are tracked.
|
|
518
522
|
# Specified in the URL path and not the body. To learn more, see [where to
|
|
519
523
|
# find your Property
|
|
520
524
|
# ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id).
|
|
@@ -587,7 +591,7 @@ module Google
|
|
|
587
591
|
|
|
588
592
|
##
|
|
589
593
|
# Returns multiple pivot reports in a batch. All reports must be for the same
|
|
590
|
-
#
|
|
594
|
+
# Google Analytics property.
|
|
591
595
|
#
|
|
592
596
|
# @overload batch_run_pivot_reports(request, options = nil)
|
|
593
597
|
# Pass arguments to `batch_run_pivot_reports` via a request object, either of type
|
|
@@ -605,7 +609,7 @@ module Google
|
|
|
605
609
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
606
610
|
#
|
|
607
611
|
# @param property [::String]
|
|
608
|
-
# A Google Analytics
|
|
612
|
+
# A Google Analytics property identifier whose events are tracked.
|
|
609
613
|
# Specified in the URL path and not the body. To learn more, see [where to
|
|
610
614
|
# find your Property
|
|
611
615
|
# ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id).
|
|
@@ -679,7 +683,7 @@ module Google
|
|
|
679
683
|
##
|
|
680
684
|
# Returns metadata for dimensions and metrics available in reporting methods.
|
|
681
685
|
# Used to explore the dimensions and metrics. In this method, a Google
|
|
682
|
-
# Analytics
|
|
686
|
+
# Analytics property identifier is specified in the request, and
|
|
683
687
|
# the metadata response includes Custom dimensions and metrics as well as
|
|
684
688
|
# Universal metadata.
|
|
685
689
|
#
|
|
@@ -706,7 +710,7 @@ module Google
|
|
|
706
710
|
# @param name [::String]
|
|
707
711
|
# Required. The resource name of the metadata to retrieve. This name field is
|
|
708
712
|
# specified in the URL path and not URL parameters. Property is a numeric
|
|
709
|
-
# Google Analytics
|
|
713
|
+
# Google Analytics property identifier. To learn more, see [where to find
|
|
710
714
|
# your Property
|
|
711
715
|
# ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id).
|
|
712
716
|
#
|
|
@@ -801,7 +805,7 @@ module Google
|
|
|
801
805
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
802
806
|
#
|
|
803
807
|
# @param property [::String]
|
|
804
|
-
# A Google Analytics
|
|
808
|
+
# A Google Analytics property identifier whose events are tracked.
|
|
805
809
|
# Specified in the URL path and not the body. To learn more, see [where to
|
|
806
810
|
# find your Property
|
|
807
811
|
# ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id).
|
|
@@ -832,8 +836,9 @@ module Google
|
|
|
832
836
|
# @param order_bys [::Array<::Google::Analytics::Data::V1beta::OrderBy, ::Hash>]
|
|
833
837
|
# Specifies how rows are ordered in the response.
|
|
834
838
|
# @param return_property_quota [::Boolean]
|
|
835
|
-
# Toggles whether to return the current state of this Analytics
|
|
836
|
-
# Realtime quota. Quota is returned in
|
|
839
|
+
# Toggles whether to return the current state of this Google Analytics
|
|
840
|
+
# property's Realtime quota. Quota is returned in
|
|
841
|
+
# [PropertyQuota](#PropertyQuota).
|
|
837
842
|
# @param minute_ranges [::Array<::Google::Analytics::Data::V1beta::MinuteRange, ::Hash>]
|
|
838
843
|
# The minute ranges of event data to read. If unspecified, one minute range
|
|
839
844
|
# for the last 30 minutes will be used. If multiple minute ranges are
|
|
@@ -927,7 +932,7 @@ module Google
|
|
|
927
932
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
|
928
933
|
#
|
|
929
934
|
# @param property [::String]
|
|
930
|
-
# A Google Analytics
|
|
935
|
+
# A Google Analytics property identifier whose events are tracked. To
|
|
931
936
|
# learn more, see [where to find your Property
|
|
932
937
|
# ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id).
|
|
933
938
|
# `property` should be the same value as in your `runReport` request.
|
|
@@ -115,14 +115,6 @@ module Google
|
|
|
115
115
|
# Lists operations that match the specified filter in the request. If the
|
|
116
116
|
# server doesn't support this method, it returns `UNIMPLEMENTED`.
|
|
117
117
|
#
|
|
118
|
-
# NOTE: the `name` binding allows API services to override the binding
|
|
119
|
-
# to use different resource name schemes, such as `users/*/operations`. To
|
|
120
|
-
# override the binding, API services can add a binding such as
|
|
121
|
-
# `"/v1/{name=users/*}/operations"` to their service configuration.
|
|
122
|
-
# For backwards compatibility, the default name includes the operations
|
|
123
|
-
# collection id, however overriding users must ensure the name binding
|
|
124
|
-
# is the parent resource, without the operations collection id.
|
|
125
|
-
#
|
|
126
118
|
# @overload list_operations(request, options = nil)
|
|
127
119
|
# Pass arguments to `list_operations` via a request object, either of type
|
|
128
120
|
# {::Google::Longrunning::ListOperationsRequest} or an equivalent Hash.
|
|
@@ -390,8 +382,9 @@ module Google
|
|
|
390
382
|
# other methods to check whether the cancellation succeeded or whether the
|
|
391
383
|
# operation completed despite cancellation. On successful cancellation,
|
|
392
384
|
# the operation is not deleted; instead, it becomes an operation with
|
|
393
|
-
# an {::Google::Longrunning::Operation#error Operation.error} value with a
|
|
394
|
-
# corresponding to
|
|
385
|
+
# an {::Google::Longrunning::Operation#error Operation.error} value with a
|
|
386
|
+
# {::Google::Rpc::Status#code google.rpc.Status.code} of `1`, corresponding to
|
|
387
|
+
# `Code.CANCELLED`.
|
|
395
388
|
#
|
|
396
389
|
# @overload cancel_operation(request, options = nil)
|
|
397
390
|
# Pass arguments to `cancel_operation` via a request object, either of type
|
|
@@ -52,14 +52,14 @@ module Google
|
|
|
52
52
|
# your data.
|
|
53
53
|
rpc :RunPivotReport, ::Google::Analytics::Data::V1beta::RunPivotReportRequest, ::Google::Analytics::Data::V1beta::RunPivotReportResponse
|
|
54
54
|
# Returns multiple reports in a batch. All reports must be for the same
|
|
55
|
-
#
|
|
55
|
+
# Google Analytics property.
|
|
56
56
|
rpc :BatchRunReports, ::Google::Analytics::Data::V1beta::BatchRunReportsRequest, ::Google::Analytics::Data::V1beta::BatchRunReportsResponse
|
|
57
57
|
# Returns multiple pivot reports in a batch. All reports must be for the same
|
|
58
|
-
#
|
|
58
|
+
# Google Analytics property.
|
|
59
59
|
rpc :BatchRunPivotReports, ::Google::Analytics::Data::V1beta::BatchRunPivotReportsRequest, ::Google::Analytics::Data::V1beta::BatchRunPivotReportsResponse
|
|
60
60
|
# Returns metadata for dimensions and metrics available in reporting methods.
|
|
61
61
|
# Used to explore the dimensions and metrics. In this method, a Google
|
|
62
|
-
# Analytics
|
|
62
|
+
# Analytics property identifier is specified in the request, and
|
|
63
63
|
# the metadata response includes Custom dimensions and metrics as well as
|
|
64
64
|
# Universal metadata.
|
|
65
65
|
#
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
require 'google/protobuf'
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
descriptor_data = "\n\'google/analytics/data/v1beta/data.proto\x12\x1cgoogle.analytics.data.v1beta\"?\n\tDateRange\x12\x12\n\nstart_date\x18\x01 \x01(\t\x12\x10\n\x08\x65nd_date\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\"\x83\x01\n\x0bMinuteRange\x12\x1e\n\x11start_minutes_ago\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x1c\n\x0f\x65nd_minutes_ago\x18\x02 \x01(\x05H\x01\x88\x01\x01\x12\x0c\n\x04name\x18\x03 \x01(\tB\x14\n\x12_start_minutes_agoB\x12\n\x10_end_minutes_ago\"j\n\tDimension\x12\x0c\n\x04name\x18\x01 \x01(\t\x12O\n\x14\x64imension_expression\x18\x02 \x01(\x0b\x32\x31.google.analytics.data.v1beta.DimensionExpression\"\xa6\x03\n\x13\x44imensionExpression\x12V\n\nlower_case\x18\x04 \x01(\x0b\x32@.google.analytics.data.v1beta.DimensionExpression.CaseExpressionH\x00\x12V\n\nupper_case\x18\x05 \x01(\x0b\x32@.google.analytics.data.v1beta.DimensionExpression.CaseExpressionH\x00\x12^\n\x0b\x63oncatenate\x18\x06 \x01(\x0b\x32G.google.analytics.data.v1beta.DimensionExpression.ConcatenateExpressionH\x00\x1a(\n\x0e\x43\x61seExpression\x12\x16\n\x0e\x64imension_name\x18\x01 \x01(\t\x1a\x43\n\x15\x43oncatenateExpression\x12\x17\n\x0f\x64imension_names\x18\x01 \x03(\t\x12\x11\n\tdelimiter\x18\x02 \x01(\tB\x10\n\x0eone_expression\"=\n\x06Metric\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x12\n\nexpression\x18\x02 \x01(\t\x12\x11\n\tinvisible\x18\x03 \x01(\x08\"\x9c\x01\n\nComparison\x12\x11\n\x04name\x18\x01 \x01(\tH\x01\x88\x01\x01\x12J\n\x10\x64imension_filter\x18\x02 \x01(\x0b\x32..google.analytics.data.v1beta.FilterExpressionH\x00\x12\x14\n\ncomparison\x18\x03 \x01(\tH\x00\x42\x10\n\x0eone_comparisonB\x07\n\x05_name\"\xad\x02\n\x10\x46ilterExpression\x12G\n\tand_group\x18\x01 \x01(\x0b\x32\x32.google.analytics.data.v1beta.FilterExpressionListH\x00\x12\x46\n\x08or_group\x18\x02 \x01(\x0b\x32\x32.google.analytics.data.v1beta.FilterExpressionListH\x00\x12H\n\x0enot_expression\x18\x03 \x01(\x0b\x32..google.analytics.data.v1beta.FilterExpressionH\x00\x12\x36\n\x06\x66ilter\x18\x04 \x01(\x0b\x32$.google.analytics.data.v1beta.FilterH\x00\x42\x06\n\x04\x65xpr\"[\n\x14\x46ilterExpressionList\x12\x43\n\x0b\x65xpressions\x18\x01 \x03(\x0b\x32..google.analytics.data.v1beta.FilterExpression\"\xde\x08\n\x06\x46ilter\x12\x12\n\nfield_name\x18\x01 \x01(\t\x12J\n\rstring_filter\x18\x03 \x01(\x0b\x32\x31.google.analytics.data.v1beta.Filter.StringFilterH\x00\x12K\n\x0ein_list_filter\x18\x04 \x01(\x0b\x32\x31.google.analytics.data.v1beta.Filter.InListFilterH\x00\x12L\n\x0enumeric_filter\x18\x05 \x01(\x0b\x32\x32.google.analytics.data.v1beta.Filter.NumericFilterH\x00\x12L\n\x0e\x62\x65tween_filter\x18\x06 \x01(\x0b\x32\x32.google.analytics.data.v1beta.Filter.BetweenFilterH\x00\x1a\x8e\x02\n\x0cStringFilter\x12O\n\nmatch_type\x18\x01 \x01(\x0e\x32;.google.analytics.data.v1beta.Filter.StringFilter.MatchType\x12\r\n\x05value\x18\x02 \x01(\t\x12\x16\n\x0e\x63\x61se_sensitive\x18\x03 \x01(\x08\"\x85\x01\n\tMatchType\x12\x1a\n\x16MATCH_TYPE_UNSPECIFIED\x10\x00\x12\t\n\x05\x45XACT\x10\x01\x12\x0f\n\x0b\x42\x45GINS_WITH\x10\x02\x12\r\n\tENDS_WITH\x10\x03\x12\x0c\n\x08\x43ONTAINS\x10\x04\x12\x0f\n\x0b\x46ULL_REGEXP\x10\x05\x12\x12\n\x0ePARTIAL_REGEXP\x10\x06\x1a\x36\n\x0cInListFilter\x12\x0e\n\x06values\x18\x01 \x03(\t\x12\x16\n\x0e\x63\x61se_sensitive\x18\x02 \x01(\x08\x1a\xa3\x02\n\rNumericFilter\x12O\n\toperation\x18\x01 \x01(\x0e\x32<.google.analytics.data.v1beta.Filter.NumericFilter.Operation\x12\x39\n\x05value\x18\x02 \x01(\x0b\x32*.google.analytics.data.v1beta.NumericValue\"\x85\x01\n\tOperation\x12\x19\n\x15OPERATION_UNSPECIFIED\x10\x00\x12\t\n\x05\x45QUAL\x10\x01\x12\r\n\tLESS_THAN\x10\x02\x12\x16\n\x12LESS_THAN_OR_EQUAL\x10\x03\x12\x10\n\x0cGREATER_THAN\x10\x04\x12\x19\n\x15GREATER_THAN_OR_EQUAL\x10\x05\x1a\x8d\x01\n\rBetweenFilter\x12>\n\nfrom_value\x18\x01 \x01(\x0b\x32*.google.analytics.data.v1beta.NumericValue\x12<\n\x08to_value\x18\x02 \x01(\x0b\x32*.google.analytics.data.v1beta.NumericValueB\x0c\n\none_filter\"\xda\x05\n\x07OrderBy\x12\x45\n\x06metric\x18\x01 \x01(\x0b\x32\x33.google.analytics.data.v1beta.OrderBy.MetricOrderByH\x00\x12K\n\tdimension\x18\x02 \x01(\x0b\x32\x36.google.analytics.data.v1beta.OrderBy.DimensionOrderByH\x00\x12\x43\n\x05pivot\x18\x03 \x01(\x0b\x32\x32.google.analytics.data.v1beta.OrderBy.PivotOrderByH\x00\x12\x0c\n\x04\x64\x65sc\x18\x04 \x01(\x08\x1a$\n\rMetricOrderBy\x12\x13\n\x0bmetric_name\x18\x01 \x01(\t\x1a\xeb\x01\n\x10\x44imensionOrderBy\x12\x16\n\x0e\x64imension_name\x18\x01 \x01(\t\x12T\n\norder_type\x18\x02 \x01(\x0e\x32@.google.analytics.data.v1beta.OrderBy.DimensionOrderBy.OrderType\"i\n\tOrderType\x12\x1a\n\x16ORDER_TYPE_UNSPECIFIED\x10\x00\x12\x10\n\x0c\x41LPHANUMERIC\x10\x01\x12!\n\x1d\x43\x41SE_INSENSITIVE_ALPHANUMERIC\x10\x02\x12\x0b\n\x07NUMERIC\x10\x03\x1a\xc3\x01\n\x0cPivotOrderBy\x12\x13\n\x0bmetric_name\x18\x01 \x01(\t\x12[\n\x10pivot_selections\x18\x02 \x03(\x0b\x32\x41.google.analytics.data.v1beta.OrderBy.PivotOrderBy.PivotSelection\x1a\x41\n\x0ePivotSelection\x12\x16\n\x0e\x64imension_name\x18\x01 \x01(\t\x12\x17\n\x0f\x64imension_value\x18\x02 \x01(\tB\x0e\n\x0cone_order_by\"\xc3\x01\n\x05Pivot\x12\x13\n\x0b\x66ield_names\x18\x01 \x03(\t\x12\x38\n\torder_bys\x18\x02 \x03(\x0b\x32%.google.analytics.data.v1beta.OrderBy\x12\x0e\n\x06offset\x18\x03 \x01(\x03\x12\r\n\x05limit\x18\x04 \x01(\x03\x12L\n\x13metric_aggregations\x18\x05 \x03(\x0e\x32/.google.analytics.data.v1beta.MetricAggregation\"\xda\x01\n\nCohortSpec\x12\x35\n\x07\x63ohorts\x18\x01 \x03(\x0b\x32$.google.analytics.data.v1beta.Cohort\x12\x41\n\rcohorts_range\x18\x02 \x01(\x0b\x32*.google.analytics.data.v1beta.CohortsRange\x12R\n\x16\x63ohort_report_settings\x18\x03 \x01(\x0b\x32\x32.google.analytics.data.v1beta.CohortReportSettings\"f\n\x06\x43ohort\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x11\n\tdimension\x18\x02 \x01(\t\x12;\n\ndate_range\x18\x03 \x01(\x0b\x32\'.google.analytics.data.v1beta.DateRange\"\xd5\x01\n\x0c\x43ohortsRange\x12K\n\x0bgranularity\x18\x01 \x01(\x0e\x32\x36.google.analytics.data.v1beta.CohortsRange.Granularity\x12\x14\n\x0cstart_offset\x18\x02 \x01(\x05\x12\x12\n\nend_offset\x18\x03 \x01(\x05\"N\n\x0bGranularity\x12\x1b\n\x17GRANULARITY_UNSPECIFIED\x10\x00\x12\t\n\x05\x44\x41ILY\x10\x01\x12\n\n\x06WEEKLY\x10\x02\x12\x0b\n\x07MONTHLY\x10\x03\"*\n\x14\x43ohortReportSettings\x12\x12\n\naccumulate\x18\x01 \x01(\x08\"\x96\x06\n\x10ResponseMetaData\x12 \n\x18\x64\x61ta_loss_from_other_row\x18\x03 \x01(\x08\x12r\n\x1bschema_restriction_response\x18\x04 \x01(\x0b\x32H.google.analytics.data.v1beta.ResponseMetaData.SchemaRestrictionResponseH\x00\x88\x01\x01\x12\x1a\n\rcurrency_code\x18\x05 \x01(\tH\x01\x88\x01\x01\x12\x16\n\ttime_zone\x18\x06 \x01(\tH\x02\x88\x01\x01\x12\x19\n\x0c\x65mpty_reason\x18\x07 \x01(\tH\x03\x88\x01\x01\x12$\n\x17subject_to_thresholding\x18\x08 \x01(\x08H\x04\x88\x01\x01\x12J\n\x12sampling_metadatas\x18\t \x03(\x0b\x32..google.analytics.data.v1beta.SamplingMetadata\x1a\xbd\x02\n\x19SchemaRestrictionResponse\x12\x84\x01\n\x1a\x61\x63tive_metric_restrictions\x18\x01 \x03(\x0b\x32`.google.analytics.data.v1beta.ResponseMetaData.SchemaRestrictionResponse.ActiveMetricRestriction\x1a\x98\x01\n\x17\x41\x63tiveMetricRestriction\x12\x18\n\x0bmetric_name\x18\x01 \x01(\tH\x00\x88\x01\x01\x12S\n\x17restricted_metric_types\x18\x02 \x03(\x0e\x32\x32.google.analytics.data.v1beta.RestrictedMetricTypeB\x0e\n\x0c_metric_nameB\x1e\n\x1c_schema_restriction_responseB\x10\n\x0e_currency_codeB\x0c\n\n_time_zoneB\x0f\n\r_empty_reasonB\x1a\n\x18_subject_to_thresholding\"K\n\x10SamplingMetadata\x12\x1a\n\x12samples_read_count\x18\x01 \x01(\x03\x12\x1b\n\x13sampling_space_size\x18\x02 \x01(\x03\"\x1f\n\x0f\x44imensionHeader\x12\x0c\n\x04name\x18\x01 \x01(\t\"T\n\x0cMetricHeader\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x36\n\x04type\x18\x02 \x01(\x0e\x32(.google.analytics.data.v1beta.MetricType\"u\n\x0bPivotHeader\x12S\n\x17pivot_dimension_headers\x18\x01 \x03(\x0b\x32\x32.google.analytics.data.v1beta.PivotDimensionHeader\x12\x11\n\trow_count\x18\x02 \x01(\x05\"^\n\x14PivotDimensionHeader\x12\x46\n\x10\x64imension_values\x18\x01 \x03(\x0b\x32,.google.analytics.data.v1beta.DimensionValue\"\x8f\x01\n\x03Row\x12\x46\n\x10\x64imension_values\x18\x01 \x03(\x0b\x32,.google.analytics.data.v1beta.DimensionValue\x12@\n\rmetric_values\x18\x02 \x03(\x0b\x32).google.analytics.data.v1beta.MetricValue\".\n\x0e\x44imensionValue\x12\x0f\n\x05value\x18\x01 \x01(\tH\x00\x42\x0b\n\tone_value\"+\n\x0bMetricValue\x12\x0f\n\x05value\x18\x04 \x01(\tH\x00\x42\x0b\n\tone_value\"J\n\x0cNumericValue\x12\x15\n\x0bint64_value\x18\x01 \x01(\x03H\x00\x12\x16\n\x0c\x64ouble_value\x18\x02 \x01(\x01H\x00\x42\x0b\n\tone_value\"\xe3\x03\n\rPropertyQuota\x12\x41\n\x0etokens_per_day\x18\x01 \x01(\x0b\x32).google.analytics.data.v1beta.QuotaStatus\x12\x42\n\x0ftokens_per_hour\x18\x02 \x01(\x0b\x32).google.analytics.data.v1beta.QuotaStatus\x12\x46\n\x13\x63oncurrent_requests\x18\x03 \x01(\x0b\x32).google.analytics.data.v1beta.QuotaStatus\x12U\n\"server_errors_per_project_per_hour\x18\x04 \x01(\x0b\x32).google.analytics.data.v1beta.QuotaStatus\x12\\\n)potentially_thresholded_requests_per_hour\x18\x05 \x01(\x0b\x32).google.analytics.data.v1beta.QuotaStatus\x12N\n\x1btokens_per_project_per_hour\x18\x06 \x01(\x0b\x32).google.analytics.data.v1beta.QuotaStatus\"W\n\x0bQuotaStatus\x12\x15\n\x08\x63onsumed\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x16\n\tremaining\x18\x02 \x01(\x05H\x01\x88\x01\x01\x42\x0b\n\t_consumedB\x0c\n\n_remaining\"\x96\x01\n\x11\x44imensionMetadata\x12\x10\n\x08\x61pi_name\x18\x01 \x01(\t\x12\x0f\n\x07ui_name\x18\x02 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12\x1c\n\x14\x64\x65precated_api_names\x18\x04 \x03(\t\x12\x19\n\x11\x63ustom_definition\x18\x05 \x01(\x08\x12\x10\n\x08\x63\x61tegory\x18\x07 \x01(\t\"\x92\x03\n\x0eMetricMetadata\x12\x10\n\x08\x61pi_name\x18\x01 \x01(\t\x12\x0f\n\x07ui_name\x18\x02 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12\x1c\n\x14\x64\x65precated_api_names\x18\x04 \x03(\t\x12\x36\n\x04type\x18\x05 \x01(\x0e\x32(.google.analytics.data.v1beta.MetricType\x12\x12\n\nexpression\x18\x06 \x01(\t\x12\x19\n\x11\x63ustom_definition\x18\x07 \x01(\x08\x12S\n\x0f\x62locked_reasons\x18\x08 \x03(\x0e\x32:.google.analytics.data.v1beta.MetricMetadata.BlockedReason\x12\x10\n\x08\x63\x61tegory\x18\n \x01(\t\"\\\n\rBlockedReason\x12\x1e\n\x1a\x42LOCKED_REASON_UNSPECIFIED\x10\x00\x12\x16\n\x12NO_REVENUE_METRICS\x10\x01\x12\x13\n\x0fNO_COST_METRICS\x10\x02\"L\n\x12\x43omparisonMetadata\x12\x10\n\x08\x61pi_name\x18\x01 \x01(\t\x12\x0f\n\x07ui_name\x18\x02 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\"\xdc\x01\n\x16\x44imensionCompatibility\x12P\n\x12\x64imension_metadata\x18\x01 \x01(\x0b\x32/.google.analytics.data.v1beta.DimensionMetadataH\x00\x88\x01\x01\x12G\n\rcompatibility\x18\x02 \x01(\x0e\x32+.google.analytics.data.v1beta.CompatibilityH\x01\x88\x01\x01\x42\x15\n\x13_dimension_metadataB\x10\n\x0e_compatibility\"\xd0\x01\n\x13MetricCompatibility\x12J\n\x0fmetric_metadata\x18\x01 \x01(\x0b\x32,.google.analytics.data.v1beta.MetricMetadataH\x00\x88\x01\x01\x12G\n\rcompatibility\x18\x02 \x01(\x0e\x32+.google.analytics.data.v1beta.CompatibilityH\x01\x88\x01\x01\x42\x12\n\x10_metric_metadataB\x10\n\x0e_compatibility*g\n\x11MetricAggregation\x12\"\n\x1eMETRIC_AGGREGATION_UNSPECIFIED\x10\x00\x12\t\n\x05TOTAL\x10\x01\x12\x0b\n\x07MINIMUM\x10\x05\x12\x0b\n\x07MAXIMUM\x10\x06\x12\t\n\x05\x43OUNT\x10\x04*\x81\x02\n\nMetricType\x12\x1b\n\x17METRIC_TYPE_UNSPECIFIED\x10\x00\x12\x10\n\x0cTYPE_INTEGER\x10\x01\x12\x0e\n\nTYPE_FLOAT\x10\x02\x12\x10\n\x0cTYPE_SECONDS\x10\x04\x12\x15\n\x11TYPE_MILLISECONDS\x10\x05\x12\x10\n\x0cTYPE_MINUTES\x10\x06\x12\x0e\n\nTYPE_HOURS\x10\x07\x12\x11\n\rTYPE_STANDARD\x10\x08\x12\x11\n\rTYPE_CURRENCY\x10\t\x12\r\n\tTYPE_FEET\x10\n\x12\x0e\n\nTYPE_MILES\x10\x0b\x12\x0f\n\x0bTYPE_METERS\x10\x0c\x12\x13\n\x0fTYPE_KILOMETERS\x10\r*_\n\x14RestrictedMetricType\x12&\n\"RESTRICTED_METRIC_TYPE_UNSPECIFIED\x10\x00\x12\r\n\tCOST_DATA\x10\x01\x12\x10\n\x0cREVENUE_DATA\x10\x02*P\n\rCompatibility\x12\x1d\n\x19\x43OMPATIBILITY_UNSPECIFIED\x10\x00\x12\x0e\n\nCOMPATIBLE\x10\x01\x12\x10\n\x0cINCOMPATIBLE\x10\x02\x42y\n com.google.analytics.data.v1betaB\x11ReportingApiProtoP\x01Z@google.golang.org/genproto/googleapis/analytics/data/v1beta;datab\x06proto3"
|
|
8
|
+
descriptor_data = "\n\'google/analytics/data/v1beta/data.proto\x12\x1cgoogle.analytics.data.v1beta\"?\n\tDateRange\x12\x12\n\nstart_date\x18\x01 \x01(\t\x12\x10\n\x08\x65nd_date\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\"\x83\x01\n\x0bMinuteRange\x12\x1e\n\x11start_minutes_ago\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x1c\n\x0f\x65nd_minutes_ago\x18\x02 \x01(\x05H\x01\x88\x01\x01\x12\x0c\n\x04name\x18\x03 \x01(\tB\x14\n\x12_start_minutes_agoB\x12\n\x10_end_minutes_ago\"j\n\tDimension\x12\x0c\n\x04name\x18\x01 \x01(\t\x12O\n\x14\x64imension_expression\x18\x02 \x01(\x0b\x32\x31.google.analytics.data.v1beta.DimensionExpression\"\xa6\x03\n\x13\x44imensionExpression\x12V\n\nlower_case\x18\x04 \x01(\x0b\x32@.google.analytics.data.v1beta.DimensionExpression.CaseExpressionH\x00\x12V\n\nupper_case\x18\x05 \x01(\x0b\x32@.google.analytics.data.v1beta.DimensionExpression.CaseExpressionH\x00\x12^\n\x0b\x63oncatenate\x18\x06 \x01(\x0b\x32G.google.analytics.data.v1beta.DimensionExpression.ConcatenateExpressionH\x00\x1a(\n\x0e\x43\x61seExpression\x12\x16\n\x0e\x64imension_name\x18\x01 \x01(\t\x1a\x43\n\x15\x43oncatenateExpression\x12\x17\n\x0f\x64imension_names\x18\x01 \x03(\t\x12\x11\n\tdelimiter\x18\x02 \x01(\tB\x10\n\x0eone_expression\"=\n\x06Metric\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x12\n\nexpression\x18\x02 \x01(\t\x12\x11\n\tinvisible\x18\x03 \x01(\x08\"\x9c\x01\n\nComparison\x12\x11\n\x04name\x18\x01 \x01(\tH\x01\x88\x01\x01\x12J\n\x10\x64imension_filter\x18\x02 \x01(\x0b\x32..google.analytics.data.v1beta.FilterExpressionH\x00\x12\x14\n\ncomparison\x18\x03 \x01(\tH\x00\x42\x10\n\x0eone_comparisonB\x07\n\x05_name\"\xad\x02\n\x10\x46ilterExpression\x12G\n\tand_group\x18\x01 \x01(\x0b\x32\x32.google.analytics.data.v1beta.FilterExpressionListH\x00\x12\x46\n\x08or_group\x18\x02 \x01(\x0b\x32\x32.google.analytics.data.v1beta.FilterExpressionListH\x00\x12H\n\x0enot_expression\x18\x03 \x01(\x0b\x32..google.analytics.data.v1beta.FilterExpressionH\x00\x12\x36\n\x06\x66ilter\x18\x04 \x01(\x0b\x32$.google.analytics.data.v1beta.FilterH\x00\x42\x06\n\x04\x65xpr\"[\n\x14\x46ilterExpressionList\x12\x43\n\x0b\x65xpressions\x18\x01 \x03(\x0b\x32..google.analytics.data.v1beta.FilterExpression\"\xb7\t\n\x06\x46ilter\x12\x12\n\nfield_name\x18\x01 \x01(\t\x12J\n\rstring_filter\x18\x03 \x01(\x0b\x32\x31.google.analytics.data.v1beta.Filter.StringFilterH\x00\x12K\n\x0ein_list_filter\x18\x04 \x01(\x0b\x32\x31.google.analytics.data.v1beta.Filter.InListFilterH\x00\x12L\n\x0enumeric_filter\x18\x05 \x01(\x0b\x32\x32.google.analytics.data.v1beta.Filter.NumericFilterH\x00\x12L\n\x0e\x62\x65tween_filter\x18\x06 \x01(\x0b\x32\x32.google.analytics.data.v1beta.Filter.BetweenFilterH\x00\x12H\n\x0c\x65mpty_filter\x18\x08 \x01(\x0b\x32\x30.google.analytics.data.v1beta.Filter.EmptyFilterH\x00\x1a\x8e\x02\n\x0cStringFilter\x12O\n\nmatch_type\x18\x01 \x01(\x0e\x32;.google.analytics.data.v1beta.Filter.StringFilter.MatchType\x12\r\n\x05value\x18\x02 \x01(\t\x12\x16\n\x0e\x63\x61se_sensitive\x18\x03 \x01(\x08\"\x85\x01\n\tMatchType\x12\x1a\n\x16MATCH_TYPE_UNSPECIFIED\x10\x00\x12\t\n\x05\x45XACT\x10\x01\x12\x0f\n\x0b\x42\x45GINS_WITH\x10\x02\x12\r\n\tENDS_WITH\x10\x03\x12\x0c\n\x08\x43ONTAINS\x10\x04\x12\x0f\n\x0b\x46ULL_REGEXP\x10\x05\x12\x12\n\x0ePARTIAL_REGEXP\x10\x06\x1a\x36\n\x0cInListFilter\x12\x0e\n\x06values\x18\x01 \x03(\t\x12\x16\n\x0e\x63\x61se_sensitive\x18\x02 \x01(\x08\x1a\xa3\x02\n\rNumericFilter\x12O\n\toperation\x18\x01 \x01(\x0e\x32<.google.analytics.data.v1beta.Filter.NumericFilter.Operation\x12\x39\n\x05value\x18\x02 \x01(\x0b\x32*.google.analytics.data.v1beta.NumericValue\"\x85\x01\n\tOperation\x12\x19\n\x15OPERATION_UNSPECIFIED\x10\x00\x12\t\n\x05\x45QUAL\x10\x01\x12\r\n\tLESS_THAN\x10\x02\x12\x16\n\x12LESS_THAN_OR_EQUAL\x10\x03\x12\x10\n\x0cGREATER_THAN\x10\x04\x12\x19\n\x15GREATER_THAN_OR_EQUAL\x10\x05\x1a\x8d\x01\n\rBetweenFilter\x12>\n\nfrom_value\x18\x01 \x01(\x0b\x32*.google.analytics.data.v1beta.NumericValue\x12<\n\x08to_value\x18\x02 \x01(\x0b\x32*.google.analytics.data.v1beta.NumericValue\x1a\r\n\x0b\x45mptyFilterB\x0c\n\none_filter\"\xda\x05\n\x07OrderBy\x12\x45\n\x06metric\x18\x01 \x01(\x0b\x32\x33.google.analytics.data.v1beta.OrderBy.MetricOrderByH\x00\x12K\n\tdimension\x18\x02 \x01(\x0b\x32\x36.google.analytics.data.v1beta.OrderBy.DimensionOrderByH\x00\x12\x43\n\x05pivot\x18\x03 \x01(\x0b\x32\x32.google.analytics.data.v1beta.OrderBy.PivotOrderByH\x00\x12\x0c\n\x04\x64\x65sc\x18\x04 \x01(\x08\x1a$\n\rMetricOrderBy\x12\x13\n\x0bmetric_name\x18\x01 \x01(\t\x1a\xeb\x01\n\x10\x44imensionOrderBy\x12\x16\n\x0e\x64imension_name\x18\x01 \x01(\t\x12T\n\norder_type\x18\x02 \x01(\x0e\x32@.google.analytics.data.v1beta.OrderBy.DimensionOrderBy.OrderType\"i\n\tOrderType\x12\x1a\n\x16ORDER_TYPE_UNSPECIFIED\x10\x00\x12\x10\n\x0c\x41LPHANUMERIC\x10\x01\x12!\n\x1d\x43\x41SE_INSENSITIVE_ALPHANUMERIC\x10\x02\x12\x0b\n\x07NUMERIC\x10\x03\x1a\xc3\x01\n\x0cPivotOrderBy\x12\x13\n\x0bmetric_name\x18\x01 \x01(\t\x12[\n\x10pivot_selections\x18\x02 \x03(\x0b\x32\x41.google.analytics.data.v1beta.OrderBy.PivotOrderBy.PivotSelection\x1a\x41\n\x0ePivotSelection\x12\x16\n\x0e\x64imension_name\x18\x01 \x01(\t\x12\x17\n\x0f\x64imension_value\x18\x02 \x01(\tB\x0e\n\x0cone_order_by\"\xc3\x01\n\x05Pivot\x12\x13\n\x0b\x66ield_names\x18\x01 \x03(\t\x12\x38\n\torder_bys\x18\x02 \x03(\x0b\x32%.google.analytics.data.v1beta.OrderBy\x12\x0e\n\x06offset\x18\x03 \x01(\x03\x12\r\n\x05limit\x18\x04 \x01(\x03\x12L\n\x13metric_aggregations\x18\x05 \x03(\x0e\x32/.google.analytics.data.v1beta.MetricAggregation\"\xda\x01\n\nCohortSpec\x12\x35\n\x07\x63ohorts\x18\x01 \x03(\x0b\x32$.google.analytics.data.v1beta.Cohort\x12\x41\n\rcohorts_range\x18\x02 \x01(\x0b\x32*.google.analytics.data.v1beta.CohortsRange\x12R\n\x16\x63ohort_report_settings\x18\x03 \x01(\x0b\x32\x32.google.analytics.data.v1beta.CohortReportSettings\"f\n\x06\x43ohort\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x11\n\tdimension\x18\x02 \x01(\t\x12;\n\ndate_range\x18\x03 \x01(\x0b\x32\'.google.analytics.data.v1beta.DateRange\"\xd5\x01\n\x0c\x43ohortsRange\x12K\n\x0bgranularity\x18\x01 \x01(\x0e\x32\x36.google.analytics.data.v1beta.CohortsRange.Granularity\x12\x14\n\x0cstart_offset\x18\x02 \x01(\x05\x12\x12\n\nend_offset\x18\x03 \x01(\x05\"N\n\x0bGranularity\x12\x1b\n\x17GRANULARITY_UNSPECIFIED\x10\x00\x12\t\n\x05\x44\x41ILY\x10\x01\x12\n\n\x06WEEKLY\x10\x02\x12\x0b\n\x07MONTHLY\x10\x03\"*\n\x14\x43ohortReportSettings\x12\x12\n\naccumulate\x18\x01 \x01(\x08\"\x96\x06\n\x10ResponseMetaData\x12 \n\x18\x64\x61ta_loss_from_other_row\x18\x03 \x01(\x08\x12r\n\x1bschema_restriction_response\x18\x04 \x01(\x0b\x32H.google.analytics.data.v1beta.ResponseMetaData.SchemaRestrictionResponseH\x00\x88\x01\x01\x12\x1a\n\rcurrency_code\x18\x05 \x01(\tH\x01\x88\x01\x01\x12\x16\n\ttime_zone\x18\x06 \x01(\tH\x02\x88\x01\x01\x12\x19\n\x0c\x65mpty_reason\x18\x07 \x01(\tH\x03\x88\x01\x01\x12$\n\x17subject_to_thresholding\x18\x08 \x01(\x08H\x04\x88\x01\x01\x12J\n\x12sampling_metadatas\x18\t \x03(\x0b\x32..google.analytics.data.v1beta.SamplingMetadata\x1a\xbd\x02\n\x19SchemaRestrictionResponse\x12\x84\x01\n\x1a\x61\x63tive_metric_restrictions\x18\x01 \x03(\x0b\x32`.google.analytics.data.v1beta.ResponseMetaData.SchemaRestrictionResponse.ActiveMetricRestriction\x1a\x98\x01\n\x17\x41\x63tiveMetricRestriction\x12\x18\n\x0bmetric_name\x18\x01 \x01(\tH\x00\x88\x01\x01\x12S\n\x17restricted_metric_types\x18\x02 \x03(\x0e\x32\x32.google.analytics.data.v1beta.RestrictedMetricTypeB\x0e\n\x0c_metric_nameB\x1e\n\x1c_schema_restriction_responseB\x10\n\x0e_currency_codeB\x0c\n\n_time_zoneB\x0f\n\r_empty_reasonB\x1a\n\x18_subject_to_thresholding\"K\n\x10SamplingMetadata\x12\x1a\n\x12samples_read_count\x18\x01 \x01(\x03\x12\x1b\n\x13sampling_space_size\x18\x02 \x01(\x03\"\x1f\n\x0f\x44imensionHeader\x12\x0c\n\x04name\x18\x01 \x01(\t\"T\n\x0cMetricHeader\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x36\n\x04type\x18\x02 \x01(\x0e\x32(.google.analytics.data.v1beta.MetricType\"u\n\x0bPivotHeader\x12S\n\x17pivot_dimension_headers\x18\x01 \x03(\x0b\x32\x32.google.analytics.data.v1beta.PivotDimensionHeader\x12\x11\n\trow_count\x18\x02 \x01(\x05\"^\n\x14PivotDimensionHeader\x12\x46\n\x10\x64imension_values\x18\x01 \x03(\x0b\x32,.google.analytics.data.v1beta.DimensionValue\"\x8f\x01\n\x03Row\x12\x46\n\x10\x64imension_values\x18\x01 \x03(\x0b\x32,.google.analytics.data.v1beta.DimensionValue\x12@\n\rmetric_values\x18\x02 \x03(\x0b\x32).google.analytics.data.v1beta.MetricValue\".\n\x0e\x44imensionValue\x12\x0f\n\x05value\x18\x01 \x01(\tH\x00\x42\x0b\n\tone_value\"+\n\x0bMetricValue\x12\x0f\n\x05value\x18\x04 \x01(\tH\x00\x42\x0b\n\tone_value\"J\n\x0cNumericValue\x12\x15\n\x0bint64_value\x18\x01 \x01(\x03H\x00\x12\x16\n\x0c\x64ouble_value\x18\x02 \x01(\x01H\x00\x42\x0b\n\tone_value\"\xe3\x03\n\rPropertyQuota\x12\x41\n\x0etokens_per_day\x18\x01 \x01(\x0b\x32).google.analytics.data.v1beta.QuotaStatus\x12\x42\n\x0ftokens_per_hour\x18\x02 \x01(\x0b\x32).google.analytics.data.v1beta.QuotaStatus\x12\x46\n\x13\x63oncurrent_requests\x18\x03 \x01(\x0b\x32).google.analytics.data.v1beta.QuotaStatus\x12U\n\"server_errors_per_project_per_hour\x18\x04 \x01(\x0b\x32).google.analytics.data.v1beta.QuotaStatus\x12\\\n)potentially_thresholded_requests_per_hour\x18\x05 \x01(\x0b\x32).google.analytics.data.v1beta.QuotaStatus\x12N\n\x1btokens_per_project_per_hour\x18\x06 \x01(\x0b\x32).google.analytics.data.v1beta.QuotaStatus\"W\n\x0bQuotaStatus\x12\x15\n\x08\x63onsumed\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x16\n\tremaining\x18\x02 \x01(\x05H\x01\x88\x01\x01\x42\x0b\n\t_consumedB\x0c\n\n_remaining\"\x96\x01\n\x11\x44imensionMetadata\x12\x10\n\x08\x61pi_name\x18\x01 \x01(\t\x12\x0f\n\x07ui_name\x18\x02 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12\x1c\n\x14\x64\x65precated_api_names\x18\x04 \x03(\t\x12\x19\n\x11\x63ustom_definition\x18\x05 \x01(\x08\x12\x10\n\x08\x63\x61tegory\x18\x07 \x01(\t\"\x92\x03\n\x0eMetricMetadata\x12\x10\n\x08\x61pi_name\x18\x01 \x01(\t\x12\x0f\n\x07ui_name\x18\x02 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12\x1c\n\x14\x64\x65precated_api_names\x18\x04 \x03(\t\x12\x36\n\x04type\x18\x05 \x01(\x0e\x32(.google.analytics.data.v1beta.MetricType\x12\x12\n\nexpression\x18\x06 \x01(\t\x12\x19\n\x11\x63ustom_definition\x18\x07 \x01(\x08\x12S\n\x0f\x62locked_reasons\x18\x08 \x03(\x0e\x32:.google.analytics.data.v1beta.MetricMetadata.BlockedReason\x12\x10\n\x08\x63\x61tegory\x18\n \x01(\t\"\\\n\rBlockedReason\x12\x1e\n\x1a\x42LOCKED_REASON_UNSPECIFIED\x10\x00\x12\x16\n\x12NO_REVENUE_METRICS\x10\x01\x12\x13\n\x0fNO_COST_METRICS\x10\x02\"L\n\x12\x43omparisonMetadata\x12\x10\n\x08\x61pi_name\x18\x01 \x01(\t\x12\x0f\n\x07ui_name\x18\x02 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\"\xdc\x01\n\x16\x44imensionCompatibility\x12P\n\x12\x64imension_metadata\x18\x01 \x01(\x0b\x32/.google.analytics.data.v1beta.DimensionMetadataH\x00\x88\x01\x01\x12G\n\rcompatibility\x18\x02 \x01(\x0e\x32+.google.analytics.data.v1beta.CompatibilityH\x01\x88\x01\x01\x42\x15\n\x13_dimension_metadataB\x10\n\x0e_compatibility\"\xd0\x01\n\x13MetricCompatibility\x12J\n\x0fmetric_metadata\x18\x01 \x01(\x0b\x32,.google.analytics.data.v1beta.MetricMetadataH\x00\x88\x01\x01\x12G\n\rcompatibility\x18\x02 \x01(\x0e\x32+.google.analytics.data.v1beta.CompatibilityH\x01\x88\x01\x01\x42\x12\n\x10_metric_metadataB\x10\n\x0e_compatibility*g\n\x11MetricAggregation\x12\"\n\x1eMETRIC_AGGREGATION_UNSPECIFIED\x10\x00\x12\t\n\x05TOTAL\x10\x01\x12\x0b\n\x07MINIMUM\x10\x05\x12\x0b\n\x07MAXIMUM\x10\x06\x12\t\n\x05\x43OUNT\x10\x04*\x81\x02\n\nMetricType\x12\x1b\n\x17METRIC_TYPE_UNSPECIFIED\x10\x00\x12\x10\n\x0cTYPE_INTEGER\x10\x01\x12\x0e\n\nTYPE_FLOAT\x10\x02\x12\x10\n\x0cTYPE_SECONDS\x10\x04\x12\x15\n\x11TYPE_MILLISECONDS\x10\x05\x12\x10\n\x0cTYPE_MINUTES\x10\x06\x12\x0e\n\nTYPE_HOURS\x10\x07\x12\x11\n\rTYPE_STANDARD\x10\x08\x12\x11\n\rTYPE_CURRENCY\x10\t\x12\r\n\tTYPE_FEET\x10\n\x12\x0e\n\nTYPE_MILES\x10\x0b\x12\x0f\n\x0bTYPE_METERS\x10\x0c\x12\x13\n\x0fTYPE_KILOMETERS\x10\r*_\n\x14RestrictedMetricType\x12&\n\"RESTRICTED_METRIC_TYPE_UNSPECIFIED\x10\x00\x12\r\n\tCOST_DATA\x10\x01\x12\x10\n\x0cREVENUE_DATA\x10\x02*P\n\rCompatibility\x12\x1d\n\x19\x43OMPATIBILITY_UNSPECIFIED\x10\x00\x12\x0e\n\nCOMPATIBLE\x10\x01\x12\x10\n\x0cINCOMPATIBLE\x10\x02\x42y\n com.google.analytics.data.v1betaB\x11ReportingApiProtoP\x01Z@google.golang.org/genproto/googleapis/analytics/data/v1beta;datab\x06proto3"
|
|
9
9
|
|
|
10
10
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
11
11
|
|
|
@@ -52,6 +52,7 @@ module Google
|
|
|
52
52
|
Filter::NumericFilter = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.analytics.data.v1beta.Filter.NumericFilter").msgclass
|
|
53
53
|
Filter::NumericFilter::Operation = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.analytics.data.v1beta.Filter.NumericFilter.Operation").enummodule
|
|
54
54
|
Filter::BetweenFilter = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.analytics.data.v1beta.Filter.BetweenFilter").msgclass
|
|
55
|
+
Filter::EmptyFilter = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.analytics.data.v1beta.Filter.EmptyFilter").msgclass
|
|
55
56
|
OrderBy = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.analytics.data.v1beta.OrderBy").msgclass
|
|
56
57
|
OrderBy::MetricOrderBy = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.analytics.data.v1beta.OrderBy.MetricOrderBy").msgclass
|
|
57
58
|
OrderBy::DimensionOrderBy = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.analytics.data.v1beta.OrderBy.DimensionOrderBy").msgclass
|
|
@@ -27,7 +27,7 @@ module Google
|
|
|
27
27
|
# as in your `runReport` request.
|
|
28
28
|
# @!attribute [rw] property
|
|
29
29
|
# @return [::String]
|
|
30
|
-
# A Google Analytics
|
|
30
|
+
# A Google Analytics property identifier whose events are tracked. To
|
|
31
31
|
# learn more, see [where to find your Property
|
|
32
32
|
# ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id).
|
|
33
33
|
# `property` should be the same value as in your `runReport` request.
|
|
@@ -93,7 +93,7 @@ module Google
|
|
|
93
93
|
# The request to generate a report.
|
|
94
94
|
# @!attribute [rw] property
|
|
95
95
|
# @return [::String]
|
|
96
|
-
# A Google Analytics
|
|
96
|
+
# A Google Analytics property identifier whose events are tracked.
|
|
97
97
|
# Specified in the URL path and not the body. To learn more, see [where to
|
|
98
98
|
# find your Property
|
|
99
99
|
# ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id).
|
|
@@ -153,9 +153,13 @@ module Google
|
|
|
153
153
|
# @return [::Array<::Google::Analytics::Data::V1beta::MetricAggregation>]
|
|
154
154
|
# Aggregation of metrics. Aggregated metric values will be shown in rows
|
|
155
155
|
# where the dimension_values are set to "RESERVED_(MetricAggregation)".
|
|
156
|
+
# Aggregates including both comparisons and multiple date ranges will
|
|
157
|
+
# be aggregated based on the date ranges.
|
|
156
158
|
# @!attribute [rw] order_bys
|
|
157
159
|
# @return [::Array<::Google::Analytics::Data::V1beta::OrderBy>]
|
|
158
160
|
# Specifies how rows are ordered in the response.
|
|
161
|
+
# Requests including both comparisons and multiple date ranges will
|
|
162
|
+
# have order bys applied on the comparisons.
|
|
159
163
|
# @!attribute [rw] currency_code
|
|
160
164
|
# @return [::String]
|
|
161
165
|
# A currency code in ISO4217 format, such as "AED", "USD", "JPY".
|
|
@@ -171,15 +175,15 @@ module Google
|
|
|
171
175
|
# removed by a filter.
|
|
172
176
|
#
|
|
173
177
|
# Regardless of this `keep_empty_rows` setting, only data recorded by the
|
|
174
|
-
# Google Analytics
|
|
178
|
+
# Google Analytics property can be displayed in a report.
|
|
175
179
|
#
|
|
176
180
|
# For example if a property never logs a `purchase` event, then a query for
|
|
177
181
|
# the `eventName` dimension and `eventCount` metric will not have a row
|
|
178
182
|
# eventName: "purchase" and eventCount: 0.
|
|
179
183
|
# @!attribute [rw] return_property_quota
|
|
180
184
|
# @return [::Boolean]
|
|
181
|
-
# Toggles whether to return the current state of this Analytics
|
|
182
|
-
# quota. Quota is returned in [PropertyQuota](#PropertyQuota).
|
|
185
|
+
# Toggles whether to return the current state of this Google Analytics
|
|
186
|
+
# property's quota. Quota is returned in [PropertyQuota](#PropertyQuota).
|
|
183
187
|
# @!attribute [rw] comparisons
|
|
184
188
|
# @return [::Array<::Google::Analytics::Data::V1beta::Comparison>]
|
|
185
189
|
# Optional. The configuration of comparisons requested and displayed. The
|
|
@@ -226,7 +230,7 @@ module Google
|
|
|
226
230
|
# Metadata for the report.
|
|
227
231
|
# @!attribute [rw] property_quota
|
|
228
232
|
# @return [::Google::Analytics::Data::V1beta::PropertyQuota]
|
|
229
|
-
# This Analytics
|
|
233
|
+
# This Google Analytics property's quota state including this request.
|
|
230
234
|
# @!attribute [rw] kind
|
|
231
235
|
# @return [::String]
|
|
232
236
|
# Identifies what kind of resource this message is. This `kind` is always the
|
|
@@ -240,7 +244,7 @@ module Google
|
|
|
240
244
|
# The request to generate a pivot report.
|
|
241
245
|
# @!attribute [rw] property
|
|
242
246
|
# @return [::String]
|
|
243
|
-
# A Google Analytics
|
|
247
|
+
# A Google Analytics property identifier whose events are tracked.
|
|
244
248
|
# Specified in the URL path and not the body. To learn more, see [where to
|
|
245
249
|
# find your Property
|
|
246
250
|
# ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id).
|
|
@@ -294,15 +298,15 @@ module Google
|
|
|
294
298
|
# removed by a filter.
|
|
295
299
|
#
|
|
296
300
|
# Regardless of this `keep_empty_rows` setting, only data recorded by the
|
|
297
|
-
# Google Analytics
|
|
301
|
+
# Google Analytics property can be displayed in a report.
|
|
298
302
|
#
|
|
299
303
|
# For example if a property never logs a `purchase` event, then a query for
|
|
300
304
|
# the `eventName` dimension and `eventCount` metric will not have a row
|
|
301
305
|
# eventName: "purchase" and eventCount: 0.
|
|
302
306
|
# @!attribute [rw] return_property_quota
|
|
303
307
|
# @return [::Boolean]
|
|
304
|
-
# Toggles whether to return the current state of this Analytics
|
|
305
|
-
# quota. Quota is returned in [PropertyQuota](#PropertyQuota).
|
|
308
|
+
# Toggles whether to return the current state of this Google Analytics
|
|
309
|
+
# property's quota. Quota is returned in [PropertyQuota](#PropertyQuota).
|
|
306
310
|
# @!attribute [rw] comparisons
|
|
307
311
|
# @return [::Array<::Google::Analytics::Data::V1beta::Comparison>]
|
|
308
312
|
# Optional. The configuration of comparisons requested and displayed. The
|
|
@@ -374,7 +378,7 @@ module Google
|
|
|
374
378
|
# Metadata for the report.
|
|
375
379
|
# @!attribute [rw] property_quota
|
|
376
380
|
# @return [::Google::Analytics::Data::V1beta::PropertyQuota]
|
|
377
|
-
# This Analytics
|
|
381
|
+
# This Google Analytics property's quota state including this request.
|
|
378
382
|
# @!attribute [rw] kind
|
|
379
383
|
# @return [::String]
|
|
380
384
|
# Identifies what kind of resource this message is. This `kind` is always the
|
|
@@ -388,7 +392,7 @@ module Google
|
|
|
388
392
|
# The batch request containing multiple report requests.
|
|
389
393
|
# @!attribute [rw] property
|
|
390
394
|
# @return [::String]
|
|
391
|
-
# A Google Analytics
|
|
395
|
+
# A Google Analytics property identifier whose events are tracked.
|
|
392
396
|
# Specified in the URL path and not the body. To learn more, see [where to
|
|
393
397
|
# find your Property
|
|
394
398
|
# ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id).
|
|
@@ -423,7 +427,7 @@ module Google
|
|
|
423
427
|
# The batch request containing multiple pivot report requests.
|
|
424
428
|
# @!attribute [rw] property
|
|
425
429
|
# @return [::String]
|
|
426
|
-
# A Google Analytics
|
|
430
|
+
# A Google Analytics property identifier whose events are tracked.
|
|
427
431
|
# Specified in the URL path and not the body. To learn more, see [where to
|
|
428
432
|
# find your Property
|
|
429
433
|
# ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id).
|
|
@@ -460,7 +464,7 @@ module Google
|
|
|
460
464
|
# @return [::String]
|
|
461
465
|
# Required. The resource name of the metadata to retrieve. This name field is
|
|
462
466
|
# specified in the URL path and not URL parameters. Property is a numeric
|
|
463
|
-
# Google Analytics
|
|
467
|
+
# Google Analytics property identifier. To learn more, see [where to find
|
|
464
468
|
# your Property
|
|
465
469
|
# ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id).
|
|
466
470
|
#
|
|
@@ -477,7 +481,7 @@ module Google
|
|
|
477
481
|
# The request to generate a realtime report.
|
|
478
482
|
# @!attribute [rw] property
|
|
479
483
|
# @return [::String]
|
|
480
|
-
# A Google Analytics
|
|
484
|
+
# A Google Analytics property identifier whose events are tracked.
|
|
481
485
|
# Specified in the URL path and not the body. To learn more, see [where to
|
|
482
486
|
# find your Property
|
|
483
487
|
# ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id).
|
|
@@ -516,8 +520,9 @@ module Google
|
|
|
516
520
|
# Specifies how rows are ordered in the response.
|
|
517
521
|
# @!attribute [rw] return_property_quota
|
|
518
522
|
# @return [::Boolean]
|
|
519
|
-
# Toggles whether to return the current state of this Analytics
|
|
520
|
-
# Realtime quota. Quota is returned in
|
|
523
|
+
# Toggles whether to return the current state of this Google Analytics
|
|
524
|
+
# property's Realtime quota. Quota is returned in
|
|
525
|
+
# [PropertyQuota](#PropertyQuota).
|
|
521
526
|
# @!attribute [rw] minute_ranges
|
|
522
527
|
# @return [::Array<::Google::Analytics::Data::V1beta::MinuteRange>]
|
|
523
528
|
# The minute ranges of event data to read. If unspecified, one minute range
|
|
@@ -560,7 +565,8 @@ module Google
|
|
|
560
565
|
# only 50 rows.
|
|
561
566
|
# @!attribute [rw] property_quota
|
|
562
567
|
# @return [::Google::Analytics::Data::V1beta::PropertyQuota]
|
|
563
|
-
# This Analytics
|
|
568
|
+
# This Google Analytics property's Realtime quota state including this
|
|
569
|
+
# request.
|
|
564
570
|
# @!attribute [rw] kind
|
|
565
571
|
# @return [::String]
|
|
566
572
|
# Identifies what kind of resource this message is. This `kind` is always the
|
|
@@ -273,6 +273,9 @@ module Google
|
|
|
273
273
|
# @!attribute [rw] between_filter
|
|
274
274
|
# @return [::Google::Analytics::Data::V1beta::Filter::BetweenFilter]
|
|
275
275
|
# A filter for two values.
|
|
276
|
+
# @!attribute [rw] empty_filter
|
|
277
|
+
# @return [::Google::Analytics::Data::V1beta::Filter::EmptyFilter]
|
|
278
|
+
# A filter for empty values such as "(not set)" and "" values.
|
|
276
279
|
class Filter
|
|
277
280
|
include ::Google::Protobuf::MessageExts
|
|
278
281
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -373,6 +376,12 @@ module Google
|
|
|
373
376
|
include ::Google::Protobuf::MessageExts
|
|
374
377
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
375
378
|
end
|
|
379
|
+
|
|
380
|
+
# Filter for empty values.
|
|
381
|
+
class EmptyFilter
|
|
382
|
+
include ::Google::Protobuf::MessageExts
|
|
383
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
384
|
+
end
|
|
376
385
|
end
|
|
377
386
|
|
|
378
387
|
# Order bys define how rows will be sorted in the response. For example,
|
|
@@ -1156,8 +1165,8 @@ module Google
|
|
|
1156
1165
|
TYPE_KILOMETERS = 13
|
|
1157
1166
|
end
|
|
1158
1167
|
|
|
1159
|
-
# Categories of data that you may be restricted from viewing on certain
|
|
1160
|
-
# properties.
|
|
1168
|
+
# Categories of data that you may be restricted from viewing on certain
|
|
1169
|
+
# Google Analytics properties.
|
|
1161
1170
|
module RestrictedMetricType
|
|
1162
1171
|
# Unspecified type.
|
|
1163
1172
|
RESTRICTED_METRIC_TYPE_UNSPECIFIED = 0
|
|
@@ -28,6 +28,9 @@ module Google
|
|
|
28
28
|
# @!attribute [rw] destinations
|
|
29
29
|
# @return [::Array<::Google::Api::ClientLibraryDestination>]
|
|
30
30
|
# The destination where API teams want this client library to be published.
|
|
31
|
+
# @!attribute [rw] selective_gapic_generation
|
|
32
|
+
# @return [::Google::Api::SelectiveGapicGeneration]
|
|
33
|
+
# Configuration for which RPCs should be generated in the GAPIC client.
|
|
31
34
|
class CommonLanguageSettings
|
|
32
35
|
include ::Google::Protobuf::MessageExts
|
|
33
36
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -212,6 +215,12 @@ module Google
|
|
|
212
215
|
# enabled. By default, asynchronous REST clients will not be generated.
|
|
213
216
|
# This feature will be enabled by default 1 month after launching the
|
|
214
217
|
# feature in preview packages.
|
|
218
|
+
# @!attribute [rw] protobuf_pythonic_types_enabled
|
|
219
|
+
# @return [::Boolean]
|
|
220
|
+
# Enables generation of protobuf code using new types that are more
|
|
221
|
+
# Pythonic which are included in `protobuf>=5.29.x`. This feature will be
|
|
222
|
+
# enabled by default 1 month after launching the feature in preview
|
|
223
|
+
# packages.
|
|
215
224
|
class ExperimentalFeatures
|
|
216
225
|
include ::Google::Protobuf::MessageExts
|
|
217
226
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -375,6 +384,17 @@ module Google
|
|
|
375
384
|
end
|
|
376
385
|
end
|
|
377
386
|
|
|
387
|
+
# This message is used to configure the generation of a subset of the RPCs in
|
|
388
|
+
# a service for client libraries.
|
|
389
|
+
# @!attribute [rw] methods
|
|
390
|
+
# @return [::Array<::String>]
|
|
391
|
+
# An allowlist of the fully qualified names of RPCs that should be included
|
|
392
|
+
# on public client surfaces.
|
|
393
|
+
class SelectiveGapicGeneration
|
|
394
|
+
include ::Google::Protobuf::MessageExts
|
|
395
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
396
|
+
end
|
|
397
|
+
|
|
378
398
|
# The organization for which the client libraries are being published.
|
|
379
399
|
# Affects the url where generated docs are published, etc.
|
|
380
400
|
module ClientLibraryOrganization
|
|
@@ -42,7 +42,7 @@ module Google
|
|
|
42
42
|
# The error result of the operation in case of failure or cancellation.
|
|
43
43
|
# @!attribute [rw] response
|
|
44
44
|
# @return [::Google::Protobuf::Any]
|
|
45
|
-
# The normal response of the operation
|
|
45
|
+
# The normal, successful response of the operation. If the original
|
|
46
46
|
# method returns no data on success, such as `Delete`, the response is
|
|
47
47
|
# `google.protobuf.Empty`. If the original method is standard
|
|
48
48
|
# `Get`/`Create`/`Update`, the response should be the resource. For other
|
|
@@ -55,7 +55,8 @@ module Google
|
|
|
55
55
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
56
56
|
end
|
|
57
57
|
|
|
58
|
-
# The request message for
|
|
58
|
+
# The request message for
|
|
59
|
+
# Operations.GetOperation.
|
|
59
60
|
# @!attribute [rw] name
|
|
60
61
|
# @return [::String]
|
|
61
62
|
# The name of the operation resource.
|
|
@@ -64,7 +65,8 @@ module Google
|
|
|
64
65
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
65
66
|
end
|
|
66
67
|
|
|
67
|
-
# The request message for
|
|
68
|
+
# The request message for
|
|
69
|
+
# Operations.ListOperations.
|
|
68
70
|
# @!attribute [rw] name
|
|
69
71
|
# @return [::String]
|
|
70
72
|
# The name of the operation's parent resource.
|
|
@@ -82,7 +84,8 @@ module Google
|
|
|
82
84
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
83
85
|
end
|
|
84
86
|
|
|
85
|
-
# The response message for
|
|
87
|
+
# The response message for
|
|
88
|
+
# Operations.ListOperations.
|
|
86
89
|
# @!attribute [rw] operations
|
|
87
90
|
# @return [::Array<::Google::Longrunning::Operation>]
|
|
88
91
|
# A list of operations that matches the specified filter in the request.
|
|
@@ -94,7 +97,8 @@ module Google
|
|
|
94
97
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
95
98
|
end
|
|
96
99
|
|
|
97
|
-
# The request message for
|
|
100
|
+
# The request message for
|
|
101
|
+
# Operations.CancelOperation.
|
|
98
102
|
# @!attribute [rw] name
|
|
99
103
|
# @return [::String]
|
|
100
104
|
# The name of the operation resource to be cancelled.
|
|
@@ -103,7 +107,8 @@ module Google
|
|
|
103
107
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
104
108
|
end
|
|
105
109
|
|
|
106
|
-
# The request message for
|
|
110
|
+
# The request message for
|
|
111
|
+
# Operations.DeleteOperation.
|
|
107
112
|
# @!attribute [rw] name
|
|
108
113
|
# @return [::String]
|
|
109
114
|
# The name of the operation resource to be deleted.
|
|
@@ -112,7 +117,8 @@ module Google
|
|
|
112
117
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
113
118
|
end
|
|
114
119
|
|
|
115
|
-
# The request message for
|
|
120
|
+
# The request message for
|
|
121
|
+
# Operations.WaitOperation.
|
|
116
122
|
# @!attribute [rw] name
|
|
117
123
|
# @return [::String]
|
|
118
124
|
# The name of the operation resource to wait on.
|
|
@@ -130,13 +136,12 @@ module Google
|
|
|
130
136
|
#
|
|
131
137
|
# Example:
|
|
132
138
|
#
|
|
133
|
-
#
|
|
134
|
-
#
|
|
135
|
-
#
|
|
136
|
-
#
|
|
137
|
-
#
|
|
138
|
-
# }
|
|
139
|
-
# }
|
|
139
|
+
# rpc Export(ExportRequest) returns (google.longrunning.Operation) {
|
|
140
|
+
# option (google.longrunning.operation_info) = {
|
|
141
|
+
# response_type: "ExportResponse"
|
|
142
|
+
# metadata_type: "ExportMetadata"
|
|
143
|
+
# };
|
|
144
|
+
# }
|
|
140
145
|
# @!attribute [rw] response_type
|
|
141
146
|
# @return [::String]
|
|
142
147
|
# Required. The message name of the primary return type for this
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-analytics-data-v1beta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.14.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-12-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|
|
@@ -106,7 +106,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
106
106
|
- !ruby/object:Gem::Version
|
|
107
107
|
version: '0'
|
|
108
108
|
requirements: []
|
|
109
|
-
rubygems_version: 3.5.
|
|
109
|
+
rubygems_version: 3.5.22
|
|
110
110
|
signing_key:
|
|
111
111
|
specification_version: 4
|
|
112
112
|
summary: 'Accesses report data in Google Analytics. Warning: Creating multiple Customer
|