When using the Google Core Reporting API v4 you can query day-by-day by using the API. Now I would like to query on hourly basis instead of daily basis to go one level "deeper" in case sampling occurs.
Now I know this could be done by adding the dimension DateTime but, this leaves me with one dimension slot that I can't use anymore. This is a problem since this is limited to 7. Also if I think about it, adding the ga:hour dimensions might give me more results since it's creating the same report with more detail in it. It does not get the data "for one hour".
I know it is possible to get hourly data when using the Google UI.The question is clear: how do I get hourly data from the Google Core Reporting API v4 (yyyy-MM-dd-HH)?