How to see a leads activity in a smart campaign: what program did that lead come from? | Community
Skip to main content
Adrian_Cardelle
Level 2
October 18, 2019
Question

How to see a leads activity in a smart campaign: what program did that lead come from?

  • October 18, 2019
  • 2 replies
  • 3494 views

Hi all!

I have a trigged smart campaign (in Default Program A), set up to listen when someone fills out a particular global form that we have in one of our website pages. It is set up for registration to a future event. The flow step is currently set just to change the program status to "Live Event> Registered". 

I have then set up several separate default programs (Default program B, Default program C, etc, all unrelated events) but that include within them email batch programs that send out emails with a link to our website for the future event above so they may register if interested.  

How can I then set up a system or flow step where I can tell WHAT program someone came from, when they do sign up for the future event and added to the smart campaign in Default program A?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Amit_Jain
Community Advisor
Community Advisor
October 21, 2019

Do you use UTM parameters? If yes, put the utm_camapign name same as the email program name when you add the link in the email. Capture this UTM_camapign parameter value in a hidden field.Now you have two choices:

  1. add a conditional flow step in Default program A and add the member to appropriate program based on utm_campaign value. If you anticipate a large number of email programs more than 15, this might not work in longer run as there is a limitation on the "Choices" you can add in flow step.

  2. Create a triggered smart campaign in Default program B or Default program C to listen the global form fill out with a filter on utm_campaign like below:



    and in the flow, add flow step to change the respective program status.
Adrian_Cardelle
Level 2
October 21, 2019

Hey Amit!

Thank you very much. I am new to Marketo and know there's a lot of ways you can do things and I am also still trying to grasp the concept of a few of these things. I believe this is a very good way to go about it and will test this out to implement it!  Thank you! 

Angharad_Kearle
Level 2
October 21, 2019

Hey! If I'm understanding this correctly, you just want to know the source of your future event registrations. 

You could set up a trigger campaign to add them to a static list if they register using the UTM from Default program B or Default program C.

1. Filter for smart list

2. Add a flow step for 'Add to list' 

Angharad Kearle
Adrian_Cardelle
Level 2
October 21, 2019

Thank you Angharad! This is also a good way to go about it.