Does anyone know of any metrics or dimension of google analytics that given a date range, 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"