AbdFatah / analytics-issues

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

Including the mobileDeviceInfo dimension filters entire report for isMobile=Yes #267

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
---------------------------------------------------------------------------
NOTE: This issue tracking system is for Google Analytics developer products
only.
If you are not a developer/programmer visit:
http://www.google.com/analytics/support.html
---------------------------------------------------------------------------
Name of affected component: Core Reporting API

Issue summary:
Using the API to extract maximum dimension data in one query. When I add the 
dimension ga:mobileDeviceInfo to a query (unfiltered) for pulling visits, 
transactions, etc., the results returned only include data where 
ga:isMobile=Yes. I want the results for ALL isMobile values returned so that I 
can have all the data I need pulled in one query.   

Steps to reproduce issue:
1.execute query to retrieve visits with dimensions date, source, 
mobileDeviceInfo, isMobile
2.Observe that results returned have only isMobile=Yes

Expected output:
Since I have not applied any filters, I expect to see data returned for ALL 
traffic, including rows with mobileDeviceInfo=(not set) for results where 
isMobile=No. 

Actual results:
I see only results where isMobile=Yes

Notes:
Thank you!

Original issue reported on code.google.com by llmcneil...@gmail.com on 21 Feb 2013 at 9:04

GoogleCodeExporter commented 9 years ago
isMobile is a deprecated dimension.

Original comment by pfrise...@google.com on 10 Oct 2014 at 6:21