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
Allows any of Google sales to access the data in order to suggest configuration changes to improve results.
Declaration
[JsonProperty("sharingWithGoogleAnySalesEnabled")]
public virtual bool? SharingWithGoogleAnySalesEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
SharingWithGoogleAssignedSalesEnabled
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.
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.
Declaration
[JsonProperty("sharingWithGoogleProductsEnabled")]
public virtual bool? SharingWithGoogleProductsEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
SharingWithGoogleSupportEnabled
Allows Google support to access the data in order to help troubleshoot issues.
Declaration
[JsonProperty("sharingWithGoogleSupportEnabled")]
public virtual bool? SharingWithGoogleSupportEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
SharingWithOthersEnabled
Allows Google to share the data anonymously in aggregate form with others.
Declaration
[JsonProperty("sharingWithOthersEnabled")]
public virtual bool? SharingWithOthersEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |