Re: Is Munchkin API down?

Anonymous
Not applicable

Is Munchkin API down?

I am trying to track a viewed page with this below. No info is updated on marketo activity log

jQuery.ajax({

      url: '//munchkin.marketo.net/munchkin.js',

      dataType: 'script',

      cache: true,

      success: function() {

          ops = new Array();

          ops['gn']=true;

        Munchkin.init('xxxx', {"cookieAnon":false});

        //Munchkin.createTrackingCookie();

        Munchkin.munchkinFunction('visitWebPage', {url: '/r/optin/air', param: ops});

      }

});

2 REPLIES 2
SanfordWhiteman
Level 10 - Community Moderator

Re: Is Munchkin API down?

No problems I can see.  Make sure you are in a known-lead session, since you have anonymous tracking off.

Anonymous
Not applicable

Re: Is Munchkin API down?

I'm having the exact same issue,

associateLead is not working either