google-analytics-data-v1alpha 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d859482660c437fd3150924ebaf19a12a8da2e04c26d4b654e0674efa0650367
4
- data.tar.gz: f8d5a4af55e5a76a51bcdcf8f887384205504aab694ed7ab12484a2dad92a656
3
+ metadata.gz: 35dc803cd72fb7120194aeb04b1ccfb640f200165deabc568f6b420c167bf730
4
+ data.tar.gz: 77d920b3c591b727e85234aa878175726f34771e7e1f8f706ec123d69b19d137
5
5
  SHA512:
6
- metadata.gz: 5a89ec7f601e8c6d05133e81e6c4edb7aea2037acba65a7cfceda11b749739a5edcd1a365d2b00d036b6f591e22eddcdd6cbe9f145ada93eaf5078f0502e57d3
7
- data.tar.gz: 62a69ffde2ae2a5ce4569367024e1c497788abe5c3a30cbf9e9268758857ffd49112790a8331fc58248ad16f00d20c5f83fa485c4eab7f791fc1ce45992e3839
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 App + Web Property Identifier is specified in the request, and
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 App + Web Property identifier.
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 App + Web Property Identifier is specified in the request, and
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
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Analytics
22
22
  module Data
23
23
  module V1alpha
24
- VERSION = "0.3.0"
24
+ VERSION = "0.3.1"
25
25
  end
26
26
  end
27
27
  end
@@ -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 App + Web Property identifier.
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 App + Web property id.
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.0
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-10-22 00:00:00.000000000 Z
11
+ date: 2020-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common