GoogleApi.Firebase.V1beta1.Model.AnalyticsDetails (google_api_firebase v0.13.3)
View SourceAttributes
-
analyticsProperty
(type:GoogleApi.Firebase.V1beta1.Model.AnalyticsProperty.t
, default:nil
) - The Analytics Property object associated with the specifiedFirebaseProject
. This object contains the details of the Google Analytics property associated with the Project. -
streamMappings
(type:list(GoogleApi.Firebase.V1beta1.Model.StreamMapping.t)
, default:nil
) - - ForAndroidApps
andIosApps
: a map ofapp
tostreamId
for each Firebase App in the specifiedFirebaseProject
. Eachapp
andstreamId
appears only once. - ForWebApps
: a map ofapp
tostreamId
andmeasurementId
for eachWebApp
in the specifiedFirebaseProject
. Eachapp
,streamId
, andmeasurementId
appears only once.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Firebase.V1beta1.Model.AnalyticsDetails{ analyticsProperty: GoogleApi.Firebase.V1beta1.Model.AnalyticsProperty.t() | nil, streamMappings: [GoogleApi.Firebase.V1beta1.Model.StreamMapping.t()] | nil }