AbdFatah / analytics-issues

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

Allow more filters operators for integer value dimensions #90

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
--------------------------------------------------------------------------
NOTE: This issue tracking system is for developer products only.  If you
are not a developer/programmer and have a problem with a Google web site,
please report the problem to the appropriate group.  More information can
be found here: http://www.google.com/support/
--------------------------------------------------------------------------

Name of API affected:
Analytics Data Export API

Request summary:
Currently analytics API provide different filter operator for dimension and 
metrics where dimensions doesnt have greater than or less than operators for 
filtering information. While this is not possible for data like source, medium 
etc. but it is important for below dimensions.

1. Count of visits
2. Day since last visit
3. Days to transaction
4. Hour of the day
5. Page Depth
6. Visit Duration

Use Cases:
If I want to get visits which lasted for more than 150 seconds, the only way is 
to use advance segments. But for large clients advance segments are also an 
issue.

Original issue reported on code.google.com by ravipath...@gmail.com on 8 Jul 2010 at 10:35

GoogleCodeExporter commented 9 years ago
All dimensions are represented as strings. You can use filters on the string 
values.

Original comment by nickski1...@gmail.com on 12 Jul 2010 at 5:02

GoogleCodeExporter commented 9 years ago
Hi Nick,

I understand that all dimension are represented as strings. What I am asking is 
more filter operators for those strings.

For e.g. If I want to have a report of visit duration > 150, I can use advance 
segment for it, but I cant use filters since filter operators doesnt include 
greater than or less than condition type.

my request is just to add filter operators if possible on strings (dimension) 
as they are available in advance segment.

Best,
Ravi Pathak

Original comment by ravipath...@gmail.com on 16 Jul 2010 at 10:10

GoogleCodeExporter commented 9 years ago
Removing an obsolete label that was used when these issues were in the 
gdata-issues project.

Original comment by jrobbins@google.com on 21 Jul 2011 at 10:04

GoogleCodeExporter commented 9 years ago
Changing the issue type to match the organization desired in this project.

Original comment by jrobbins@google.com on 21 Jul 2011 at 10:06