GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaWebDataStream (google_api_analytics_admin v0.5.0) View Source
A resource message representing a Google Analytics web stream.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Output only. Time when this stream was originally created. -
defaultUri
(type:String.t
, default:nil
) - Immutable. Domain name of the web app being measured, or empty. Example: "http://www.google.com", "https://www.google.com" -
displayName
(type:String.t
, default:nil
) - Required. Human-readable display name for the Data Stream. The max allowed display name length is 100 UTF-16 code units. -
firebaseAppId
(type:String.t
, default:nil
) - Output only. ID of the corresponding web app in Firebase, if any. This ID can change if the web app is deleted and recreated. -
measurementId
(type:String.t
, default:nil
) - Output only. Analytics "Measurement ID", without the "G-" prefix. Example: "G-1A2BCD345E" would just be "1A2BCD345E" -
name
(type:String.t
, default:nil
) - Output only. Resource name of this Data Stream. Format: properties/{property_id}/webDataStreams/{stream_id} Example: "properties/1000/webDataStreams/2000" -
updateTime
(type:DateTime.t
, default:nil
) - Output only. Time when stream payload fields were last updated.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaWebDataStream{ createTime: DateTime.t(), defaultUri: String.t(), displayName: String.t(), firebaseAppId: String.t(), measurementId: String.t(), name: String.t(), updateTime: DateTime.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.