Back to Glossary
dataLayer
The dataLayer is a JavaScript object that temporarily stores data about user interactions with a website or app.
dataLayer. push({
event: "your_event_here",
}) ;
dataLayer. push({
event: "your_event_here",
}) ;
Back to Glossary
The dataLayer is a JavaScript object that temporarily stores data about user interactions with a website or app.