当我使用 Matomo 的Live API通过getVisitorProfile()获取用户的个人资料时,传入的日期将被忽略。
curl -N -i -X POST -d 'token_auth=xxxlanguage=en&format=json&module=API&method=Live.getVisitorProfile&idSite=1&date=yesterday&period=day&segment=eventCategory==MediaVideo&visitorId=xxx' https://myurl.matomo.cloud/index.php
触发此命令,我将获得所有最后一次访问,而不是请求的时间段。这是一个错误还是故意的?如果是故意的,那么正确的查询或方法是什么?