View Form Submissions Outside of Marketo | Community
Skip to main content
October 17, 2014
Question

View Form Submissions Outside of Marketo

  • October 17, 2014
  • 3 replies
  • 724 views

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

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

3 replies

October 17, 2014
Why would that kill your API limit? You can poll for Fills out Form, which is a really low occurance activity.
October 17, 2014
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.
October 17, 2014
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.