Using the API with progressive profiling

Anonymous
Not applicable

Using the API with progressive profiling

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!
Tags (1)
1 REPLY 1
Anonymous
Not applicable

Re: Using the API with progressive profiling

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/