Analytics
Get a better understanding of where your traffic is coming from.
Engagement
Speak directly to your customers in a more meaningful way.
Security
Your customers' data will be safe and secure.
Integrations
Connect with third-party tools that you're already using.
Automations
Build strategic funnels that will drive your customers to convert
dataLayer.push({
event: 'navigation view', // combination of entity and action
data: {
// all set properties with the data-elb-product attribute
pagetype: 'blog'
},
user: {
// a stored random id in the cookie (manually added once)
device: 'cookieid',
},
nested: [], // all nested entities within the product
id: '1647968113641-b4b9h9-5', // timestamp, group & count of the event
trigger: 'click', // name of the trigger that fired
entity: 'navigation', // entity name
action: 'view', // entity action
timestamp: 1647968113641, // time when the event fired
timing: 13.37, // how long it took from the page load to trigger the event
group: '01b5e2', // random group id for all events on a page
count: 2, // incremental counter of the events on a page
version: {
// Helpful when working with raw data
walker: 1.1, // used walker.js version
config: 42, // a custom configuration version number
},
walker: true, // flag to filter events
});