google-apis-analyticsadmin_v1beta 0.4.0 → 0.6.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fc7ba26b186a0b3355a1cb9b32c91ff2c2ea9c45c55822897b00bfd3ec5669d5
|
|
4
|
+
data.tar.gz: 64f8287fa9b05ab41c10060f5b1a32d448cb68898ab5d452ef1c42cb73f57d0b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 15f0be2f52cab839f2e828b4da8465cdeebbd611f2250e737e5a46e3104fe44e5a1c0df347d22c8f3f675744bd5badfe11fa177be49b3d797b670b75a555bc8b
|
|
7
|
+
data.tar.gz: f4676f0634c468ee74f57efc4a739be1d56467758dc45d77c89eea834c33b4e2615bd649b1196302108fc2985897d179ffe36aa32c45476c831c259d6bf2f54a
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-analyticsadmin_v1beta
|
|
2
2
|
|
|
3
|
+
### v0.6.0 (2023-06-18)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20230612
|
|
6
|
+
|
|
7
|
+
### v0.5.0 (2023-04-16)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20230410
|
|
10
|
+
|
|
3
11
|
### v0.4.0 (2023-03-26)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20230322
|
|
@@ -967,10 +967,11 @@ module Google
|
|
|
967
967
|
|
|
968
968
|
# Required. Immutable. Tagging parameter name for this custom dimension. If this
|
|
969
969
|
# is a user-scoped dimension, then this is the user property name. If this is an
|
|
970
|
-
# event-scoped dimension, then this is the event parameter name.
|
|
971
|
-
#
|
|
972
|
-
#
|
|
973
|
-
# scoped dimensions
|
|
970
|
+
# event-scoped dimension, then this is the event parameter name. If this is an
|
|
971
|
+
# item-scoped dimension, then this is the parameter name found in the eCommerce
|
|
972
|
+
# items array. May only contain alphanumeric and underscore characters, starting
|
|
973
|
+
# with a letter. Max length of 24 characters for user-scoped dimensions, 40
|
|
974
|
+
# characters for event-scoped dimensions.
|
|
974
975
|
# Corresponds to the JSON property `parameterName`
|
|
975
976
|
# @return [String]
|
|
976
977
|
attr_accessor :parameter_name
|
|
@@ -1274,8 +1275,8 @@ module Google
|
|
|
1274
1275
|
class GoogleAnalyticsAdminV1betaDataStreamWebStreamData
|
|
1275
1276
|
include Google::Apis::Core::Hashable
|
|
1276
1277
|
|
|
1277
|
-
#
|
|
1278
|
-
#
|
|
1278
|
+
# Domain name of the web app being measured, or empty. Example: "http://www.
|
|
1279
|
+
# google.com", "https://www.google.com"
|
|
1279
1280
|
# Corresponds to the JSON property `defaultUri`
|
|
1280
1281
|
# @return [String]
|
|
1281
1282
|
attr_accessor :default_uri
|
|
@@ -1286,8 +1287,7 @@ module Google
|
|
|
1286
1287
|
# @return [String]
|
|
1287
1288
|
attr_accessor :firebase_app_id
|
|
1288
1289
|
|
|
1289
|
-
# Output only. Analytics
|
|
1290
|
-
# 1A2BCD345E" would just be "1A2BCD345E"
|
|
1290
|
+
# Output only. Analytics Measurement ID. Example: "G-1A2BCD345E"
|
|
1291
1291
|
# Corresponds to the JSON property `measurementId`
|
|
1292
1292
|
# @return [String]
|
|
1293
1293
|
attr_accessor :measurement_id
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AnalyticsadminV1beta
|
|
18
18
|
# Version of the google-apis-analyticsadmin_v1beta gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.6.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230612"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-analyticsadmin_v1beta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.6.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: 2023-
|
|
11
|
+
date: 2023-06-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticsadmin_v1beta/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1beta/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1beta/v0.6.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticsadmin_v1beta
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|