Work in Progress: How to send data to Google Tag
function output(userData, context) {
window.gtag = function(...args) { dataLayer.push(args); }
return dataLayer.push({ event: 'eventName' }) //replace with the right event name
}PreviousWork in Progress: How to send data to KlaviyoNextWork in Progress: How to send data to Google Analytics
Last updated