Class GoogleAnalyticsAdminV1alphaDataStreamWebStreamData
Data specific to web streams.
Implements
Inherited Members
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class GoogleAnalyticsAdminV1alphaDataStreamWebStreamData : IDirectResponseSchema
Properties
DefaultUri
Domain name of the web app being measured, or empty. Example: "http://www.google.com", "https://www.google.com"
Declaration
[JsonProperty("defaultUri")]
public virtual string DefaultUri { 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 |
FirebaseAppId
Output only. ID of the corresponding web app in Firebase, if any. This ID can change if the web app is deleted and recreated.
Declaration
[JsonProperty("firebaseAppId")]
public virtual string FirebaseAppId { get; set; }
Property Value
Type | Description |
---|---|
string |
MeasurementId
Output only. Analytics Measurement ID. Example: "G-1A2BCD345E"
Declaration
[JsonProperty("measurementId")]
public virtual string MeasurementId { get; set; }
Property Value
Type | Description |
---|---|
string |