How do I migrate from the Google Reporting API to the Admin SDK Reports API?

102 Views Asked by At

On April 20, 2015 the Google Reporting API and Admin Audit API are scheduled to be shut down. I need to migrate my code to use the Admin SDK Reports API instead. How do I go about this migration?

1

There are 1 best solutions below

0
On

Refer to the migration guide determine you how to translate calls to the Reporting API and Admin Audit API to their corresponding calls in the Admin SDK Reports API. Refer to the Admin SDK Reports API’s documentation for information on how to download libraries and get started.

Be aware that support for older authorization methods (ClientLogin, AuthSub, and OAuth 1.0) are also scheduled to be shut down at the same time. If you are currently using these methods please also migrate to OAuth2 at the same time.