Reputation: 1268
With use of the tracker in my mobile apps I'm retrieving data for every screen. Now there's one problem, I would like to request this data through the Google Analytics API. I thought I could request this info with either the dimensions "ga:pageTitle" or "ga:pagePath". The data I'm receiving is pagetitle: "(not set)". Is it even possible to retrieve data like that through the API or is it only visible through the Analytics website?
Any help is welcome. Thanks for any help or thought,
Bart
Upvotes: 1
Views: 371
Reputation: 217
ga:appViews is your friend ;-)
Starting from July 2013 ga:appViews has been deprecated and now you should use ga:screenviews
Upvotes: 1