Join our product experts for a live Ask Me Anything on November 12th at 8 AM PT about Experiences & Efficiency with AEP Agent Orchestrator & How Agentic AI is Fueling Smarter Testing and Growth!
We have added launch code in the header file and we have satellite track which is used in JS file.But while executing it i'm getting issue as undefined.
But in console ,i can see script is getting loaded also i can able to access the satellite property.
The only issue is script is getting loaded after the js file.
If I'm reading your question right, you're saying that you have a custom JS file that attempts to reference the _satellite.track() method, but that file is loading before Launch is loaded on the page. If that's the case, you're going to have to load the JS file (or at least delay the _satellite.track() call) after the Launch script loads.