google_api_firebase v0.4.2 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: <br><code>projects/<var>PROJECT_NUMBER</var>/androidApps/<var>APP_ID</var></code> or <code>projects/<var>PROJECT_NUMBER</var>/iosApps/<var>APP_ID</var></code> or <code>projects/<var>PROJECT_NUMBER</var>/webApps/<var>APP_ID</var></code>
  • measurementId (type: String.t, default: nil) - Applicable for Firebase Web Apps only.<br> <br>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. <br> <br>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. <br> <br>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

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.