Possible to access Piwik getVisitorLog through HTTP API? -
i'm building reporting tool. ideally want avoid going through web server logs myself , use (some of) power of piwik.
the stuff visitor log start, @ http://example.com/piwik/index.php?module=corehome&action=index&idsite=1&period=day&date=yesterday#/module=live&action=getvisitorlog&idsite=1&period=day&date=yesterday
unfortunately can't find getvisitorlog
action in http api docs @ http://developer.piwik.org/api-reference/reporting-api#actions (and it's not undocumented feature, method=actions.getvisitorlog
gives me
the method 'getvisitorlog' not exist or not available in module '\piwik\plugins\actions\api'.
is there way this? or should write plugin piwik?
apparently it possible through live plugin api:
http://developer.piwik.org/api-reference/reporting-api#live
this works desired:
Comments
Post a Comment