AbdFatah / analytics-issues

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

2.4 regression issue with special characters and ga:filters #181

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

Name of affected component: Data Export API

Under the previous API (before the move to 2.4-3.0, don't know specific 
version) this URL used to work correctly:

https://www.googleapis.com/analytics/v2.4/data?ids=ga:??????&dimensions=ga:City&
metrics=ga:Visits&start-date=2011-12-11&end-date=2012-01-08&sort=-ga:Visits&filt
ers=ga:Region%3D%3DBaden-W%c3%bcrttemberg&max-results=100

Notice the filters property: the parameter is Url encoded and is: 
ga:Region==Baden-Württemberg  (which is a region of Germany, and is returned 
like that by Analytics in other queries.

Since the update to 2.4, the query simply doesn't return any data, as if it 
doesn't match anything. Removing the filter and changing the dimension shows 
that indeed there's data that matches that filter.

Thanks guys!

Original issue reported on code.google.com by eduardos...@gmail.com on 17 Jan 2012 at 4:26

GoogleCodeExporter commented 9 years ago
this seems to have been fixed as well, thanks guys!

Original comment by eduardos...@gmail.com on 31 May 2012 at 5:08

GoogleCodeExporter commented 9 years ago

Original comment by api.pe...@gmail.com on 31 May 2012 at 5:09