Re: Does Unbounce Associate Web Activity Back to Lead?

Anonymous
Not applicable

Does Unbounce Associate Web Activity Back to Lead?

Recently, Unbounce announced new integration with Marketo that allows data to feed directly from Unbounce into Marketo. Sounds pretty good but anyone have any experience with it?

New Feature: Marketo Integration | Unbounce Community

My specific question revolves around the association of the lead to Marketo upon form completion....

When someone fills out an Unbounce form/page that maps to Marketo fields using new process, will the visitor be cookied so activity for previous and new web visits are tracked?

Example:

  • Ken visits 5 pages before filling out Unbounce form
  • Ken fills out Unbounce form
  • Ken visits another 10 pages.

I understand that all data is passed to Marketo from Unbounce but are all of Ken's visits tracked back to Ken? If one was using a Marketo page and form, all of the pre/post activity would be associated to Ken. If not, other ideas?

Tags (1)
5 REPLIES 5
SanfordWhiteman
Level 10 - Community Moderator

Re: Does Unbounce Associate Web Activity Back to Lead?

First of all, Unbounce would have to be using Munchkin in order to relay activities on their site (Visit Web Page and Click Link) to Marketo.  They'd then have to use an associateLead call (which could be done using the REST API or Munchkin itself) to associate the recorded activities with a newly created or updated Marketo lead.

Based on their documentation so far, I doubt they're doing these things. I presume you could try the demo and report back.

Elliott_Lowe1
Level 9 - Champion Alumni

Re: Does Unbounce Associate Web Activity Back to Lead?

If munchkin is on the LP on which the Unbounce form is located, the page visits will be tracked.  Depending on the method they are using for creating the lead, you can associate the lead with the activity as Sanford mentioned.

if you need to specify a Marketo list to add the lead, they may just be using the SOAP or ReST API to create the lead, which is not the best way to do this since the Fill Out Form trigger / filters won't work.

If their form submission creates a Fill Out Form activity in the lead's Activity Log, they are likely using server-side form post.  If so, then their form would need to have the following hidden fields to associate web activity with the Marketo lead record.

  • munchkinId - the Marketo instance Id in the format xxx-xxx-xxx
  • _mkt_trk - Munchkin on the LP where the form is located will add this value
  • formid - the ID from the embed code of any Marketo form, which doesn't need to have the same fields as the Unbounce form.
Anonymous
Not applicable

Re: Does Unbounce Associate Web Activity Back to Lead?

That's awesome Elliot. Will report back after I try this stuff.

SanfordWhiteman
Level 10 - Community Moderator

Re: Does Unbounce Associate Web Activity Back to Lead?

They're using the REST API and adding to a list as described in their docs... thus my conclusion that their "integration" is not truly Marketo-aware with regard to web activities.

Anonymous
Not applicable

Re: Does Unbounce Associate Web Activity Back to Lead?

Unbounce does not provide form fill out activity to Marketo. The workaround is every time a lead fill out a non-Marketo form on the Unbounce landing page and clicked submit, the lead will be sent to the list in Marketo. You will have to create the list in Marketo first and then go to Unbounce to associate the list with the landing page for the lead to be sent to that list.