I’d like to collect some data on form submissions. I have setup the form conversion and it tracks fine. Now I want to collect which user has submitted which form at what time through the API. Is this possible?
Hi,
If you want to use the HTTP tracking API, you can use this tool to build your request :
(Maybe using the event part ?)
Regards,
Ronan HELLO
Maybe i put my question wrong, i want learn how to get that data out of matomo through the api. The submissions are already tracked correctly. I can see them e.g. in the user profiles. Now I want to get the form_id, timestamp of the submission and the user id for let’s say the past 30 minutes, so that I can do some processing on that data in another tool.
I didn’t know the tool you refered to, but it looks interesting nevertheless, thx!