0
Does anyone know any metric or dimension of google Analytics that given a date period, it brings number of hits for each day of that period? Example:
dateRanges: [
          {
            startDate: '23-11-2017',
            endDate: '25-11-2017'
          }
        ],
        metrics: [
          {
            expression: 'ga:UsuariosPorDia'
          }
Answer:
"2017-11-23" : 25,
"2017-11-24" :50,
"2017-11-25"