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

PageviewData

import type { PageviewData } from "https://googleapis.deno.dev/v1/analyticsreporting:v4.ts";

Represents details collected when the visitor views a page.

interface PageviewData {
pagePath?: string;
pageTitle?: string;
}

§Properties

§
pagePath?: string
[src]

The URL of the page that the visitor viewed.

§
pageTitle?: string
[src]

The title of the page that the visitor viewed.