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
Post a Comment