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)
Returns Output only. Resource name. Format: accounts/{account}/dataSharingSettings Example: "accounts/1000/dataSharingSettings".
328 329 330 331 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 328 class DataSharingSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sharing_with_google_any_sales_enabled ⇒ ::Boolean
Returns Allows any of Google sales to access the data in order to suggest configuration changes to improve results.
328 329 330 331 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 328 class DataSharingSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sharing_with_google_assigned_sales_enabled ⇒ ::Boolean
Returns Allows Google sales teams that are assigned to the customer to access the data in order to suggest configuration changes to improve results. Sales team restrictions still apply when enabled.
328 329 330 331 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 328 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.
328 329 330 331 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 328 class DataSharingSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sharing_with_google_support_enabled ⇒ ::Boolean
Returns Allows Google support to access the data in order to help troubleshoot issues.
328 329 330 331 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 328 class DataSharingSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sharing_with_others_enabled ⇒ ::Boolean
Returns Allows Google to share the data anonymously in aggregate form with others.
328 329 330 331 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 328 class DataSharingSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |