Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can Google Analytics show me visits by hour?

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?

like image 980
Ken Liu Avatar asked Sep 03 '10 03:09

Ken Liu


People also ask

How do I see hourly data in Google Analytics?

Once you've set up this custom reporting template, you can view it: Under Customization > Custom Reports, you'll see the Hourly & Daily Engagement (Hour, Day & Date) option.

How do I see all time views in Google Analytics?

Users, sessions and pageviews are among the key metrics Google Analytics provides, and they're very easy to find in your Google Analytics dashboard. Simply go to the Audience - Overview report. At the top is a line graph tracking users over time. You can toggle to see sessions and pageviews, among other metrics.

Does Google Analytics track time?

Google Analytics tracks time on page and time on site by measuring the difference between the timestamps of hits. If the visit is a bounce (that is, the visitor leaves after viewing just one page), no time will be recorded.


2 Answers

Since Google Analytics was revised the currently accepted answer is no longer available. The current version of Google Analytics will let you view visitors per hour:

  1. Go to the Reporting Tab
  2. Select "Audience"
  3. Select "Overview"
  4. Select "Hourly"

Visitors per hour per day

If you're trying to determine total traffic by hour of the day for a given date range then you can use this custom report:

https://www.google.com/analytics/web/permalink?type=custom_report&uid=pToP7693ReSxfSIpbqHmWg

Vistors per hour

like image 141
STW Avatar answered Oct 13 '22 13:10

STW


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

like image 44
Yahel Avatar answered Oct 13 '22 14:10

Yahel