Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 505 Bytes

File metadata and controls

12 lines (10 loc) · 505 Bytes

Connecting Google Analytics with Google Appengine (python) and constructing a heatmap

This AppEngine (Python) application connects with Google Analytics and creates a heatmap based on day of the week, hour of the day and number of sessions.

Required Libraries

  1. apiclient
  2. httplib2
  3. oauth2client
  4. uritemplate

More

For a detailed, step by step tutorial visit blogpost at Analytics Pros. Heatmap