Postmaster Tools API를 사용하면 Gmail 사용자에게 전송된 대량 이메일에 대한 측정항목을 수집하고 데이터를 다른 시스템으로 가져오거나 다른 시스템과 병합할 수 있습니다.
측정항목에는 사용자가 스팸으로 표시한 이메일의 비율과 전송 오류가 포함됩니다. Postmaster Tools API에서 제공하는 측정항목에 관한 자세한 설명은 Postmaster Tools 고객센터 도움말의 대시보드 섹션을 참고하세요.
대략적인 구현 단계
이 API를 사용하려면 다음과 같은 대략적인 단계를 따르세요.
이메일 인증에 사용되는 DKIM (d=) 또는 SPF 도메인 (Return-Path 도메인)인 인증 도메인을 설정합니다.
API를 설정합니다.
프로젝트를 만듭니다.
Postmaster Tools API를 사용 설정합니다.
API의 사용자 인증 정보를 설정합니다.
OAuth2 토큰을 만듭니다.
OAuth2 토큰 및 사용자 인증 정보를 사용하여 도메인 확인 및 측정항목 검색을 비롯한 API를 호출합니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 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"]]