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 bas...
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 ...
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(m...
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 iss...
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.
W...
Marketo Munchkin VisitWebPage Activity is not showing in Markto Activity for IE11.
Although, visitwebpage request is success.
For other browsers it is working perfect.