Class GoogleAnalyticsAdminV1alphaDataSharingSettings
A resource message representing data sharing settings of a Google Analytics account.
Implements
Inherited Members
Namespace: Google.Apis.GoogleAnalyticsAdmin .v1alpha.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class GoogleAnalyticsAdminV1alphaDataSharingSettings : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Output only. Resource name. Format: accounts/{account}/dataSharingSettings Example: "accounts/1000/dataSharingSettings"
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
SharingWithGoogleAnySalesEnabled
Deprecated. This field is no longer used and always returns false.
Declaration
[JsonProperty("sharingWithGoogleAnySalesEnabled")]
public virtual 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
[JsonProperty("sharingWithGoogleAssignedSalesEnabled")]
public virtual 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
[JsonProperty("sharingWithGoogleProductsEnabled")]
public virtual 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
[JsonProperty("sharingWithGoogleSupportEnabled")]
public virtual 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
[JsonProperty("sharingWithOthersEnabled")]
public virtual bool? SharingWithOthersEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |