You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
gbur...@gmail.com
on 26 Sep 2010 at 4:23The text was updated successfully, but these errors were encountered: