Re: landing pages don't work as constraints to forms that well, apparently.

Anonymous
Not applicable

landing pages don't work as constraints to forms that well, apparently.

Posting this as a heads up and warning to other users out there. We create general forms that we use across many landing pages, for many reasons I won't go into here. For example, we created an event registration form that we use across multiple events of the same type. 

Then, we created a registration trigger campaign, where if someone fills out that form, on the specific event's page, it would do things like send the lead owner a notification, and send the lead a confirmation email. 


0EM50000000QiGA.jpg

However, we noticed, for one of our events, that the campaign wasn't triggering when leads filled out the form on that page. I submitted this bug up to Marketo Support, and the response I got is below, asking me to find a work-around. This is clearly a bug, not something that should be worked-around... and I'm sure there are other users out there who are (possibly unknowingly) experiencing this issue. FYI, and if someone from Marketo reads this... please escalate this issue and let the right people know about it so we can get it fixed.

***

When a trigger has multiple aspects to it, the order activities are logged in affect if a lead is qualified for a campaign. If multiple activities happen near each other, sometimes they reach our servers out of order, and cause a mismatch. The way to prevent this from occurring is described below. 

This lead is logged as filling the form out in activity id XXX. The web page visit (the second constraint of your form fill out trigger for this campaign) is not logged until after the trigger (acitvity id XXX). Logic tells me they were on the page before they filled out the form, but the time stamps did not hit our servers in that order, and this is called a race condition. 

Triggers only react to the conditions at the time of the trigger, and since the web visit was not reported until after, it did not qualify for your trigger due to the web page constraint. 

One proof of this is any of your leads that did qualify for this campaign are like Lead A, whose web page visit was recorded at activity id XXX and the form fill out after that at activity id XXX. 

So there are two possible solutions to resolve this so it does not occur in the future: 

1)Remove the webpage constraint entirely. This is the easiest resolution, if which webpage it is on does not matter, just remove the constraint and the problem is resolved. 

2)That may not be a viable issue for you (same form on multiple pages, needs to know which page it came from). If that is true, the best way around this is to still remove the constraint from the trigger, but to add it to the campaign flow. Add two flows if you are doing this, the first is a wait step of 2 minutes, to give enough time for any race conditions involved. This would be the top of your flows. The next would be "Remove From Flows" and have it be based off the "Visited WebPage" option with the specific page added. 

Tags (1)
5 REPLIES 5
Anonymous
Not applicable

Re: landing pages don't work as constraints to forms that well, apparently.

Hi Jeannie,

I use the same form across multiple web pages all the time (I think my whitepaper form is used on more than 130 landing pages and my webinar form more than 170).  I've never seen this issue and I use the same trigger mechanism with the web page constraint.

The first thing I do in my flow is send the confirmation email - followed by a few other steps.  For webinars, I'm using an event specific confirmation email (e.g. that includes details of how to join the webinar etc.) and I've never heard of the "wrong" confirmation email being sent and the rest of the flow not triggering.

I guess my question is whether you have two different flows triggering off of the same event on the same page at the same time?  e.g. One flow that "registers" the person and a second flow that sends the confirmation emails.  If so, I'd recommend putting everything in one flow (e.g. send the confirmation, add the person to the registration list, add them to a campaign in SFDC, etc.)

If everything is already in one flow (e.g one flow per landing page), then the behavior you are describing does sound odd.

I'd be interested to hear how this turns out

- Jocelyn
Anonymous
Not applicable

Re: landing pages don't work as constraints to forms that well, apparently.

It's a single flow. 
Jenn_DiMaria2
Level 10

Re: landing pages don't work as constraints to forms that well, apparently.

Instead of having them both as part of the same trigger, could you separate them into two triggers?

Something like this (where you tell Marketo to use ALL filters):

0EM50000000QiKW.jpg

It might filter leads differently than if they're part of the same trigger.  For example, it will look for anyone who filled out the form and visited that web page - no matter what time it is that they hit the system.

I'm not sure why your setup doesn't want to work, but maybe this is another way to test what's happening.
Anonymous
Not applicable

Re: landing pages don't work as constraints to forms that well, apparently.

Jenn the triggers act as an OR condition, so this would match anyone who fills out the form OR visits the web page
Jenn_DiMaria2
Level 10

Re: landing pages don't work as constraints to forms that well, apparently.

Hmm... what if they were both set as filters instead and it was set to run as a batch campaign?  Not ideal, of course, but may be a quick fix.