Skip to content

Instantly share code, notes, and snippets.

View VariableVic's full-sized avatar

Victor Gerbrands VariableVic

View GitHub Profile
@VariableVic
VariableVic / google-analytics.ts
Last active April 5, 2024 21:40
Medusa -> Google Analytics 4 server side tracking example
import { TransactionBaseService } from "@medusajs/medusa";
import {
ConsentSettings,
EventItem,
JSONPostBody,
} from "../types/google-analytics";
const { subtle } = require("crypto").webcrypto;