The Reporting API allows domain administrators to get statistics on user
behavior within their Google Apps domain.  The reference for this API can be
found at:

http://code.google.com/apis/apps/reporting/google_apps_reporting_api.html

Programming with the Reporting API client library
-------------------------------------------------

See google/apps/reporting.py main() for an example of how to program with this
client library.


Running reports from the command-line
-------------------------------------

python google/apps/reporting.py --email=admin@example.com --password=password \
  --report=accounts

to get the latest Accounts Report for domain example.com.

The full options are:

Usage: reporting.py

  --email=<email address>    domain administrator's email address
  --password=<password>      domain administrator's password
  --domain=<domain>          (optional) domain name
  --report=<report>          report name, e.g. accounts
  --date=<YYYY-MM-DD>        (optional) date of report
  --out=<file name>          (optional) file to write report out to


Bugs/feedback
-------------

Please join the Google Apps APIs group to give feedback on how to improve the
client library.

http://groups.google.com/group/google-apps-apis
