kalnyc67 / analytics-issues

Automatically exported from code.google.com/p/analytics-issues
0 stars 0 forks source link

Dimensions ga:hour and ga:minute no treated as integers in filters #575

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
---------------------------------------------------------------------------
NOTE: This issue tracking system is for Google Analytics developer products
only.
If you are not a developer/programmer visit:
http://www.google.com/analytics/support.html
---------------------------------------------------------------------------
Name of affected component: Core Reporting API

Issue summary:
Dimensions ga:hour and ga:minute no treated as integers in filters

Steps to reproduce issue:
1. http://ga-dev-tools.appspot.com/explorer/
2. metrics = ga:sessions, filters = ga:hour>10

Expected output:
Show number of sessions where ga:hour is greater than 10.

Actual results:
400 : Invalid value 'ga:hour>12' for filters parameter.

Notes:
Querying the API with filters that use greater than and smaller than a certain 
ga:hour will return an error. 

Original issue reported on code.google.com by l...@analyticspros.com on 27 Jan 2015 at 12:24