Skip to main content
Module

x/g_a/mod.ts

Utilities for server side processing of Google Analytics in Deno CLI and Deploy
Latest
import * as gA from "https://deno.land/x/g_a@0.1.2/mod.ts";

Functions

Create and return a function which will dispatch messages to Google Analytics.

Creates and returns a reporting measurement middleware for oak, which will generate and send to Google Analytics measurements for each request handled by an oak application.

Interfaces

A narrowed down version of Deno.Conn which only contains the information which the library usages.

Specialized data fields that are supported being set via a callback.

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

Options which can be supplied to the createReporter() factory function.

Options which can be supplied to the createReporterMiddleware() factory function.