特定のバージョンの API のすべての REST URL(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."]]],[]]