visitscotland / vs-component-library

VisitScotland Component Library
Other
0 stars 0 forks source link

VS-62 Investigate drop off in mega nav analytics logged #379

Open duncansanderson opened 2 months ago

duncansanderson commented 2 months ago

The checkVendorLibrary function has a 500ms delay. When there's a navigation event the new page can occasionally start loading during this delay so the event doesn't get added to the datalayer. I've set the initial timeout interval to zero so that the function runs instantly first time and then set the interval to 500ms when it loops.