Hello!
This might be a dumb question - I know the munchkin cookie is generated from a webpage/domain visit and the mt_tok token from emails/forms - but is there anything in the munchkin cookie itself that identifies the Lead?
My initial assumption is no - assuming the munchkin cookie is re-generated each new "session" if it is cleared and the only Lead identification comes from the email/form token and not anything in the cookie itself?
Solved! Go to Solution.
A Munchkin tracking code has a token value in it, this token value is what gets associated with the person's record in Marketo (via the below-mentioned methods).
You see, the only token part is what gets associated with the person record in Marketo, the rest of the cookie value is used to determine the Marketo instance that receives new Munchkin events. You can see the token part in the below sample Munchkin tracking code (_mkto_trk). The ID just contains the Munchkin ID of the instance (561–HYG–937).
id:561–HYG–937&token:_mch–marketo.com–1374552656411–90718
This post on Say “associated Munchkin token” instead of “cookie” to be hyper-accurate by Sandy is a good read if you want to dive deeper into this.
Also, a single person can have more than one munchkin token associated with their person record (this is as simple as saying that they're a cookied record in multiple devices/browsers), which likely happens in the real world if they're using multiple devices to interact with your marketing content. In case this token value, i.e., the cookie is deleted, then upon reloading the page, Marketo would generate a new tracking cookie, which will not be associated with the person's record unless they do any of the above-mentioned actions. I hope this answers your question.
A Munchkin tracking code has a token value in it, this token value is what gets associated with the person's record in Marketo (via the below-mentioned methods).
You see, the only token part is what gets associated with the person record in Marketo, the rest of the cookie value is used to determine the Marketo instance that receives new Munchkin events. You can see the token part in the below sample Munchkin tracking code (_mkto_trk). The ID just contains the Munchkin ID of the instance (561–HYG–937).
id:561–HYG–937&token:_mch–marketo.com–1374552656411–90718
This post on Say “associated Munchkin token” instead of “cookie” to be hyper-accurate by Sandy is a good read if you want to dive deeper into this.
Also, a single person can have more than one munchkin token associated with their person record (this is as simple as saying that they're a cookied record in multiple devices/browsers), which likely happens in the real world if they're using multiple devices to interact with your marketing content. In case this token value, i.e., the cookie is deleted, then upon reloading the page, Marketo would generate a new tracking cookie, which will not be associated with the person's record unless they do any of the above-mentioned actions. I hope this answers your question.
Thank you! This is exactly what I expected, but wanted to verify.