Using the API with progressive profiling | Community
Skip to main content
March 14, 2014
Question

Using the API with progressive profiling

  • March 14, 2014
  • 1 reply
  • 667 views
Hello - We are currently in the process of redesigning our website so it is fully responsive. In order to successfully, we need to use the API for our marketo forms. However, we need to also ensure this works with progressive profiling.

Could you help me find documentation on how we would do this, as well as other things we need to consider and understand in terms of ensuring our existing lead flow logic is kept in tact.

Thanks!
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

March 14, 2014
Progressive Profiling is a feature of Forms.

One option to mirror that functionality is gathering the email address, sending a getLead request and then, resourcing to JavaScript or jQuery, hide the known fields based on XML response such as <attrName>FirstName</attrName>.

That is a fully customised implementation of a pseudo progressive profiling.

http://developers.marketo.com/documentation/soap/getlead/