Hello everyone,
I have a problem with querying logging data via the Matomo API.
Basically, the data I try to query is too big, even if I try to query it for just one day. I get the following error message:
<b>Fatal error</b>: Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes)
I guess, a possible solution would be to query data in smaller junks (e.g. per hour or one row after another). Does the Matomo API provide an option for this?
Thanks in advance!