특정 버전의 API (예: v18)는 공통 API 버전 접두사를 공유합니다. 리소스 이름과 메서드를 함께 사용하면 호출되는 API 서비스를 식별할 수 있습니다.
Google Ads API는 list, get, create, update, delete와 같은 표준 REST 메서드를 사용하는 대부분의 기존 REST API와 달리 맞춤 메서드를 많이 사용합니다. Google Ads API의 맞춤 메서드의 예로는 search, searchStream, mutate가 있습니다.
다음 페이지에서는 Google Ads API의 리소스 이름, 서비스 메서드, JSON 이름 지정 규칙에 대해 자세히 설명하여 이러한 항목이 함께 사용되어 REST 인터페이스 엔드포인트를 정의하는 방법을 보여줍니다.
[[["이해하기 쉬움","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-12-01(UTC)"],[[["This guide provides Google Ads API implementation details, assuming familiarity with Resource Oriented Design and Resource Names."],["The Google Ads API uses a resource-oriented design with resources organized into collections and accessed using resource names and methods."],["REST URLs in the API consist of an API version prefix, resource name, and method, with custom methods often used."],["Refer to linked resources for further details on resource names, service methods, and JSON naming conventions within the Google Ads API."],["Examples in the guide use HTTP; see the Examples page for `curl` usage."]]],[]]