I\'m trying to get some info of my Google Analytics account using PHP. I already followed the steps for creating a Service Account in the Google Console API in
Google Analytics
One thing for starters you should change:
You instantiate the AnalyticsService twice. Take out the one you're not using:
$service = new Google_AnalyticsService($client);
See if that helps your problem at all.