Google analytics api for different websites for example:
I have 67 websites and there record in Google analytics.
Actually I want single website Top 10 links most visited, with numbers of times that link is visited and total website visits and search engine visits.
I have used GAPI but it doesn't show for specific website :
$ga = new gapi('xxxxx@gmail.com', 'xxxxxxx');
$dimensions = array('browser','source','region');
$metrics = array('pageViews','visitors','visits');
$ga->requestReportData('12312123', $dimensions, $metrics, '-visits');
$gaResults = $ga->getResults();
if you have answer for Google analytics with zend framework2,you can answer for this Question