SOLVED

How do I "change data value" for a lead from their activity log page?

Go to solution
Anonymous
Not applicable

How do I "change data value" for a lead from their activity log page?

I have many leads who don't have properly assigned "acquisition details."  Many just say "Web API" since we use our own web site's forms for things like registrations, contact, etc. I want to know which form the lead used that first got them to our website. I can find this information in their Activity Log. But how do I then change the data value to set the proper acquisition information? Or is there a better way to do this than all manually? 
Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Anonymous
Not applicable

Re: How do I "change data value" for a lead from their activity log page?

Sure! The details will vary but let's say you know that a certain group of leads came in through a form on a particular page but weren't assigned an aquisition program (maybe you used a global form instead of a local asset etc.) 

So you would build a campaign like

SMART LIST (use ALL filters)
Filter: Filled out form = x
Filter: Visited web page = y

FLOW
Change Data Value
Acquisition Program = [your correct program] 

etc. 

Check the number of leads who qualify in the schedule tab before you run to make sure you are accurately selecting the right people. 

You may need to get creative and use trial and error with your smart lists so you can accurately target the right groups of people. It all depends what data is available to select them by (form filled out, web page, original referrer, etc.)

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

Re: How do I "change data value" for a lead from their activity log page?

Hey Allison, 

There is definitely a better way to do this than manually!

You can use a hidden field in your form and either hardcode a value based on the page it is on or dynamically pull values from cookies or URL parameters and pass that into the database. 

You can then have some triggered campaigns listening for those values and automatically assigning leads to a specific aquisition program based on the data.  

The specifics of how you set it up would all depend on what information you are trying to capture and your site is structured. 

You can run some backfill smart campaigns to correct existing leads based on values in their history. But if you set it up right it should be automatic for new leads. 
Dan_Stevens_
Level 10 - Champion Alumni

Re: How do I "change data value" for a lead from their activity log page?

Just be aware that if you use the "change data value" to test if there's already a value for acquisition program, Marketo uses a separate attribute for this: "Acquisition Program Name".  When assigning the acquisition program value, you'll use "Acquisition Program":

0EM50000000SwSd.jpg
Anonymous
Not applicable

Re: How do I "change data value" for a lead from their activity log page?

Thank you both!

Justin - can you tell me more about how I'd set up a backfill smart campaign to correct existing leads that weren't properly assigned to a program? I searched in the community tutorial section, but didn't find anything directly relating to this. 
Anonymous
Not applicable

Re: How do I "change data value" for a lead from their activity log page?

Sure! The details will vary but let's say you know that a certain group of leads came in through a form on a particular page but weren't assigned an aquisition program (maybe you used a global form instead of a local asset etc.) 

So you would build a campaign like

SMART LIST (use ALL filters)
Filter: Filled out form = x
Filter: Visited web page = y

FLOW
Change Data Value
Acquisition Program = [your correct program] 

etc. 

Check the number of leads who qualify in the schedule tab before you run to make sure you are accurately selecting the right people. 

You may need to get creative and use trial and error with your smart lists so you can accurately target the right groups of people. It all depends what data is available to select them by (form filled out, web page, original referrer, etc.)