Skip to content

Instantly share code, notes, and snippets.

View privaloops's full-sized avatar
🏠
Working from home

Thibaut Lion privaloops

🏠
Working from home
View GitHub Profile
@alfonmga
alfonmga / ga4mp.js
Created November 11, 2021 20:04
GA4 measurement protocol JS lib
const axios = require('axios')
// This is the interface/object for communicating with GA4MP
export function GA4MPClient(apiSecret, measurementId, clientId) {
// Vars for GA4 connection
this.API_SECRET = apiSecret; // GA > Admin > Data Streams > choose your stream > Measurement Protocol > Create
this.MEASUREMENT_ID = measurementId; // GA Admin > Data Streams > choose your stream > Measurement ID