View Form Submissions Outside of Marketo

Anonymous
Not applicable

View Form Submissions Outside of Marketo

How can I view the number of form submissions a certain form receives outside of marketo?  I want to be able to display how many people have signed up via a web interface.  I don't want to use the API if possible since it would kill my API limit.
 

Thanks,
Kevin

Tags (1)
3 REPLIES 3
Anonymous
Not applicable

Re: View Form Submissions Outside of Marketo

Why would that kill your API limit? You can poll for Fills out Form, which is a really low occurance activity.
Anonymous
Not applicable

Re: View Form Submissions Outside of Marketo

If I have to make an API call every time a visitor comes to the website to see how many forms have been filled out, I would very quickly make 10K calls a day. I want to know if there is a way to access a report like that without being logged into Marketo or if there would be another solution.

Thanks.
Anonymous
Not applicable

Re: View Form Submissions Outside of Marketo

Don't call it every time. Have a background process to call every hour or two, and then cache it. That's the only reasonable way I can think of to do this.