Skip to main content
Home

Built and signed on GitHub Actions

Works with
This package works with DenoIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score64%
Downloads3/wk
Published2 years ago (0.1.0)

A library for server side publishing of Google Analytics 4 events. Forked from denoland/ga4.

ga4

A GA4 measurement protocol module for Deno.

Built and signed on
GitHub Actions

Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@kitsonk/ga4

Import symbol

import * as ga_ from "@kitsonk/ga4";
or

Import directly with a jsr specifier

import * as ga_ from "jsr:@kitsonk/ga4";

Add Package

pnpm i jsr:@kitsonk/ga4
or (using pnpm 10.8 or older)
pnpm dlx jsr add @kitsonk/ga4

Import symbol

import * as ga_ from "@kitsonk/ga4";

Add Package

yarn add jsr:@kitsonk/ga4
or (using Yarn 4.8 or older)
yarn dlx jsr add @kitsonk/ga4

Import symbol

import * as ga_ from "@kitsonk/ga4";

Add Package

vlt install jsr:@kitsonk/ga4

Import symbol

import * as ga_ from "@kitsonk/ga4";

Add Package

npx jsr add @kitsonk/ga4

Import symbol

import * as ga_ from "@kitsonk/ga4";

Add Package

bunx jsr add @kitsonk/ga4

Import symbol

import * as ga_ from "@kitsonk/ga4";