첫 번째 클라이언트 애플리케이션 작성
Search Ads 360 API를 사용하여 작지만 제 기능을 수행하는 기본 클라이언트 애플리케이션을 만들려면 이 섹션의 가이드라인을 따르세요.
-
기본 요건
- Google API 콘솔에서 프로젝트를 만들고 유틸리티 스크립트를 설치한 후 REST 및 JSON에 관해 알아봅니다.
-
클라이언트 라이브러리 설치하기
- 사용 중인 프로그래밍 언어의 클라이언트 라이브러리를 다운로드합니다.
-
승인 설정하기
- Search Ads 360 API에 대한 모든 요청에 필요한 사용자 인증 정보를 가져옵니다.
-
애플리케이션 설정
Doubleclicksearch
객체를 초기화하는 클래스를 작성합니다.
-
샘플 요청 보내기
- API에 샘플 요청을 보냅니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2023-02-27(UTC)
[null,null,["최종 업데이트: 2023-02-27(UTC)"],[[["This guide helps you build a basic Search Ads 360 API client application with minimal setup."],["Before starting, ensure you've completed prerequisites like project creation, utility script installation, and understanding REST/JSON."],["You'll need to install a client library in your preferred programming language, set up authorization, and configure your application."],["Finally, you'll send a sample request to the Search Ads 360 API to verify functionality."]]],["Begin by creating a Google API Console project, installing a utility script, and understanding REST and JSON. Next, download a client library for your chosen language. Obtain necessary credentials for API requests, then develop a class to initialize a `Doubleclicksearch` object. Finally, send a sample request to the Search Ads 360 API to ensure proper setup. These are the key steps to building a functional client.\n"]]