Skip to main content
Module

x/g_a/mod.ts>MetaData

Utilities for server side processing of Google Analytics in Deno CLI and Deploy
Latest
interface MetaData
import { type MetaData } from "https://deno.land/x/g_a@0.1.2/mod.ts";

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

Properties

optional
campaignMedium: string

The value to be assigned to the cm field in the measurement payload.

optional
campaignSource: string

The value to be assigned to the cs field in the measurement payload.

optional
documentTitle: string

The value to be assigned to the dt field in the measurement payload.