Skip to main content
Level 1
November 30, 2018
Solved

Can you have 2 munchkin codes on the same website?

  • November 30, 2018
  • 2 replies
  • 2078 views

As we split our company after we sold off part of the business our international counterparts are still using our old website which houses both businesses. We need to add forms from 2 instances of Marketo to 1 Umbracco website. Is this possible to have 2 munchkin codes on the same website?

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

Not 2 entirely separate embed codes, no.

You do it using the altIds option.

Munchkin.init("123-AAA-456",{ altIds: ["789-BBB-012"] });

2 replies

SanfordWhiteman
SanfordWhitemanAccepted solution
Level 10
November 30, 2018

Not 2 entirely separate embed codes, no.

You do it using the altIds option.

Munchkin.init("123-AAA-456",{ altIds: ["789-BBB-012"] });

SanfordWhiteman
Level 10
December 3, 2018

@Ashton Taylor please return to this thread and mark my answer as Correct.