google-apis-analyticsadmin_v1alpha 0.92.0 → 0.93.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: aaf5281707fd2b055b4123215925d754f27244dcb9a5b7bf250568fe28af71d8
|
|
4
|
+
data.tar.gz: ea6b52f4aeec1d0b48d59c3e5d9ad5c089c796b4048441420e517d1f6eb4b305
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 850a0da74426ca14eda394433de9fb179c09c0f8e7bf35de3f062bc39898af7a55280312ffd57f0d9815d1256b027ca1ead111e7532a2e40ab939ba2d81a42db
|
|
7
|
+
data.tar.gz: 4604e0d0b9d6474abaf0f738ad4e172267a9767fccde80ddad5006aa0c55e0443a1c15479c49dadf5c1a6f9cef03df38b5b62dbfe9a3b4ffd3e1ef57862b11f3
|
data/CHANGELOG.md
CHANGED
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AnalyticsadminV1alpha
|
|
18
18
|
# Version of the google-apis-analyticsadmin_v1alpha gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.93.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260802"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -2798,7 +2798,10 @@ module Google
|
|
|
2798
2798
|
execute_or_queue_command(command, &block)
|
|
2799
2799
|
end
|
|
2800
2800
|
|
|
2801
|
-
# Creates a CustomDimension.
|
|
2801
|
+
# Creates a CustomDimension. Warning: It's not permissible to use this method to
|
|
2802
|
+
# collect data on individual users. In particular, sending user IDs in custom
|
|
2803
|
+
# dimensions violates the [Google Analytics Terms of Service](https://www.google.
|
|
2804
|
+
# com/analytics/terms/).
|
|
2802
2805
|
# @param [String] parent
|
|
2803
2806
|
# Required. Example format: properties/1234
|
|
2804
2807
|
# @param [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaCustomDimension] google_analytics_admin_v1alpha_custom_dimension_object
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-analyticsadmin_v1alpha
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.93.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticsadmin_v1alpha/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1alpha/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1alpha/v0.93.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticsadmin_v1alpha
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|