I am interested in seeing visits on my site broken down by hour - is there any way to generate a report of this in Google Analytics? It appears that all metrics are only broken down by day. Maybe I can get this information through the GA API?

link|improve this question

76% accept rate
1  
You might try webmasters.stackexchange.com for this. – Greg Hewgill Sep 3 '10 at 3:55
Please move to serverfault or superuser. – Lothar Sep 3 '10 at 4:12
There's an API question here. Doesn't belong in serverfault or superuser for sure. There's an argument for Webmasters, but that's it. – yahelc Sep 3 '10 at 4:25
feedback

1 Answer

up vote 6 down vote accepted

Only a few reports have hour-by-hour data; as far as I know, they're all in the 'Visitors' section.

For example, to see Visits by hour over a period of time, click Visits, Visitor Trending, then Visitors. Then, in the top right of the report, select Graph by: (icon of a clock) alt text

All of the reports under Visitor Trending have hour-by-hour data, except Absolute Unique Visitors.

As far as the API goes, you can check what query combinations are valid here (since there are restrictions): http://code.google.com/apis/analytics/docs/gdata/gdataReferenceDimensionsMetrics.html

According to that, all metrics can be viewed by an hourly dimension except Campaign metrics and Visitor (not to be confused with Visit) metrics.

You can test the query you want to run with the Google Analytics Data Feed Query Explorer

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.