Hi experts,
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.
Any solution for this.
Thanks
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Likes
Replies