Is Munchkin API down? | Community
Skip to main content
April 27, 2016
Question

Is Munchkin API down?

  • April 27, 2016
  • 2 replies
  • 873 views

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});

      }

});

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

2 replies

SanfordWhiteman
Level 10
April 27, 2016

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

May 26, 2016

I'm having the exact same issue,

associateLead is not working either