Class: Google::Analytics::Admin::V1alpha::DataSharingSettings

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#name::String (readonly)

Returns Output only. Resource name. Format: accounts/{account}/dataSharingSettings Example: "accounts/1000/dataSharingSettings".

Returns:

  • (::String)

    Output only. Resource name. Format: accounts/{account}/dataSharingSettings Example: "accounts/1000/dataSharingSettings"



371
372
373
374
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 371

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.

Returns:

  • (::Boolean)

    Allows any of Google sales to access the data in order to suggest configuration changes to improve results.



371
372
373
374
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 371

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.

Returns:

  • (::Boolean)

    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.



371
372
373
374
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 371

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.

Returns:

  • (::Boolean)

    Allows Google to use the data to improve other Google products or services.



371
372
373
374
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 371

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.

Returns:

  • (::Boolean)

    Allows Google support to access the data in order to help troubleshoot issues.



371
372
373
374
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 371

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.

Returns:

  • (::Boolean)

    Allows Google to share the data anonymously in aggregate form with others.



371
372
373
374
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 371

class DataSharingSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end