OAuth2 사용자 인증 정보를 생성하는 한 가지 방법은 OAuth2 플레이그라운드를 사용하는 것입니다. OAuth2 플레이그라운드를 Google Ads API 콘솔과 함께 사용하면 OAuth2 토큰을 수동으로 만들 수 있습니다.
OAuth2 플레이그라운드는 단일 관리자 계정 또는 Google Ads 사용자의 계정에만 액세스해야 하는 사용자를 위해 마련되었습니다. 여러 사용자에게 사용자 인증 정보를 요청해야 하는 경우 Search Ads 360에서 OAuth용 클라이언트 라이브러리를 구성하는 것이 좋습니다.
[null,null,["최종 업데이트: 2025-03-03(UTC)"],[[["The OAuth2 Playground enables manual creation of OAuth2 tokens for single manager account or Google Ads user access."],["To use the OAuth2 Playground, you need a client ID and client secret generated for a web application in the Google API Console."],["Generate refresh and access tokens using the OAuth2 Playground by authorizing the Search Ads 360 Reporting API."],["Configure your client library using the generated refresh token, client ID, and client secret for Search Ads 360 API access."],["After obtaining the refresh token, remove the OAuth2 Playground from the authorized redirect URIs in your Google API Console project."]]],["To generate OAuth2 credentials via the OAuth2 Playground, first create a web application client ID and secret in the Google API Console, adding `https://developers.google.com/oauthplayground` as an authorized redirect URI. Next, navigate to the OAuth2 Playground, input your credentials, and select the Search Ads 360 Reporting API scope. Authorize the API, exchange the authorization code for tokens, and copy the refresh token, client ID, and client secret to your client library configuration. Finally, remove the OAuth2 Playground URI from your authorized redirect URIs.\n"]]