google-apis-analyticsadmin_v1alpha 0.78.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
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-analyticsadmin_v1alpha
|
2
2
|
|
3
|
+
### v0.80.0 (2025-03-16)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250307
|
6
|
+
|
7
|
+
### v0.79.0 (2025-03-09)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250304
|
10
|
+
|
3
11
|
### v0.78.0 (2025-01-19)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250114
|
@@ -1888,6 +1888,11 @@ module Google
|
|
1888
1888
|
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaGoogleSignalsSettings]
|
1889
1889
|
attr_accessor :google_signals_settings
|
1890
1890
|
|
1891
|
+
# A key event in a Google Analytics property.
|
1892
|
+
# Corresponds to the JSON property `keyEvent`
|
1893
|
+
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaKeyEvent]
|
1894
|
+
attr_accessor :key_event
|
1895
|
+
|
1891
1896
|
# A secret value used for sending hits to Measurement Protocol.
|
1892
1897
|
# Corresponds to the JSON property `measurementProtocolSecret`
|
1893
1898
|
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaMeasurementProtocolSecret]
|
@@ -1935,6 +1940,7 @@ module Google
|
|
1935
1940
|
@firebase_link = args[:firebase_link] if args.key?(:firebase_link)
|
1936
1941
|
@google_ads_link = args[:google_ads_link] if args.key?(:google_ads_link)
|
1937
1942
|
@google_signals_settings = args[:google_signals_settings] if args.key?(:google_signals_settings)
|
1943
|
+
@key_event = args[:key_event] if args.key?(:key_event)
|
1938
1944
|
@measurement_protocol_secret = args[:measurement_protocol_secret] if args.key?(:measurement_protocol_secret)
|
1939
1945
|
@property = args[:property] if args.key?(:property)
|
1940
1946
|
@search_ads360_link = args[:search_ads360_link] if args.key?(:search_ads360_link)
|
@@ -2711,34 +2717,47 @@ module Google
|
|
2711
2717
|
# @return [String]
|
2712
2718
|
attr_accessor :name
|
2713
2719
|
|
2714
|
-
#
|
2715
|
-
# configuration changes to improve results.
|
2720
|
+
# Deprecated. This field is no longer used and always returns false.
|
2716
2721
|
# Corresponds to the JSON property `sharingWithGoogleAnySalesEnabled`
|
2717
2722
|
# @return [Boolean]
|
2718
2723
|
attr_accessor :sharing_with_google_any_sales_enabled
|
2719
2724
|
alias_method :sharing_with_google_any_sales_enabled?, :sharing_with_google_any_sales_enabled
|
2720
2725
|
|
2721
|
-
# Allows Google
|
2722
|
-
#
|
2723
|
-
#
|
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.
|
2724
2733
|
# Corresponds to the JSON property `sharingWithGoogleAssignedSalesEnabled`
|
2725
2734
|
# @return [Boolean]
|
2726
2735
|
attr_accessor :sharing_with_google_assigned_sales_enabled
|
2727
2736
|
alias_method :sharing_with_google_assigned_sales_enabled?, :sharing_with_google_assigned_sales_enabled
|
2728
2737
|
|
2729
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.
|
2730
2741
|
# Corresponds to the JSON property `sharingWithGoogleProductsEnabled`
|
2731
2742
|
# @return [Boolean]
|
2732
2743
|
attr_accessor :sharing_with_google_products_enabled
|
2733
2744
|
alias_method :sharing_with_google_products_enabled?, :sharing_with_google_products_enabled
|
2734
2745
|
|
2735
|
-
# 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.
|
2736
2750
|
# Corresponds to the JSON property `sharingWithGoogleSupportEnabled`
|
2737
2751
|
# @return [Boolean]
|
2738
2752
|
attr_accessor :sharing_with_google_support_enabled
|
2739
2753
|
alias_method :sharing_with_google_support_enabled?, :sharing_with_google_support_enabled
|
2740
2754
|
|
2741
|
-
#
|
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.
|
2742
2761
|
# Corresponds to the JSON property `sharingWithOthersEnabled`
|
2743
2762
|
# @return [Boolean]
|
2744
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
|
@@ -1593,6 +1593,8 @@ module Google
|
|
1593
1593
|
|
1594
1594
|
property :google_signals_settings, as: 'googleSignalsSettings', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaGoogleSignalsSettings, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaGoogleSignalsSettings::Representation
|
1595
1595
|
|
1596
|
+
property :key_event, as: 'keyEvent', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaKeyEvent, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaKeyEvent::Representation
|
1597
|
+
|
1596
1598
|
property :measurement_protocol_secret, as: 'measurementProtocolSecret', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaMeasurementProtocolSecret, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaMeasurementProtocolSecret::Representation
|
1597
1599
|
|
1598
1600
|
property :property, as: 'property', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaProperty, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaProperty::Representation
|
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:
|