Hi,
I want to analyze all my requests to find useful information about my app users' behavior. For example, let's say my app users are requesting some offers that I provide via API endpoints from the backed. I need statistics such as how many times an offer was displayed, or how many times it was displayed by a specific user.
Is it possible to send all request history to external system such as Datadog or Splunk for analysis?
Or the only option is to use Metadata API to fetch those logs?
Or perhaps this is a wrong way of doing this and I should consider doing this in a different way?
Thanks,
p.