Choosing a selection results in a full page refresh.
Initialize the JavaScript pixel SDK (make sure to exclude HTML)
Subscribe to customer events with analytics.subscribe(), and add tracking
analytics.subscribe("all_standard_events", event => {
console.log("Event data ", event?.data);
});