moma6867 / ga-api-java-samples

Automatically exported from code.google.com/p/ga-api-java-samples
0 stars 0 forks source link

Time Series Data example produces Service Exception due to malformed filter syntax #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. issue a query for pageviews by pageTitle over time (about a 1 year period).
2. dynamic filter generation attempts to incorporate pageTitles retrieved from 
initial query, into subsequent query filters (I think that's what is going on 
anyway). 

What is the expected output? What do you see instead?
Expect to observe a valid query response, but a Service Exception is returned 
indicating malformed filter syntax, and a portion of the URL seems to be 
printed in the exception message (see below... I've replaced the actual site 
URL with pageurl for privacy's sake).

i.e., Service Exception: Malformed filter syntax: event)" 
onmouseout="OnMouseLeaveSpan(this)" id="tgt_1"><span 
class="UNKNOWN_WORD">pageurl.com</span> - ??????:</span> <span 
onmouseover="OnMouseOverSpanTran(this

What version of the product are you using? On what operating system?
r12, on Mac OS X.

Please provide any additional information below.
Perhaps the filter generation component needs to be modified to catch overly 
long filter values?  Maybe a regex filter expression could be dynamically 
included to prevent this, assuming my intuition on the cause of the error is 
correct.

Original issue reported on code.google.com by gbur...@gmail.com on 26 Sep 2010 at 4:23