Class AddGoogleAnalyticsRequest
Implements
Inherited Members
Namespace: Google.Apis.FirebaseManagement.v1beta1.Data
Assembly: Google.Apis.FirebaseManagement.v1beta1.dll
Syntax
public class AddGoogleAnalyticsRequest : IDirectResponseSchema
Properties
AnalyticsAccountId
The ID for the existing Google Analytics account that you want to link
with the FirebaseProject
. Specifying this field will provision a new Google Analytics property in your
Google Analytics account and associate the new property with the FirebaseProject
.
Declaration
[JsonProperty("analyticsAccountId")]
public virtual string AnalyticsAccountId { get; set; }
Property Value
Type | Description |
---|---|
string |
AnalyticsPropertyId
The ID for the existing Google Analytics property that you want to associate with the FirebaseProject
.
Declaration
[JsonProperty("analyticsPropertyId")]
public virtual string AnalyticsPropertyId { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |