Re: Lead Source Tracking

Dan_Stevens_
Level 10 - Champion Alumni

Re: Lead Source Tracking

I'm setting up a quick test now.  But I'm unsure where to place the the smart campaigns for each channel.  Do you place everything within the master program, or does each channel program include it's own smart campaign using an example smart list like the one below ("CID" is Channel ID)?  And if the latter, I'm assuming the master program doesn't also get a "change program status" flow step, otherwise this would result in multiple attribution, correct?

0EM50000000RRjZ.jpg

And then how do you change membership status for additional progression steps?  For example, our "Social Media" channel includes three statuses:
  1. Visited landing page
  2. Filled out form
  3. Downloaded content
The first one is easy - and is based on the smart list above.  But if they proceed to fill out the form, we tried the following smart list (to prevent ANY lead from running through this program, the lead has to already be a member for this to complete the flow):

0EM50000000RRjj.jpg
But unfortunately, this didn't work.  According to Marketo support, the lead didn't achieve membership quickly enough (in real-time) and therefore this smart list failed.  Same issue exists in the "downloaded content" progression step.
Anonymous
Not applicable

Re: Lead Source Tracking

Hey Dan, 

In terms of organizing the tree: 

There's definitely more than one way to skin this cat, but here's how we do it. 

First off, for pure channel reporting, every Lead Source has it's own First Touch Attribution (FTA) program that is solely intended to track success of those channels at a high level:

0EM50000000RRje.jpg

FTA membership is based on a Segmentation. The Segmentation uses the Lead Source field and other rules for organic/direct leads so we bucket everyone as accurately as we can. There is a central campaign (in FTA Administration) that assigns leads to an FTA program based on segment, then each of the FTA programs above has a smart list that changes program status for leads who are its members. 

To report on specific campaigns within those channels, as well as our various content and nurturing assets, we have Acquisition and Engagement Programs, of which there can be many. 

0EM50000000RRjo.jpg

Some of these programs are purely for tracking purposes (track membership/success only) while others are programs that "do stuff" and have assets, create tasks, send emails, etc. 

For acquisition programs, membership is determined by a combo of different things but usually is keyed off a field we have called "Lead Source Notes" which populates from a querystring parameter and contains campaign-specific data. 

Here's an example of the smart campaign that determines membership of one of our Direct Mail programs (this smart campaign lives within the DM program). 

0EM50000000RRjt.jpg


For success tracking, we have standardized program statuses for all channels which are tied to field called "Onboarding Stage". This field is controlled by a single Onboarding Nurturing program and tracks a lead from when they create a free account in our app until making their first purchase. 

As that data value changes, all the other programs of which that lead is a member "listen" for it and then update the lead's program status in that program accordingly. 

0EM50000000RRjy.jpg

This ensures the lead's status stays up to date in all programs and makes maintainence easier. 

Now there may be better ways to achieve your goals, but this gets the job done for us. It was a pain to set up so I would expect a bit of sweat before you arrive at attribution nirvana 🙂 

Does this help at all with what you're trying to do? 

Regarding your Trigger above:

I'm not sure your trigger above is going to work since when a lead visits the page they are likely to be anonymous. So if someone comes to a page with the querystring "CID=social" then fills out a form, the trigger won't function retroactively.

I would suggest you capture the querystring to a field then use the data value change to trigger program membership upon registration. 

Good luck!
Dan_Stevens_
Level 10 - Champion Alumni

Re: Lead Source Tracking

Thanks for this, Justin.  It's always valuable to see how others have their instances and campaign flows setup in Marketo.  I'll have to further digest all of this and see how we can use some of this info to better optimize our processes.