php - How to get mobile device name details using google analytics -


is there way mobile model name , details google analytic. using 'gapi.class.php' getting details.

so far have tried:

requestreportdata(ga_profile_id,array('browser','mobiledevicebranding','source'),array('visits','pageviews'),array('-visits')) 

for getting details, since got

device    visits    page/visit apple     145          1.7 samsung   245          1.33 apple 

how can further details?

use dimensions ga:mobiledeviceinfo , ga:mobiledevicemodel.

for list of dimensions use following page:

https://developers.google.com/analytics/devguides/reporting/core/dimsmets

please refrain creating "how following info ga api?" questions before looking @ link above.


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -