How do I determine cost per Lead?

Anonymous
Not applicable
I have a webinar campaign and I have set up several visually identical, but form different, landing pages to measure different advertising vehicles (e.g. Google ads, LinkedIn posts, email blast etc...)

How do I track the number of registrants for each vehicle? E.g. what 'campaigns' should I setup so that I can quickly see: Google: x, LinkedIn: y, email: Z registrants?

Any insight is appreciated

Patrick
Tags (1)
7 REPLIES 7
Josh_Hill13
Level 10 - Champion Alumni
Drew,

I like the custom object approach. You could have also used a Campaign Member Object and the Offer-Channel method with paired fields. Querystring is ok, but I prefer URL params.
http://perkuto.com/blog/marketing-automation/marketing-attribution-model-for-marketing-automation

There's a ton of setup involved with the individual program approach, so I usually recommend using Campaign Members and parent-child SFDC Campaigns. You lose some functions in RCE because of this, but probably gain much more.
Anonymous
Not applicable
Hey Patrick,

Yes, we use global forms across multiple programs, hence the webpage and querystring constraints. For the most part, the querystrings are unique to medium, campaign, and source, so sometimes those two constraints are redundant, but we'd rather be conservative to make sure we don't wrongly associate someone with a tactic.
Anonymous
Not applicable
Hey Charlie,

Individual programs seemed like the cleanest way to get the data we need. I suppose we could use a single program with different successes, but a couple issues come to find:
  • The list of successes would have to be updated with every new promotional channel we find, and it would get really long for the programs that require a lot of promotion (some of ours leverage 50+ separate channels).
  • We sync these programs to SFDC campaigns, and we like to use campaign and campaign influence reports to compare each tactic to the others. That would get really tricky with one campaign and multiple statuses.
We chose this way just because it gives a unique ability to tie program members to the specific tactic that converted them (as opposed to using something like Recent Lead Source).
Anonymous
Not applicable
Thanks for sharing you both. 

Drew, why do you use the webpage URL and the query string as constraints? Is that because you use only one form on all the different landing pages? 
Anonymous
Not applicable
Interesting approach, Drew, and thanks for sharing.

I'm curious to hear why you chose to use different programs to track different sources.

Would you be able to accomplish the same thing using one program with different successes? UTM tags could go onto the lead/contact and those could be used in triggers/flow steps, no?

Interested in hearing your thoughts as we're trying to determine the best way to do this as well.
 
Anonymous
Not applicable
I'm a fan of using separate programs to track this. For each advertising vehicle (we call them "tactics"), I'll setup a separate program. We actually created a unique channel for these tactic programs. The statuses aren't terribly important, we just use a single success status, and each of those programs has a smart campaign that looks for conversions. The trigger typically looks something like this:

Smart List: Fills out Form trigger
Web page = www.landingpage.com
Querystring CONTAINS utm_source=linkedin&utm_medium=cpc&utm_campaign=linkedinads

Flow Step: Change Program Status
Program = Webinar Program - LinkedIn Ads
New Status = Converted

We also created a custom object in our CRM (Salesforce.com) where we can build the master campaign, and we then create parent-child relationships between each of the tactic campaigns and the master campaign. This way, our program owners have one place in Salesforce where they can check on the success of each tactic.

Hope that makes sense. A few screenshots below.

0EM50000000Skaz.jpg

0EM50000000Skb4.jpg

0EM50000000Skb9.jpg
 
Anonymous
Not applicable
You can always create smart lists that show leads based on which landing page the form was submitted on (or a smart campaign that adds leads to a static list every time a form is submitted on a particular web page).  Just use the "filled out form" filter with the "web page" constraint.

A possibly cleaner way to do this in the future is to leverage hidden form fields to capture URL parameter info. The nice thing about this method is it allows you to use a single form and landing pages, yet track new leads from multiple sources. Just a thought. Here's a guide to that if you're interested.