Postmaster Tools API の概要
Postmaster Tools API を使用すると、Gmail ユーザーに送信された一括送信メールの指標を収集し、データを他のシステムにインポートまたは統合できます。指標には、ユーザーが迷惑メールとしてマークしたメールの割合や配信エラーが含まれます。Postmaster Tools API が提供する指標の詳細については、Postmaster Tools のヘルプセンター記事のダッシュボード セクションをご覧ください。
実装手順の概要
この API を使用する手順は次のとおりです。
- 認証ドメインを設定します。認証ドメインとは、DKIM(d=)または SPF(Return-Path)に対応しているドメインで、メールの認証に使用されます。
- API を設定します。
- プロジェクトを作成する。
- Postmaster Tools API を有効にします。
- API の認証情報を設定します。
- OAuth2 トークンを作成します。
- OAuth2 トークンと認証情報を使用して、ドメインの確認や指標の取得などの API 呼び出しを行います。
次のステップ
認証ドメインを設定するには、認証ドメインを設定するに進みます。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-12-21 UTC。
[null,null,["最終更新日 2024-12-21 UTC。"],[[["The Postmaster Tools API provides insights into email metrics like spam rate and delivery errors for bulk emails sent to Gmail users."],["You can integrate the API with other systems to import or merge email data for further analysis."],["Implementation involves setting up an authentication domain, enabling the API, and using credentials to make API calls."],["Detailed information about the metrics can be found in the Postmaster Tools help center."]]],["The Postmaster Tools API provides metrics on bulk emails sent to Gmail users, including spam markings and delivery errors. To utilize the API, users must first set up an authentication domain (DKIM or SPF). Next, they must create a project, enable the API, set up credentials, and create an OAuth2 token. Finally, the API is used to verify domains and retrieve metrics using the credentials and the token. Refer to the Postmaster Tools help center for the full metrics details.\n"]]