Overwrite Munckin Cookie | Community
Skip to main content
New Participant
October 9, 2020
Question

Overwrite Munckin Cookie

  • October 9, 2020
  • 1 reply
  • 3341 views

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 ?

 

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
New Participant
October 9, 2020

Well, first, it's _mkto_trk, not _mtko_trk.

 

But we couldn't know what you're doing wrong without having a look at your code.

New Participant
October 12, 2020

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
_mchId: instance1
_mchTk: instance1 cookie token
_mchHo: hostname
_mchPo: some value
_mchPc: some value
_mchVr: some value
_mchEcid:
_mchRe: hostname

 

So why these values are not updating as per new cookie ?

 

One more question here, when does these values gets initiated ?

SanfordWhiteman
New Participant
October 12, 2020

Again, I need to see the code you're attempting to use to do this. You haven't provided enough information.