Clickstream
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Your Page Title</title>
<!-- Load analyticsv2.js -->
<script src="https://d3jitr2q5p96mn.cloudfront.net/analytics.js"></script>
<script>
// Initialize and send events
document.addEventListener('DOMContentLoaded', function () {
// Replace 'your_client_id' and 'your_api_key' with actual values
discoveristTracker.init('your_client_id', 'your_api_key');
});
</script>
</head>
<body>
<!-- Your page content goes here -->
</body>
</html>Events
page_viewed
product_viewed
search_submitted
product_added_to_cart
checkout_started
checkout_completed
module_loaded_discoverist
module_viewed_discoverist
product_clicked_discoverist
product_added_to_cart_discoverist
Last updated