Class DataSharingSettings
A resource message representing data sharing settings of a Google Analytics account.
Implements
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class DataSharingSettings : IMessage<DataSharingSettings>, IEquatable<DataSharingSettings>, IDeepCloneable<DataSharingSettings>, IBufferMessage, IMessage
Constructors
DataSharingSettings()
Declaration
public DataSharingSettings()
DataSharingSettings(DataSharingSettings)
Declaration
public DataSharingSettings(DataSharingSettings other)
Parameters
Type | Name | Description |
---|---|---|
DataSharingSettings | other |
Properties
DataSharingSettingsName
DataSharingSettingsName-typed view over the Name resource name property.
Declaration
public DataSharingSettingsName DataSharingSettingsName { get; set; }
Property Value
Type | Description |
---|---|
DataSharingSettingsName |
Name
Output only. Resource name. Format: accounts/{account}/dataSharingSettings Example: "accounts/1000/dataSharingSettings"
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
SharingWithGoogleAnySalesEnabled
Deprecated. This field is no longer used and always returns false.
Declaration
[Obsolete]
public bool SharingWithGoogleAnySalesEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
SharingWithGoogleAssignedSalesEnabled
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.
Declaration
public bool SharingWithGoogleAssignedSalesEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
SharingWithGoogleProductsEnabled
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.
Declaration
public bool SharingWithGoogleProductsEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
SharingWithGoogleSupportEnabled
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.
Declaration
public bool SharingWithGoogleSupportEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
SharingWithOthersEnabled
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.
Declaration
public bool SharingWithOthersEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool |