Symfony1 plugin for Diem CMF providing a service and a task to authenticate Google Analytics
run pi:authenticate-google-analytics --user=[email protected] --pass=YourPassword
To make it automatic set a cron job.
You can store user and pass in app.yml and avoid passing it to task everytime Set:
app:
ga:
user: [email protected]
pass: YourPassword