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:

http://example.com/piwik/index.php?module=api&method=live.getlastvisitsdetails&format=json&idsite=1&period=day&date=2015-07-21&expanded=1&token_auth=xxxxx&filter_limit=100


Comments

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -

Nuget pack csproj using nuspec -