Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

StreamMapping

import type { StreamMapping } from "https://googleapis.deno.dev/v1/firebase:v1beta1.ts";

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

interface StreamMapping {
app?: string;
measurementId?: string;
streamId?: bigint;
}

§Properties

§
app?: string
[src]

The resource name of the Firebase App associated with the Google Analytics data stream, in the format: projects/PROJECT_IDENTIFIER/androidApps/APP_ID or projects/PROJECT_IDENTIFIER/iosApps/APP_ID or projects/PROJECT_IDENTIFIER /webApps/APP_ID Refer to the FirebaseProject name field for details about PROJECT_IDENTIFIER values.

§
measurementId?: string
[src]

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?: bigint
[src]

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.