Skip to main content
September 26, 2013
Question

fill out form content

  • September 26, 2013
  • 6 replies
  • 1289 views
in the marketo system, how to know the content which customer filled out the form ?
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

6 replies

September 26, 2013
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. 
 
September 26, 2013
Sorry, i can't find this, could you please give me screenshots to show? 
thank you very much.
September 26, 2013
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

September 26, 2013
Activity Log - screen shot of form fill out


September 27, 2013
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?
September 27, 2013
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/