Spatie\Analytics\Analytics::getAnalyticsService PHP Method

getAnalyticsService() public method

Get the underlying Google_Service_Analytics object. You can use this to basically call anything on the Google Analytics API.
public getAnalyticsService ( ) : Google_Service_Analytic\Google_Service_Analytics
return Google_Service_Analytic\Google_Service_Analytics
    public function getAnalyticsService() : Google_Service_Analytics
    {
        return $this->client->getAnalyticsService();
    }