Looking for help.
Are you able to have multiple munchkin codes (we have 3 instances of Marketo) on one domain? Has anybody had to place code from multiple instances on one domain?
Thanks,
Kristy
Solved! Go to Solution.
Yes, Munchkin has the altIds parameter for exactly this case.
Munchkin.init("aaa-bbb-ccc", { altIds : [ "ddd-eee-fff", "ggg-hhh-iii" ] } );
Perfect! This is exactly what I need. Thank you Sanford Whiteman