I would like to have a copy of one of the Analytics custom reports as CSV on a webserver every day. I wish to update some records in my database depending on this csv report.
Before I would start, will it work if I
Please correct me if it's bullsh.t or there are easier ways (Analytics PHP/JS API if exists, or something else). These six points just popped in my head, I've never done something like this before, so please help me.
The Core Reporting API is language agnostic and there are libraries for many languages including PHP. So I'd say calling Java via PHP is unnecessarily complicated.