This class can be used to retrieve site statistics from Google Analytics.
First it can send a HTTP request to the Google Accounts site to authenticate on behalf of a given user with a password in order to retrieve an OAuth token.
The class can send other HTTP requests to the Google Analytics API Web server using the previously retrieved token to retrieve several types of site access statistics like: getting the sites under a Google Analytics account, get several types of individual site access metrics and summaries. |