সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
যদিও Mutate , Search , এবং SearchStream হল Google বিজ্ঞাপন API-এর সবচেয়ে সাধারণ পদ্ধতি, নির্দিষ্ট উদ্দেশ্যে আরও অনেকগুলি রয়েছে৷ সমস্ত পরিষেবা এবং তাদের APIগুলি REST রেফারেন্স ডকুমেন্টেশনে নথিভুক্ত করা হয়েছে৷
উদাহরণস্বরূপ, customer_service.proto ফাইলটি স্ট্যান্ডার্ড Mutate পাশাপাশি একটি ListAccessibleCustomers পদ্ধতি সংজ্ঞায়িত করে। এর google.api.http টীকা বর্ণনা করে কিভাবে পদ্ধতিটি HTTP-তে ম্যাপ করে। এটি কাস্টম ক্রিয়া তালিকার সাথে একটি HTTP GET ব্যবহার করে listAccessibleCustomers :
customer_service.proto থেকে আরেকটি উদাহরণ হল CreateCustomerClient পদ্ধতি। এর google.api.http টীকাটি কাস্টম ক্রিয়া createCustomerClient ব্যবহার করে একটি HTTP POST বর্ণনা করে:
[[["সহজে বোঝা যায়","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-06-04 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["While `Mutate`, `Search`, and `SearchStream` are commonly used, the Google Ads API offers a wide range of methods for specific tasks, all documented in the REST reference documentation."],["All Google Ads API service endpoints, including REST and gRPC, are defined in .proto files using the proto3 Interface Definition Language."],["The `google.api.http` annotation within these .proto files details how each method maps to HTTP for RESTful interactions, including examples like `ListAccessibleCustomers` and `CreateCustomerClient`."]]],["The Google Ads API includes various methods beyond `Mutate`, `Search`, and `SearchStream`, all detailed in REST documentation. Service endpoints are defined in `.proto` files using proto3. `ListAccessibleCustomers` is a GET method, mapped using the `google.api.http` annotation in the `customer_service.proto` file, and uses custom verb `listAccessibleCustomers`. Similarly, `CreateCustomerClient`, a POST method, uses custom verb `createCustomerClient`, also defined in the same file.\n"]]