Hey Marketo world,
Have a question that is totally stumping me: I have 1 global gated content marketo form that I'm embedding on all my gated content wordpress landing pages.
What's stumping me is that sometimes records that submit qualify for a marketo campaign (so expected behavior).
However, I'm witnessing the same form (as it's a global form) on a different wordpress landing page (but same wordpress template) people will submit but not qualify for the marketo campaign.
So to recap:
Same form
Same "qualification criteria" (see example below)
This example is one where when a record submits the global form, they qualify for the associated marketo campaign.
This is one, as you can see very similar smart list, where the person fails to qualify for the associated Marketo campaign flow.
As you can see it's the same form, basically the same smart list to qualify, the only difference is the Referrer page URL.
Wanted to tap the greater marketo world to see if anyone has witnessed this before/ see if anyone has any troubleshoot tips.
Thanks!
Solved! Go to Solution.
Remember that the Referrer [is] means an exact match. If the Referrer contains a query string, that’s part of the match.
For this reason it’s better to use Referrer [starts with] to match only protocol/hostname/path, not [is].
Does the referrer constraint's value exactly match in the form submission activity with the value you have in the campaign that isn't firing?
Hey @Darshil_Shah1 - Ya it does, making this even weirder. For example, in that screen cap of one that doesn't work - the referrer URL is: https://www.yubico.com/resource/bridge-to-passwordless-key-considerations/ which is the actual URL of the landing page. So go figure, right....?
Remember that the Referrer [is] means an exact match. If the Referrer contains a query string, that’s part of the match.
For this reason it’s better to use Referrer [starts with] to match only protocol/hostname/path, not [is].
Alright, Sandy with the save. Feel silly all it too was setting Referrer Starts With instead of using IS. That seems to have done the trick. Thanks all. 😛
Can you pull up a smart list with fills out form filter and the referrer constraint set to what you have in the campaign that isn't firing - chances are there all the people you expect to qualify won't since is operator is an exact match and includes the QPs too, as Sandy noted in his comment! Consider switching to starts with / contains operator.