Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.
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.