Google Analytics API: Can I view time and location of every visit? -


i writing php script access google analytics data using api. need following report: within given time range every visitor coming paid search need know time of visit , location (city) visitor came from.

is possible construct such query? dimensions/metrics/filters like? example great!

no. google analytics not show data exact minutes (hour of day smallest unit of time) , not report single visits/user sessions - ga reports aggregated data. can have aggregated values cpc visits given city given hour of day that's closest gets.


Comments

Popular posts from this blog

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -