google_api_firebase v0.2.0 GoogleApi.Firebase.V1beta1.Model.StreamMapping View Source

A mapping of a Firebase App to a Google Analytics data stream

Attributes

  • app (type: String.t, default: nil) - The fully qualified resource name of the Firebase App associated with the Google Analytics data stream, in the format:
    projects/projectId/androidApps/appId or projects/projectId/iosApps/appId or projects/projectId/webApps/appId
  • measurementId (type: String.t, default: nil) - Applicable for Firebase Web Apps only.

    The unique Google-assigned identifier of the Google Analytics web stream associated with the Firebase Web App. Firebase SDKs use this ID to interact with Google Analytics APIs.

    Learn more about this ID and Google Analytics web streams in the Analytics documentation.
  • streamId (type: String.t, default: nil) - The unique Google-assigned identifier of the Google Analytics data stream associated with the Firebase App.

    Learn more about Google Analytics data streams in the Analytics documentation.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Firebase.V1beta1.Model.StreamMapping{
  app: String.t(),
  measurementId: String.t(),
  streamId: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.