AnalyticsDetails
import type { AnalyticsDetails } from "https://googleapis.deno.dev/v1/firebase:v1beta1.ts";interface AnalyticsDetails {
analyticsProperty?: AnalyticsProperty;
streamMappings?: StreamMapping[];
}§Properties
§
analyticsProperty?: AnalyticsProperty
[src]The Analytics Property object associated with the specified
FirebaseProject. This object contains the details of the Google Analytics
property associated with the Project.
§
streamMappings?: StreamMapping[]
[src]- For
AndroidAppsandIosApps: a map ofapptostreamIdfor each Firebase App in the specifiedFirebaseProject. EachappandstreamIdappears only once. - ForWebApps: a map ofapptostreamIdandmeasurementIdfor eachWebAppin the specifiedFirebaseProject. Eachapp,streamId, andmeasurementIdappears only once.