AnalyticsProperty
import type { AnalyticsProperty } from "https://googleapis.deno.dev/v1/firebase:v1beta1.ts";Details of a Google Analytics property
interface AnalyticsProperty {
readonly analyticsAccountId?: string;
displayName?: string;
id?: string;
}§Properties
§
readonly analyticsAccountId?: string
[src]Output only. The ID of the Google Analytics account for the Google Analytics property associated with the specified FirebaseProject.
§
displayName?: string
[src]The display name of the Google Analytics property associated with the
specified FirebaseProject.
§
id?: string
[src]The globally unique, Google-assigned identifier of the Google Analytics
property associated with the specified FirebaseProject. If you called
AddGoogleAnalytics to link
the FirebaseProject with a Google Analytics account, the value in this
id field is the same as the ID of the property either specified or
provisioned with that call to AddGoogleAnalytics.