UNPKG

analytics-reporter

Version:

A lightweight command line tool for reporting and publishing analytics data from a Google Analytics account.

15 lines (14 loc) 298 B
module.exports = { "name": "today", "frequency": "hourly", "query": { "dimensions": ["ga:date", "ga:hour"], "metrics": ["ga:sessions"], "start-date": "today", "end-date": "today", }, "meta": { "name": "Today", "description": "Today's visits for all sites." }, }