Class GoogleAnalyticsAdminV1alphaReportingIdentitySettings
A resource containing settings related to reporting identity.
Implements
Inherited Members
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class GoogleAnalyticsAdminV1alphaReportingIdentitySettings : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Output only. Identifier. Resource name for this reporting identity settings singleton resource. Format: properties/{property_id}/reportingIdentitySettings Example: "properties/1234/reportingIdentitySettings"
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ReportingIdentity
The strategy used for identifying user identities in reports.
Declaration
[JsonProperty("reportingIdentity")]
public virtual string ReportingIdentity { get; set; }
Property Value
| Type | Description |
|---|---|
| string |