Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 460 Bytes

File metadata and controls

20 lines (15 loc) · 460 Bytes

piGoogleAnalyticsAuthenticator

Symfony1 plugin for Diem CMF providing a service and a task to authenticate Google Analytics

Usage

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