AbdFatah / analytics-issues

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

Wrong returned result if there is comma in dimension #27

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

Issue summary:
http://groups.google.com/group/google-analytics-data-export-
api/browse_thread/thread/191c92556be9346f/218f881131e79f1b

Steps to reproduce issue:
1. Some campaign (ga:campaign) should have comma in it's name, e.g. "Test, 
and test"
2. Try to get visits for that campaign using '==' or '=@' sign operators,
or try to get all visits for all other campaigns except that one by using 
'!=' or '!@' sign operators
3. Than do the same but using regular expression

Expected output:
The number of visits should be the same in both 2 and 3 steps, but they are 
not.

Actual results:
If you try to select the number of visits for the campaign with commas in 
their names, zero values are returned. But if you do the same with regular 
expression the correct numbers are returned

Notes:

Original issue reported on code.google.com by dmitry...@gmail.com on 13 Oct 2009 at 8:59

GoogleCodeExporter commented 9 years ago
This should be fixed now.

Original comment by nickski1...@gmail.com on 15 Nov 2010 at 7:14

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