Smartlist for form submissions: Webpage versus Referrer constraint | Community
Skip to main content
Sid_Patil
New Participant
June 18, 2019
Solved

Smartlist for form submissions: Webpage versus Referrer constraint

  • June 18, 2019
  • 2 replies
  • 4688 views

Hello,

I have a webpage, abcd.com which has a form asking users to sign up. I want to know how many people ended up filling out the form through this webpage: There are two ways I tried to do this:

1.

Fill out form is Any (since there is only one form on this webpage)

Referrer constraint is abcd.com

2.

Fill out form is Any (since there is only one form on this webpage)

Webpage constraint is abcd.com

I get different results using either of the smartlist. Could someone help me understand how adding a referrer constraint is different than webpage on which the form is published?

I used Referrer because when I click on Activity logs on some other form fill outs, I see Referrer being captured as a form element which was usually the webpage on which the form existed

Best answer by AnkitDu3

Hi Sid,

Try using the following criteria in the smart list, You use the webpage constraint as it is designed for Marketo Landing Pages.

Filled out form " Name of the form" 

Web page is ( "Name of Marketo lp" or "Link of the webpage")

If you are using the embedded form you can use referral url, as it is designed to track the form you have embedded on the external page.

Fill out form is Any (since there is only one form on this webpage)

Referrer constraint is abcd.com

Hope it helps.

Thanks

2 replies

SanfordWhiteman
New Participant
June 18, 2019

As Ankit mentions, for a form embed, always (and only) use the Referrer constraint.

Note that you're using Referrer [is] which means if the URL has query parameters, it will not match. You should almost always be using Referrer [starts with] here.

And please don't use dummy URLs like "www.abc.com" when (a) that's an actual domain owned by somebody else, not your domain and (b) in reality, you're including a pathname, not just the hostname, in your filter.  The standard example domain is example.com.

Sid_Patil
Sid_PatilAuthor
New Participant
June 18, 2019

Thank you for the response, @Sanford Whiteman‌. I will remember those guidelines when i post next.

AnkitDu3Accepted solution
New Participant
June 18, 2019

Hi Sid,

Try using the following criteria in the smart list, You use the webpage constraint as it is designed for Marketo Landing Pages.

Filled out form " Name of the form" 

Web page is ( "Name of Marketo lp" or "Link of the webpage")

If you are using the embedded form you can use referral url, as it is designed to track the form you have embedded on the external page.

Fill out form is Any (since there is only one form on this webpage)

Referrer constraint is abcd.com

Hope it helps.

Thanks

Sid_Patil
Sid_PatilAuthor
New Participant
June 18, 2019

Thanks for explaining this, Ankit. This was helpful