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

AddGoogleAnalyticsRequest

import type { AddGoogleAnalyticsRequest } from "https://googleapis.deno.dev/v1/firebase:v1beta1.ts";
interface AddGoogleAnalyticsRequest {
analyticsAccountId?: string;
analyticsPropertyId?: string;
}

§Properties

§
analyticsAccountId?: string
[src]

The ID for the existing Google Analytics account that you want to link with the FirebaseProject. Specifying this field will provision a new Google Analytics property in your Google Analytics account and associate the new property with the FirebaseProject.

§
analyticsPropertyId?: string
[src]

The ID for the existing Google Analytics property that you want to associate with the FirebaseProject.