Web Pages not Populating in Form Campaigns | Community
Skip to main content
June 24, 2016
Solved

Web Pages not Populating in Form Campaigns

  • June 24, 2016
  • 1 reply
  • 1525 views

We are working to launch a new website.  The site is in beta now, and it has Marketo forms embedded throughout (and the munchkin code placed).  A few days ago, I began adding the Marketo campaigns for the new website forms.  At that time, I was able to select the form name, and then add an additional constraint of "Web Page is", and all of our beta site URLs populated in the list to choose from.  Now, when I try the same thing, they are missing.  Our web developer has assured me that they have not touched the munchkin code.  What else could be causing this issue?

I don't know if this is related, but when poking around our account trying to figure this issue out, I noticed that Munchkin API is disabled.  I am not sure if that has always been set that way, but thought I'd point it out...

I'd appreciate any help!  Our site goes live next week, and without being able to distinguish which webpage a form is on, we won't know how to follow up with our form leads.

Thanks!

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

Munchkin API is irrelevant.

The web page dropdown will include pages that have at least one Munchkin hit already registered.  You can also hand-enter full URLs here.

Be aware that when you match on ​Web Page "is" ​for a embedded form, it's the entire web page including the hash.  So

     www.example.com/my/path/to/a/form.html

is not the same as

     form.html

nor the same as

     /to/a/form.html#openSesame

for this reason I prefer to match on the ​Referrer, ​which allows a "contains" operator.

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
June 24, 2016

Munchkin API is irrelevant.

The web page dropdown will include pages that have at least one Munchkin hit already registered.  You can also hand-enter full URLs here.

Be aware that when you match on ​Web Page "is" ​for a embedded form, it's the entire web page including the hash.  So

     www.example.com/my/path/to/a/form.html

is not the same as

     form.html

nor the same as

     /to/a/form.html#openSesame

for this reason I prefer to match on the ​Referrer, ​which allows a "contains" operator.

June 24, 2016

Thank you!  Using the "referrer contains" option worked.