Need Help: Preventing Multiple Additions of Marketo Munchkin Script Tag in SPA using Adobe Launch.
I am integrating the Marketo Munchkin script tag into a Single Page Application (SPA) through Adobe Launch. During the initial page load, I am initializing the Munchkin script tag. When transitioning from one view to another, I use the 'Munchkin.munchkinFunction('visitWebPage')' method if it is a page load. For any click-link event, I utilize the 'Munchkin.munchkinFunction('clickLink')' method. However, I am encountering an issue where the Munchkin script tag is being added multiple times. In an SPA, there should only be one Munchkin script tag, even when moving from one view to another. How can I prevent it from being added multiple times?