Kurt\Google\Analytics\Analytics::setupAnalyticsService PHP Method

setupAnalyticsService() private method

private setupAnalyticsService ( )
    private function setupAnalyticsService()
    {
        // Create Google Service Analytics object with our preconfigured Google_Client
        $this->service = new \Google_Service_Analytics($this->googleServicesCore->getClient());
    }