Hello,
I was trying to create a daily email report. Is it possible to include the daily visitor-log in the report?
Thanks!
Hello,
I was trying to create a daily email report. Is it possible to include the daily visitor-log in the report?
Thanks!
No ideas anyone?
It’s not possible to add visitor log in the scheduled email report (it would be too much data most of the time).
This would be a nice feature to add visitor log in the scheduled email report. There are many website that don’t have too many visitors and you could use the segments to control it.
Is it possible to extract this data from the MySQL database and send it through email using a cronjob?
Of course, but don’t use Mysql, simply use the Live API which gives you all the data in a nice format
http://piwik.org/docs/real-time/#real-time-analytics-api
Hey matt, thank you for your swift response. Unfortunately, I’m a newbie: Can you tell me how to create a cronjob that sends me a daily visitor report of all visitors with more than two actions using live API?