3

数日以来、Using OAuth 2.0 for Server to Server Applications with JWTを使用して、C# でユーザー プロファイルを取得しようとしています。

Googleドライブの場合、サーバーツーサーバー方式を使用できることはわかっていますが、Google Analyticsについてはわかりません. 使えますか?

4

2 に答える 2

4

はい、できます!

Service Accounts

Useful for automated/offline/scheduled access to Google Analytics data for your own account. For example, to build a live dashboard of your own Google Analytics data and share it with other users.
There are a few steps you need to follow to configure service accounts to work with Google Analytics:

1. Register a project in the APIs Console.
2. In the Google APIs Console, under the API Access pane, create a client ID with the Application Type set to Service Account.
3. Sign-in to Google Analytics and navigate to the Admin section.
4. Select the account for which you want the application to have access to.
5. Add the email address, from the Client ID created in the APIs Console from step #2, as a user of the selected Google Analytics account.
6. Follow the instructions for Service Accounts to access Google Analytics data.

ソース: https://developers.google.com/analytics/devguides/config/mgmt/v3/mgmtAuthorization

于 2012-12-07T13:01:25.597 に答える
1

まだ。サービス アカウントが到着しましたを参照してください。

サービス アカウントは現在、次の Google デベロッパー サービスでサポートされています。

  • Google クラウド ストレージ
  • Google 予測 API
  • Google URL 短縮サービス
  • Google OAuth 2.0 認証サーバー
  • Google API コンソール
  • Python、Java、PHP 用の Google API クライアント ライブラリ

今後、さらに多くの Google API とクライアント ライブラリがサポートされる予定です。

Google デベロッパー ブログアナリティクス ブログのフィードにサインアップしてください。GA がサービス アカウントに開かれると、彼らは投稿します。

于 2012-09-22T14:01:30.197 に答える