google-apis-analyticsadmin_v1alpha 0.79.0 → 0.80.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: 1fb55e4f1f0349bf8b386aebb2e87e79f20f8d897ccdc74d044a1ac933a4b94b
|
4
|
+
data.tar.gz: bcea440db1c27cab7c1a5a1c6575a9dd10c5bafce74803100fd92484fec32da7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 797b1773180ab84b7d9d6e9fd57c7a82bd4a809df674375ebe9a268207db6225d89e78a043963ed33bfd012928d1eabbd478dcf8f787959ec5f5736e9f59c349
|
7
|
+
data.tar.gz: f48d95669761337fb10c5c3ea5846675a0e193edaf11c10c3fcabb58ce103c5cf6b73cde79076aae9cd53f1597554169bbfc00bc7fc5cf7c8c74a4f39a772e5c
|
data/CHANGELOG.md
CHANGED
@@ -2717,34 +2717,47 @@ module Google
|
|
2717
2717
|
# @return [String]
|
2718
2718
|
attr_accessor :name
|
2719
2719
|
|
2720
|
-
#
|
2721
|
-
# configuration changes to improve results.
|
2720
|
+
# Deprecated. This field is no longer used and always returns false.
|
2722
2721
|
# Corresponds to the JSON property `sharingWithGoogleAnySalesEnabled`
|
2723
2722
|
# @return [Boolean]
|
2724
2723
|
attr_accessor :sharing_with_google_any_sales_enabled
|
2725
2724
|
alias_method :sharing_with_google_any_sales_enabled?, :sharing_with_google_any_sales_enabled
|
2726
2725
|
|
2727
|
-
# Allows Google
|
2728
|
-
#
|
2729
|
-
#
|
2726
|
+
# Allows Google access to your Google Analytics account data, including account
|
2727
|
+
# usage and configuration data, product spending, and users associated with your
|
2728
|
+
# Google Analytics account, so that Google can help you make the most of Google
|
2729
|
+
# products, providing you with insights, offers, recommendations, and
|
2730
|
+
# optimization tips across Google Analytics and other Google products for
|
2731
|
+
# business. This field maps to the "Recommendations for your business" field in
|
2732
|
+
# the Google Analytics Admin UI.
|
2730
2733
|
# Corresponds to the JSON property `sharingWithGoogleAssignedSalesEnabled`
|
2731
2734
|
# @return [Boolean]
|
2732
2735
|
attr_accessor :sharing_with_google_assigned_sales_enabled
|
2733
2736
|
alias_method :sharing_with_google_assigned_sales_enabled?, :sharing_with_google_assigned_sales_enabled
|
2734
2737
|
|
2735
2738
|
# Allows Google to use the data to improve other Google products or services.
|
2739
|
+
# This fields maps to the "Google products & services" field in the Google
|
2740
|
+
# Analytics Admin UI.
|
2736
2741
|
# Corresponds to the JSON property `sharingWithGoogleProductsEnabled`
|
2737
2742
|
# @return [Boolean]
|
2738
2743
|
attr_accessor :sharing_with_google_products_enabled
|
2739
2744
|
alias_method :sharing_with_google_products_enabled?, :sharing_with_google_products_enabled
|
2740
2745
|
|
2741
|
-
# Allows Google support
|
2746
|
+
# Allows Google technical support representatives access to your Google
|
2747
|
+
# Analytics data and account when necessary to provide service and find
|
2748
|
+
# solutions to technical issues. This field maps to the "Technical support"
|
2749
|
+
# field in the Google Analytics Admin UI.
|
2742
2750
|
# Corresponds to the JSON property `sharingWithGoogleSupportEnabled`
|
2743
2751
|
# @return [Boolean]
|
2744
2752
|
attr_accessor :sharing_with_google_support_enabled
|
2745
2753
|
alias_method :sharing_with_google_support_enabled?, :sharing_with_google_support_enabled
|
2746
2754
|
|
2747
|
-
#
|
2755
|
+
# Enable features like predictions, modeled data, and benchmarking that can
|
2756
|
+
# provide you with richer business insights when you contribute aggregated
|
2757
|
+
# measurement data. The data you share (including information about the property
|
2758
|
+
# from which it is shared) is aggregated and de-identified before being used to
|
2759
|
+
# generate business insights. This field maps to the "Modeling contributions &
|
2760
|
+
# business insights" field in the Google Analytics Admin UI.
|
2748
2761
|
# Corresponds to the JSON property `sharingWithOthersEnabled`
|
2749
2762
|
# @return [Boolean]
|
2750
2763
|
attr_accessor :sharing_with_others_enabled
|
@@ -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.80.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250307"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
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.80.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-03-
|
10
|
+
date: 2025-03-16 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -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.80.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:
|