UpendraSingh / analytics-issues

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

Query filter being removed when used in Embed API #881

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
---------------------------------------------------------------------------
NOTE: This tool is not designed to request help. It is only for reporting
issues and requesting features for the Google Analytics libraries.

If you are a developer and you need help, visit:
https://developers.google.com/analytics/help/

If you are not a developer and you need help, visit:
https://support.google.com/analytics
---------------------------------------------------------------------------
Issue summary:
My filter is being removed and results are not filtered when I use the Embed 
API.
However, if I use the exact same filter in the API Explorer site the filter is 
applied and is included in the query object returned in the response.

Steps to reproduce issue:
1. Use the Analytics Javascript Embed API and add a filter to the query object.
2. See the filter you added be removed and the results not be filtered.
3. Use the same query in API Explorer and see the filter be applied and the 
results being filtered.

Expected output:
I expect the filter I added to the query object to not be removed and I expect 
the results to be filtered.

Actual results:
My filter is removed and the results of the query are not filtered.

Notes:
I am providing screen captures of my code, the results I get and the same query 
and results if the API Explorer is used.

Original issue reported on code.google.com by Darryl.D...@gmail.com on 16 Feb 2016 at 11:59

Attachments: