OAuth2 사용자 인증 정보를 생성하는 한 가지 방법은 OAuth2 플레이그라운드를 사용하는 것입니다. OAuth2 플레이그라운드를 Google Ads API 콘솔과 함께 사용하면 OAuth2 토큰을 수동으로 만들 수 있습니다.
OAuth2 플레이그라운드는 단일 관리자 계정 또는 Google Ads 사용자의 계정에만 액세스해야 하는 사용자를 위해 마련되었습니다. 여러 사용자에게 사용자 인증 정보를 요청해야 하는 경우 Search Ads 360에서 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"]],["최종 업데이트: 2025-09-26(UTC)"],[],["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"]]