Hi @springstreet, we cannot track visits per day or time per visit with Retool Analytics but I believe Google Analytics can handle that. With Retool Audit, we can get the IP Address triggering the query, data from the query like params, query string, and the referenced values.
Here is an example of an audit log object:
Note the ip address and the query params.
Here is how the query string looks for a SQL query in the audit log:
The referenced values (with {{ }}) are under the params key:
However, these are logs for users that are logged in. In other words, with public apps you won't get any logs from visitors unless they log in.
If you are on Self-hosted Retool, you would be able to see all container logs, but public apps are not supported on Self-hosted Retool.
About your demo request, that is handled by our Sales team. I reached out internally asking if there are any updates on it. On the meantime, feel free to join us during Office Hours to ask any other questions about your use case or the platform itself. The next one is on Tuesday at 11am PST (we won't be hosting one on July 4th due to the holiday).


