SOLVED

Multiple Munchkin on the same domain

Go to solution
Kristy_Murphy
Level 4 - Champion Alumni

Multiple Munchkin on the same domain

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

1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: Multiple Munchkin on the same domain

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

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

View solution in original post

2 REPLIES 2
SanfordWhiteman
Level 10 - Community Moderator

Re: Multiple Munchkin on the same domain

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

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

Kristy_Murphy
Level 4 - Champion Alumni

Re: Multiple Munchkin on the same domain

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