kalnyc67 / analytics-issues

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

500 or 503 errors for queries with segments #625

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hello. We have issues when working with analytics --- often we get 500 or 503 
errors for queries with segments. And we can't get the data we need without 
segments.

To reproduce the issue one need to run request:

ids: ga:67933075
start-date: 2015-04-21
end-date: 2015-04-21 (or any other starting with 2015-04-01)
metrics: ga:users
segment: users::condition::ga:transactions>0

the same issue we observe for
ga:9556675, e.g. from 2015-03-30 till 2015-04-05
ga:32849220, e.g. from 2015-04-06 till 2015-04-12

Segment "users::condition::ga:transactions>0" is not the only segment resulting 
500 or 503 error. Also we get 500 or 503 on:
users::sequence::ga:pagePath=~/;->>ga:pagePath=~registration
and others.

Sometimes some requests of such kind succeds but we did not find any regularity.

Original issue reported on code.google.com by justis...@gmail.com on 28 Apr 2015 at 3:31