AbdFatah / analytics-issues

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

App screen data unavailable through API #303

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

Name of affected component: Core Reporting API

Name of related library and version, if applicable (e.g. Java, Python,
HTTP, Objective-C, etc.): N/A

Issue summary:
For App analytics profiles, screen view data is not available through the API.  
The docs intimate that this data should be available using the pages metrics 
(e.g. ga:pageviews), but it is not.

Steps to reproduce issue:
1. Create an App (iOS or Android) profile
2. Generate some "screen" data in the app by calling sendView
3. Verify that the screen data appears through the web interface
4. retrieve screen data using the pageviews metric (e.g. using the Google APIs 
Explorer)

Expected output:
the same values reported through the web interface should appear in the data 
returned from the API.

Actual results:
No screen view data is returned

Notes:

Original issue reported on code.google.com by st...@pocket-logic.com on 10 Jun 2013 at 11:03