예제에서는
사용자를 대신하여 Google Ads 계정에 액세스할 수 있는 OAuth2 사용자 인증 정보가 필요합니다.
Paste this URL in your browser:
https://accounts.google.com/o/oauth2/auth?access_type=offline&client_id=****...
시크릿 브라우저 세션 또는 시크릿 창에서 URL로 이동합니다.
Google Ads에 액세스할 때 사용하는 것과 동일한 Google 계정으로 로그인합니다. 클릭
OAuth2 동의 화면에서 계속을 클릭합니다.
그러면 해당 승인이 완료되었다는 메시지가 표시된 페이지로
성공했습니다.
갱신 토큰을 가져왔습니다. 자세한 내용은 콘솔 출력을 확인하세요.
참조하세요.
예시를 실행한 콘솔로 돌아가면 이제
갱신 토큰과 클라이언트 라이브러리 구성에 대한 일부 안내는 다음과 같습니다.
Your refresh token is: 1/Yw.........................................
Add your refresh token to your client library configuration as described here:
https://developers.google.com/google-ads/api/docs/client-libs/python/configuration
[[["이해하기 쉬움","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-08-20(UTC)"],[[["This guide explains how to set up OAuth2 for API access using your own credentials."],["You can use either the desktop flow or the web flow to complete this setup."],["The setup involves creating OAuth2 credentials, downloading a JSON file, and running a script to generate user credentials."],["You will need to authorize the credentials to access your Google Ads account."],["Upon successful authorization, you'll receive a refresh token to configure your client library."]]],[]]