OAuth 2.0 승인 프레임워크를 사용하면 서드 파티 애플리케이션이 리소스 소유자와 HTTP 서비스 간의 승인 상호작용을 조정하거나 서드 파티 애플리케이션이 대신 액세스 권한을 얻을 수 있도록 허용하여 리소스 소유자를 대신하여 HTTP 서비스에 대한 제한된 액세스 권한을 얻을 수 있습니다.
앱이 보호된 (비공개) 데이터에 액세스하므로 OAuth 2.0 클라이언트 ID가 필요합니다. 이렇게 하면 앱에서 앱 사용자를 대신하여 조직의 위치 데이터에 액세스할 수 있도록 승인을 요청할 수 있습니다. Google API는 인증과 승인에 OAuth 2.0 프로토콜을 사용합니다. Google은 웹 서버, 설치된 애플리케이션, 클라이언트 측 애플리케이션과 같은 일반적인 OAuth 2.0 시나리오를 지원합니다.
자세히 알아보기
판매자 센터를 연결하는 OAuth 프로세스를 실행할 때 광고 OAuth 요구사항을 번들로 묶는 것이 좋습니다. 다음 내용에 대해 자세히 알아보세요.
[[["이해하기 쉬움","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"]],["최종 업데이트: 2023-12-01(UTC)"],[[["OAuth 2.0 allows third-party apps to access protected data with user or app's own authorization."],["You need an OAuth 2.0 client ID for your app to request access to your organization's location data on behalf of users."],["It's recommended to combine Merchant Center and Ads OAuth requirements during setup."],["Offline access is crucial for refreshing access tokens without repeated user prompts."],["Using a client library for OAuth implementation is highly recommended."]]],["OAuth 2.0 enables third-party applications to access HTTP services, either on behalf of a user or itself, requiring an OAuth 2.0 client ID. Google APIs use OAuth 2.0 for authentication and authorization. When integrating, combine Merchant Center and Ads OAuth requirements. Set `access_type` to `offline` to enable refreshing access tokens, and use Google's Client Libraries for OAuth implementation. Merchants should grant read/write access with the scope: `https://www.googleapis.com/auth/adwords`.\n"]]