Form fills from a social media post | Community
Skip to main content
Debroop_Garai
New Participant
August 11, 2017
Solved

Form fills from a social media post

  • August 11, 2017
  • 1 reply
  • 3768 views

Hello there,

Can anyone let me know how do i understand or track "how many people have come to my landing page/filled form in the landing page" apart from the marketo email link.
It can be through a 3rd party web banner advertisement or a social media post or can be a referral link as well. I have tagged all the urls wherever i have made advertisement, whether 3rd party or social media, but when i look into the reports, I am unable to understand how many people came from the Email link and how many from social media ad or 3rd party ad. What can be the smart list to filter out these contacts?

Many Thanks in advance,

Debroop.

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 Andy_Varshneya1

In the smartlist you'd have to use the Filled Out Form filter and add the contraint of Querystring contains, and then use your code. For example,

1 reply

Andy_Varshneya1
Andy_Varshneya1Accepted solution
New Participant
August 11, 2017

In the smartlist you'd have to use the Filled Out Form filter and add the contraint of Querystring contains, and then use your code. For example,

Debroop_Garai
New Participant
August 14, 2017

Hi Andy,

Thanks! Can we then use querystring for any parameter used in tagged url like utm_source,utm_medium, utm_content, etc ?
E.g. by using source (e.g. utm_source=linkedin) to find out how many came to my page/form from Linkedin.

Regards,

Debroop.

Andy_Varshneya1
New Participant
August 14, 2017

Yup, precisely. You can use whatever parameter or value that you want since it's just a string search.