AbdFatah / analytics-issues

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

Increase The Length of Regular Expressions from 32 chars to 128 chars #8

Closed GoogleCodeExporter closed 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:
Provide a brief summary of the the feature you'd like to see implemented.

We need more more characters to be supported in the Filter parameter's
regular expressions:
http://groups.google.com/group/google-analytics-data-export-api/browse_thread/th
read/dae9644ea40edd37#

32 characters is pretty limitative for my use.  Boosting the limit up
to 128 characters would be awesome!

Use Cases:
Describe how you will use this feature if implemented.

1st example : ga:pagePath ~= details/[0-9]+\?(dealer_id=[0-9]+&|
utm_internalcampaign=promotion&)?dealerid=[0-9]+
In that first example, we need to change the last-two [0-9]+ by a
number which might be 4 characters long.

2nd example : ga:pagePath ~= advanced_search\?.*utm_action=download.*
\.jpg.*(utm_)?dealer(_?id)?=[0-9]+
same here for the [0-9]+ 

Original issue reported on code.google.com by nickski1...@gmail.com on 3 Sep 2009 at 7:59

GoogleCodeExporter commented 9 years ago

Original comment by nickski1...@gmail.com on 4 Sep 2009 at 9:37

GoogleCodeExporter commented 9 years ago
released in 2009-09: 
http://code.google.com/apis/analytics/docs/gdata/changelog.html

new maximum length of regular expressions is 128 chars

Original comment by nickski1...@gmail.com on 21 Sep 2009 at 6:07

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