Class DataStream.Types.WebStreamData
Data specific to web streams.
Implements
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class DataStream.Types.WebStreamData : IMessage<DataStream.Types.WebStreamData>, IEquatable<DataStream.Types.WebStreamData>, IDeepCloneable<DataStream.Types.WebStreamData>, IBufferMessage, IMessage
Constructors
WebStreamData()
Declaration
public WebStreamData()
WebStreamData(WebStreamData)
Declaration
public WebStreamData(DataStream.Types.WebStreamData other)
Parameters
Type | Name | Description |
---|---|---|
DataStream.Types.WebStreamData | other |
Properties
DefaultUri
Domain name of the web app being measured, or empty. Example: "http://www.google.com", "https://www.google.com"
Declaration
public string DefaultUri { 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
public string FirebaseAppId { get; set; }
Property Value
Type | Description |
---|---|
string |
MeasurementId
Output only. Analytics Measurement ID.
Example: "G-1A2BCD345E"
Declaration
public string MeasurementId { get; set; }
Property Value
Type | Description |
---|---|
string |