Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
// Send data to GA4
const getAllEventData = require('getAllEventData');
const sendEventToGoogleAnalytics = require('sendEventToGoogleAnalytics');
const events = getAllEventData();
sendEventToGoogleAnalytics(events, (response) => {
data.gtmOnFailure();
});
// Call data.gtmOnSuccess when the tag is finished.
data.gtmOnSuccess();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment