Skip to main content
Module

x/blog/deps.ts>GaReporter

Minimal boilerplate blogging.
Go to Latest
interface GaReporter
import { type GaReporter } from "https://deno.land/x/blog@0.3.3/deps.ts";

The interface returned from createReporter() that is then called to enqueue measurement messages to be sent to Google Analytics.

Call Signatures

(
req: Request,
conn: Conn,
res: Response,
start: number,
error?: unknown,
): Promise<void>

A reporter function which will asynchronously dispatch measurement messages to Google Analytics.