Class: Google::Analytics::Admin::V1alpha::DataSharingSettings
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::DataSharingSettings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/resources.rb
Overview
A resource message representing data sharing settings of a Google Analytics account.
Instance Attribute Summary collapse
-
#name ⇒ ::String
readonly
Output only.
-
#sharing_with_google_any_sales_enabled ⇒ ::Boolean
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
-
#sharing_with_google_assigned_sales_enabled ⇒ ::Boolean
Allows Google access to your Google Analytics account data, including account usage and configuration data, product spending, and users associated with your Google Analytics account, so that Google can help you make the most of Google products, providing you with insights, offers, recommendations, and optimization tips across Google Analytics and other Google products for business.
-
#sharing_with_google_products_enabled ⇒ ::Boolean
Allows Google to use the data to improve other Google products or services.
-
#sharing_with_google_support_enabled ⇒ ::Boolean
Allows Google technical support representatives access to your Google Analytics data and account when necessary to provide service and find solutions to technical issues.
-
#sharing_with_others_enabled ⇒ ::Boolean
Enable features like predictions, modeled data, and benchmarking that can provide you with richer business insights when you contribute aggregated measurement data.
Instance Attribute Details
#name ⇒ ::String (readonly)
Returns Output only. Resource name. Format: accounts/{account}/dataSharingSettings Example: "accounts/1000/dataSharingSettings".
354 355 356 357 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 354 class DataSharingSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sharing_with_google_any_sales_enabled ⇒ ::Boolean
This field is deprecated and may be removed in the next major version update.
Returns Deprecated. This field is no longer used and always returns false.
354 355 356 357 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 354 class DataSharingSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sharing_with_google_assigned_sales_enabled ⇒ ::Boolean
Returns Allows Google access to your Google Analytics account data, including account usage and configuration data, product spending, and users associated with your Google Analytics account, so that Google can help you make the most of Google products, providing you with insights, offers, recommendations, and optimization tips across Google Analytics and other Google products for business.
This field maps to the "Recommendations for your business" field in the Google Analytics Admin UI.
354 355 356 357 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 354 class DataSharingSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sharing_with_google_products_enabled ⇒ ::Boolean
Returns Allows Google to use the data to improve other Google products or services.
This fields maps to the "Google products & services" field in the Google Analytics Admin UI.
354 355 356 357 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 354 class DataSharingSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sharing_with_google_support_enabled ⇒ ::Boolean
Returns Allows Google technical support representatives access to your Google Analytics data and account when necessary to provide service and find solutions to technical issues.
This field maps to the "Technical support" field in the Google Analytics Admin UI.
354 355 356 357 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 354 class DataSharingSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sharing_with_others_enabled ⇒ ::Boolean
Returns Enable features like predictions, modeled data, and benchmarking that can provide you with richer business insights when you contribute aggregated measurement data. The data you share (including information about the property from which it is shared) is aggregated and de-identified before being used to generate business insights.
This field maps to the "Modeling contributions & business insights" field in the Google Analytics Admin UI.
354 355 356 357 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 354 class DataSharingSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |