Sure. I'm just starting to draw out my next website redesign. I'm concerned with providing a better more interactive user experience. Part of the way I will handle this is with creating a Responsive Design website that will scale to fit the user's device. In doing so, it should provide a tailored experience to the size of the screen displaying content in different ways depending on device.
This is much beyond where Marketo landing pages are at or going to be in the near future. So I need to be able to use HTML forms to push data back to Marketo. So I'd love a little demo on a basic SOAP API call. I really just want a Sign up for Email feature without the drama of iFrames.
Email address + Requested email (submit) [SOAP: connect/create lead, upsert email + requested contact]
I don't think that's particularly hard to do, I can figure out the rest if I have a foundation on which to start.
I'm also super interested in pulling small amounts of data out of Marketo to provide a dynamic user experience on my corporate website without needing to navigate to a Marketo landing page. I can handle within my knowledge of javascript & conditional snippets within my CMS making content dynamic. What I don't know how to do is to pull the industry from the mkto record, or perhaps reading it from the cookie if it exists there. Though a quick google search and I'm left with a comprehensive guide by mr hollebone. http://test.hollebone.ca/marketo-soap-api-get-lead-using-ajax-webservice/ I'm sure if I read that I can understand my second question.