google-apis-marketingplatformadmin_v1alpha 0.4.0 → 0.5.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: 63f199bd2d0c3ab02758d5d763237a62531ec555c1d7f82167ed5b59dac4b2e8
|
4
|
+
data.tar.gz: 860f6be282516820ce61ef72c39d494fb1d7bdc079c204cabf258eec9aaec1e7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f40b73bdc6c1fbb10c8508b4f09786e70f8f18e4b18cf6bfa1d87a532b39d7a57f1f4923a18ae6d41d89bf3f644e614709a63a3049abe5521d0826d830e8b9ab
|
7
|
+
data.tar.gz: 515cf7bea4ea9c399f82128fd1c20ca281b85062884488757e57f5abdf63f0c4658bbbf17e7afc23dc12205fe29245535856faef47fd76008d7cfc2b12a638b7
|
data/CHANGELOG.md
CHANGED
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module MarketingplatformadminV1alpha
|
18
18
|
# Version of the google-apis-marketingplatformadmin_v1alpha gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.5.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240529"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -25,8 +25,8 @@ module Google
|
|
25
25
|
# The Google Marketing Platform Admin API allows for programmatic access to the
|
26
26
|
# Google Marketing Platform configuration data. You can use the Google Marketing
|
27
27
|
# Platform Admin API to manage links between your Google Marketing Platform
|
28
|
-
# organization and Google Analytics accounts, set the service level of
|
29
|
-
# properties.
|
28
|
+
# organization and Google Analytics accounts, and to set the service level of
|
29
|
+
# your GA4 properties.
|
30
30
|
#
|
31
31
|
# @example
|
32
32
|
# require 'google/apis/marketingplatformadmin_v1alpha'
|
@@ -24,8 +24,8 @@ module Google
|
|
24
24
|
# The Google Marketing Platform Admin API allows for programmatic access to the
|
25
25
|
# Google Marketing Platform configuration data. You can use the Google Marketing
|
26
26
|
# Platform Admin API to manage links between your Google Marketing Platform
|
27
|
-
# organization and Google Analytics accounts, set the service level of
|
28
|
-
# properties.
|
27
|
+
# organization and Google Analytics accounts, and to set the service level of
|
28
|
+
# your GA4 properties.
|
29
29
|
#
|
30
30
|
# @see https://developers.google.com/analytics/devguides/config/gmp/v1
|
31
31
|
module MarketingplatformadminV1alpha
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-marketingplatformadmin_v1alpha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.5.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: 2024-
|
11
|
+
date: 2024-06-02 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-marketingplatformadmin_v1alpha/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-marketingplatformadmin_v1alpha/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-marketingplatformadmin_v1alpha/v0.5.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-marketingplatformadmin_v1alpha
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|