Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I tried to create new cookie by munchkin code , but in single page application, cookie is not creating until we reload the page. The use case I want is create different cookie based on user and track their activities on different instances.
I have I am trying to create a new cookie on single page application. Based on different user type, I have to create different cookies.And invoking the above shared function for updating the cookie. The main concern here is , once the new cookie is set and then trigger visitwebpage activity , on t...
This is the piece of code, which is invoking to create cookie. (function() {var didInit = false;function initMunchkin() {if(didInit === false) {didInit = true;Munchkin.init(munckinID)var existingCookie = getCookieValue('_mkto_trk')if( existingCookie && existingCookie.indexOf(munckinID)===-1) {var da...
I have 2 instances based on user type but in prelogin I have set one cookie on 1 instance.Once user is logged in, based on user type cookie is updated with instance 2. So the issue is , when visitwebpage triggers, the request payload has instance 1 cookie. _mchNc: 1602491155940_mchRu: some value_mch...
I am trying to overwrite _mtko_trk cookie and it is updating fine without page reload .But the issue is , in visitwebpage Activity , cookie that is passing is the previous one. What's wrong that I have done ?
Marketo Munchkin VisitWebPage Activity is not showing in Markto Activity for IE11.Although, visitwebpage request is success.For other browsers it is working perfect.