fill out form content

Anonymous
Not applicable

fill out form content

in the marketo system, how to know the content which customer filled out the form ?
Tags (1)
6 REPLIES 6
Anonymous
Not applicable

Re: fill out form content

The lead's activity log records all details of form fill out. The entries are labelled "Fill Out Form".

A short example highlights the contents:

Activity Details – ID 613687
Webform ID: 1074
Form Fields:
FirstName: B
LastName: Gomes
Email: test@marketo.com
MainPhone: 000-000-0000
PostalCode: 000000
_marketo_comments:
Webpage ID: 1879
Query Parameters:
Referrer URL: http://marketo.themeat.org/bgomes_basic_lp_2.html
Client IP Address: 213.94.0.0 
User Agent:
Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.34 (KHTML, like Gecko) rekonq Safari/534.34
Lead ID: 64705


The "User Agent" is the browser used. Most will start with Mozilla/5.0, an inheritance from the browser wars from early 2000's. The last part is the actual browser ID and compatibility with similar browsers. 
 
Anonymous
Not applicable

Re: fill out form content

Sorry, i can't find this, could you please give me screenshots to show? 
thank you very much.
Anonymous
Not applicable

Re: fill out form content

I am going to upload a screen shot shortly. In the meantime the following article explains how to access the activity log

http://community.marketo.com/MarketoArticle?id=kA050000000KysjCAC

Anonymous
Not applicable

Re: fill out form content

Activity Log - screen shot of form fill out

0EM50000000QxGg.jpg
Anonymous
Not applicable

Re: fill out form content

thanks, i can find the activity log and all details of form fill out. it is only one customer fill out form content, right?

so i don't know how to download all details of all customer fill out the form content?
Anonymous
Not applicable

Re: fill out form content

The simplestt method to download all form data from all customers would be SOAP  API's getLeadActivity where you set FillOutForm as parameter for attribute ActivityType.

Realistically SOAP API is the only viable method to do that.

You can find the full documentation at http://developers.marketo.com/documentation/soap/getleadactivity/