This repository contains the necessary specifications to build an Event Driven Data Layer.
Each file inside the events folder corresponds to a single use case or site event that needs to be implemented.
These will be used to share data with Google Tag Manager on desktop and will be sent directly to Google Analytics 4 on mobile.
We defer to stylistic preferences in the target codebase, but here are the JavaScript conventions we use in our code samples:
- Double quotes instead of single quotes in object properties
- No trailing commas
- Semicolons required
The intake form will be coming soon.