Change default Munchkin init bahavior | Community
Skip to main content
April 1, 2016
Question

Change default Munchkin init bahavior

  • April 1, 2016
  • 1 reply
  • 1494 views

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:

  1. Check to see if the current browser has a Munchkin cookie and create one if it is not there.
  2. 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.
  3. 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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

SanfordWhiteman
Level 10
April 1, 2016

#3 is done by adding the class "mchNoDecorate" to your links.

#2 is more complex, but it's one of the features of my Munchkin high-performance adapter. You can contact me for more info.

April 1, 2016

Thanks!  I'm a little new to Marketo Nation and I don't see an easy way to contact you.  Maybe you could ping me on the system?

For #2, maybe you could describe at a high level how you prevent the visitWebPage activity from happening?