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

GoogleAnalyticsAdminV1betaDataStreamWebStreamData

import type { GoogleAnalyticsAdminV1betaDataStreamWebStreamData } from "https://googleapis.deno.dev/v1/analyticsadmin:v1beta.ts";

Data specific to web streams.

interface GoogleAnalyticsAdminV1betaDataStreamWebStreamData {
defaultUri?: string;
readonly firebaseAppId?: string;
readonly measurementId?: string;
}

§Properties

§
defaultUri?: string
[src]

Domain name of the web app being measured, or empty. Example: "http://www.google.com", "https://www.google.com"

§
readonly firebaseAppId?: string
[src]

Output only. ID of the corresponding web app in Firebase, if any. This ID can change if the web app is deleted and recreated.

§
readonly measurementId?: string
[src]

Output only. Analytics Measurement ID. Example: "G-1A2BCD345E"