How do you demonstrate marketing influence?

Anonymous
Not applicable

How do you demonstrate marketing influence?

We are in the process of trying to demonstrate Marketing influence through the lead lifecycle and have a few questions we need answered. Would love to hear if anyone has ideas on how to run these reports or if there is an easy way to demonstrate this information.
  1.   Total # of total leads in database that are marketable (valid email, not blacklisted, etc.) that have been touched by marketing (been to website, received email, attended webinar, etc).
  2.   What is the average number of touches per lead by marketing (3 emails, 1 webinar, 2 live events...)
  3.   What is the # closed won opportunities that have been touched by marketing?
  4.   How does the average number of touchers per closed customer differ from a normal lead.
1 REPLY 1
Anonymous
Not applicable

Re: How do you demonstrate marketing influence?

Hi Justin,

Some potential solutions for you (assuming you have Salesforce.com):

1. You should be able to get this number by building a Smart List in Marketo. I would use these filters:
Black Listed = False
Unsubscribed = False
Marketing Suspended = False
Email Invalid = False

2. If you are using Salesforce and syncing your Programs to Campaigns, you could have an Apex trigger writen to calculate the number of Campaign Interactions in a field on Lead / Contact.  Then you could run a report to get the average.

3. Make sure that you have enabled and configured your Campaign Influence rules, this way Campaigns are getting associated to Opportunities.  Then you could run a report to show you Closed Won Opps Without any Campaign Influence records, compare that to the total Closed Won Opps number to get your percentage.

4. You would need another Apex Trigger on the Opportunity to calculate the number of Campaign Influence records and put that into a field on the Opportunity.  Then run a report on all Closed Won Opps, and get an average of this field.  Compare this with the Average Campaign Interactions of Leads/Contacts not associated to Opportunities.