google-apis-analyticsadmin_v1alpha 0.55.0 → 0.56.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: a91755a64a061ebc07e545f8e72419874ee47140bdad6076e17260c13cea7d2a
|
|
4
|
+
data.tar.gz: a38be48a30669b6fc1c9cadb85a865df58bec2c673c084a8f0f01cb3789ef219
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7447fad96878a3c7bd695c04e7b64d5242abb07118083ecec9a4a47cf722e9d36592c05efff8f4b8b1c9e2bc82802be655c8486750551cbdc2aff9341380f49c
|
|
7
|
+
data.tar.gz: 6b27cf899c493382f137430f39ef27e6e8b634050d69e3214c1fcc48a4b9ce9119aa1ae16c76005310942ec4280088a80621de1d9ba229b627cb6b8e175e59dc
|
data/CHANGELOG.md
CHANGED
|
@@ -1958,7 +1958,7 @@ module Google
|
|
|
1958
1958
|
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal]
|
|
1959
1959
|
attr_accessor :display_video360_advertiser_link_proposal
|
|
1960
1960
|
|
|
1961
|
-
# Singleton resource under a
|
|
1961
|
+
# Singleton resource under a web DataStream, configuring measurement of
|
|
1962
1962
|
# additional site interactions and content.
|
|
1963
1963
|
# Corresponds to the JSON property `enhancedMeasurementSettings`
|
|
1964
1964
|
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings]
|
|
@@ -2801,8 +2801,8 @@ module Google
|
|
|
2801
2801
|
class GoogleAnalyticsAdminV1alphaDataStreamWebStreamData
|
|
2802
2802
|
include Google::Apis::Core::Hashable
|
|
2803
2803
|
|
|
2804
|
-
#
|
|
2805
|
-
#
|
|
2804
|
+
# Domain name of the web app being measured, or empty. Example: "http://www.
|
|
2805
|
+
# google.com", "https://www.google.com"
|
|
2806
2806
|
# Corresponds to the JSON property `defaultUri`
|
|
2807
2807
|
# @return [String]
|
|
2808
2808
|
attr_accessor :default_uri
|
|
@@ -2813,8 +2813,7 @@ module Google
|
|
|
2813
2813
|
# @return [String]
|
|
2814
2814
|
attr_accessor :firebase_app_id
|
|
2815
2815
|
|
|
2816
|
-
# Output only. Analytics
|
|
2817
|
-
# 1A2BCD345E" would just be "1A2BCD345E"
|
|
2816
|
+
# Output only. Analytics Measurement ID. Example: "G-1A2BCD345E"
|
|
2818
2817
|
# Corresponds to the JSON property `measurementId`
|
|
2819
2818
|
# @return [String]
|
|
2820
2819
|
attr_accessor :measurement_id
|
|
@@ -3040,7 +3039,7 @@ module Google
|
|
|
3040
3039
|
end
|
|
3041
3040
|
end
|
|
3042
3041
|
|
|
3043
|
-
# Singleton resource under a
|
|
3042
|
+
# Singleton resource under a web DataStream, configuring measurement of
|
|
3044
3043
|
# additional site interactions and content.
|
|
3045
3044
|
class GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings
|
|
3046
3045
|
include Google::Apis::Core::Hashable
|
|
@@ -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.56.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 = "20230615"
|
|
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_v1alpha
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.56.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_v1alpha/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1alpha/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1alpha/v0.56.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticsadmin_v1alpha
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|