google-analytics-data-v1alpha 0.3.0 → 0.3.1
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/v1alpha/analytics_data/client.rb +2 -2
- data/lib/google/analytics/data/v1alpha/analytics_data_api_services_pb.rb +1 -1
- data/lib/google/analytics/data/v1alpha/version.rb +1 -1
- data/proto_docs/google/analytics/data/v1alpha/analytics_data_api.rb +1 -1
- data/proto_docs/google/analytics/data/v1alpha/data.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 35dc803cd72fb7120194aeb04b1ccfb640f200165deabc568f6b420c167bf730
|
|
4
|
+
data.tar.gz: 77d920b3c591b727e85234aa878175726f34771e7e1f8f706ec123d69b19d137
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6fc6b8aee8c8753c8c1364a336cb8608343a0d8a55a7eea5f8d691f02b301fc97644e537d0055c3c24ce81246673016e58faa9c22e45d3eccab484623f24a3ca
|
|
7
|
+
data.tar.gz: 5f6c53ce9599acdd2eb667b0313e3c09ea8cde19d8a3735d03fff422de03a8a58b14d4713b23e2818663069814dead092118e39700ce4db7b91f1b87e230f6ce
|
|
@@ -562,7 +562,7 @@ module Google
|
|
|
562
562
|
##
|
|
563
563
|
# Returns metadata for dimensions and metrics available in reporting methods.
|
|
564
564
|
# Used to explore the dimensions and metrics. In this method, a Google
|
|
565
|
-
# Analytics
|
|
565
|
+
# Analytics 4 (GA4) Property Identifier is specified in the request, and
|
|
566
566
|
# the metadata response includes Custom dimensions and metrics as well as
|
|
567
567
|
# Universal metadata.
|
|
568
568
|
#
|
|
@@ -589,7 +589,7 @@ module Google
|
|
|
589
589
|
# @param name [::String]
|
|
590
590
|
# Required. The resource name of the metadata to retrieve. This name field is
|
|
591
591
|
# specified in the URL path and not URL parameters. Property is a numeric
|
|
592
|
-
# Google Analytics
|
|
592
|
+
# Google Analytics 4 (GA4) Property identifier.
|
|
593
593
|
#
|
|
594
594
|
# Example: properties/1234/metadata
|
|
595
595
|
#
|
|
@@ -62,7 +62,7 @@ module Google
|
|
|
62
62
|
rpc :GetUniversalMetadata, ::Google::Analytics::Data::V1alpha::GetUniversalMetadataRequest, ::Google::Analytics::Data::V1alpha::UniversalMetadata
|
|
63
63
|
# Returns metadata for dimensions and metrics available in reporting methods.
|
|
64
64
|
# Used to explore the dimensions and metrics. In this method, a Google
|
|
65
|
-
# Analytics
|
|
65
|
+
# Analytics 4 (GA4) Property Identifier is specified in the request, and
|
|
66
66
|
# the metadata response includes Custom dimensions and metrics as well as
|
|
67
67
|
# Universal metadata.
|
|
68
68
|
#
|
|
@@ -333,7 +333,7 @@ module Google
|
|
|
333
333
|
# @return [::String]
|
|
334
334
|
# Required. The resource name of the metadata to retrieve. This name field is
|
|
335
335
|
# specified in the URL path and not URL parameters. Property is a numeric
|
|
336
|
-
# Google Analytics
|
|
336
|
+
# Google Analytics 4 (GA4) Property identifier.
|
|
337
337
|
#
|
|
338
338
|
# Example: properties/1234/metadata
|
|
339
339
|
class GetMetadataRequest
|
|
@@ -50,7 +50,7 @@ module Google
|
|
|
50
50
|
# The unique identifier of the property whose events are tracked.
|
|
51
51
|
# @!attribute [rw] property_id
|
|
52
52
|
# @return [::String]
|
|
53
|
-
# A Google Analytics
|
|
53
|
+
# A Google Analytics 4 (GA4) property id.
|
|
54
54
|
class Entity
|
|
55
55
|
include ::Google::Protobuf::MessageExts
|
|
56
56
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-analytics-data-v1alpha
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-11-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|