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
Allows any of Google sales to access the data in order to suggest configuration changes to improve results.
-
#sharing_with_google_assigned_sales_enabled ⇒ ::Boolean
Allows Google sales teams that are assigned to the customer to access the data in order to suggest configuration changes to improve results.
-
#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 support to access the data in order to help troubleshoot issues.
-
#sharing_with_others_enabled ⇒ ::Boolean
Allows Google to share the data anonymously in aggregate form with others.
Instance Attribute Details
#name ⇒ ::String (readonly)
334 335 336 337 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 334 class DataSharingSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sharing_with_google_any_sales_enabled ⇒ ::Boolean
334 335 336 337 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 334 class DataSharingSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sharing_with_google_assigned_sales_enabled ⇒ ::Boolean
334 335 336 337 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 334 class DataSharingSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sharing_with_google_products_enabled ⇒ ::Boolean
334 335 336 337 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 334 class DataSharingSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sharing_with_google_support_enabled ⇒ ::Boolean
334 335 336 337 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 334 class DataSharingSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sharing_with_others_enabled ⇒ ::Boolean
334 335 336 337 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 334 class DataSharingSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |