Question
Analytics library is triggering duplicate event
Hi all. I have an issue where the Launch is triggering a call event when refreshing the page. I want to control the way i send the events and this is causing duplicate page views. Any idea of such a setting? It seems like pageLoadAbort and controlPageLoad is not working.
window.marketingtech = {
adobe: {
launch: {
url: process.env.LAUNCH_URL,
controlPageLoad: true,
pageLoadAbort: true,
},
alloy: {
edgeConfigId: process.env.LAUNCH_EDGE_CONFIG_ID,
},
target: true,
audienceManager: true,
},
sophia: false,
};
