Multiple Munchkin on the same domain | Community
Skip to main content
Level 3
September 26, 2017
Solved

Multiple Munchkin on the same domain

  • September 26, 2017
  • 1 reply
  • 2530 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

Yes, Munchkin has the altIds parameter for exactly this case.

Munchkin.init("aaa-bbb-ccc", { altIds : [ "ddd-eee-fff", "ggg-hhh-iii" ] } );

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
Level 10
September 26, 2017

Yes, Munchkin has the altIds parameter for exactly this case.

Munchkin.init("aaa-bbb-ccc", { altIds : [ "ddd-eee-fff", "ggg-hhh-iii" ] } );

Level 3
September 26, 2017

Perfect! This is exactly what I need. Thank you @Sanford Whiteman​