Change default Munchkin init bahavior
According to the docs, the Munchkin code by default sends a visitWebSite activity. Here is the quote from Lead Tracking (Munchkin) » Marketo Developers :
The default behavior of Marketo Munchkin is to do the following on page load:
- Check to see if the current browser has a Munchkin cookie and create one if it is not there.
- Send a "Visit Web Page" event to the designated Marketo instance using the information from the current page and browser. This records an activity to the corresponding record in Marketo.
- Send "Clicked Link on Web Page" event for any user clicks that occur on links.
Is there a way to disable #2 from happening automatically? I want to programmatically send the information.
I also want to disable #3 from occurring though not as important. It doesn't seem like "disableClickDelay" will do what i need.