Omówienie interfejsu Postmaster Tools API
Postmaster Tools API umożliwia zbieranie danych o wysyłanych zbiorczo e-mailach do użytkowników Gmaila oraz importowanie danych do innych systemów lub scalanie ich z tymi systemami.
Dane obejmują odsetek e-maili oznaczonych przez użytkownika jako spam oraz błędy dostawy. Pełne omówienie danych dostarczanych przez interfejs Postmaster Tools API znajdziesz w sekcji Panele w tym artykule w Centrum pomocy Postmaster Tools.
Etapy wdrażania
Aby korzystać z tego interfejsu API, wykonaj te czynności:
- Skonfiguruj domenę uwierzytelniania, czyli domenę DKIM (d=) lub domenę SPF (zdefiniowaną dla ścieżki zwrotnej), która jest używana do uwierzytelniania Twojego e-maila.
- Skonfiguruj interfejs API:
- Utwórz projekt.
- Włącz interfejs Postmaster Tools API.
- Skonfiguruj dane logowania do interfejsu API.
- Utwórz token OAuth2.
- Używanie tokena OAuth 2 i danych logowania do wywoływania interfejsów API, w tym do weryfikowania domen i pobierania danych.
Dalsze kroki
Aby skonfigurować domenę uwierzytelniania, przejdź do sekcji Konfigurowanie domeny uwierzytelniania.
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-12-21 UTC.
[null,null,["Ostatnia aktualizacja: 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"]]