Re: Tracking a form prefill/autofill.

Anonymous
Not applicable
Marketo now has a feature to let somenoe bypass the form if you already know who they are and have a nice message display like welcome back.

But, how can you track when this happens? Not sure if there is a way. 

Thanks.
Tags (1)
4 REPLIES 4
Calvin_Lam
Level 4
I guess Visits Web Page Trigger + Is Anonymous = false filter should work too
Calvin_Lam
Level 4
Unfortunately not at the moment.  There should be a <div> tag around that known lead message (or create one in the html editor if one doesn't exist).  Perhaps, you can check whether the id of the tag exists and use the munchkin to call visitsWebPage with special querystring that you can fire off from - http://developers.marketo.com/documentation/websites/lead-tracking-munchkin-js/


Anonymous
Not applicable
Yes, to you question - In the log it shows a revisit to web page. Is there a way to look for this as a trigger in a campaign.
Calvin_Lam
Level 4
Are you referring to having something in the activity log that indicates this is a "Revisit of the Web Page after a form fill out" versus just "Visits a Web Page"?

Anyway, if you can tell me what you are trying to accomplish, perhaps I can offer some suggestion.