चेतावनी: आप एपीआई के REST इंटरफ़ेस के बारे में दस्तावेज़ देख रहे हैं. हमारी ज़्यादातर आधिकारिक क्लाइंट लाइब्रेरी, gRPC का इस्तेमाल करती हैं. ज़्यादा जानकारी के लिए, REST के बारे में जानकारी देखें.
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
आम तौर पर, Mutate, Search, और SearchStream तरीके इस्तेमाल किए जाते हैं
में, कुछ अन्य कामों के लिए भी इसका इस्तेमाल किया जा सकता है. सभी सेवाएं और
उनके एपीआई दस्तावेज़
REST से जुड़ा दस्तावेज़.
उदाहरण के लिए, customer_service.proto फ़ाइल
स्टैंडर्ड Mutate के अलावा, ListAccessibleCustomers तरीके के बारे में बताता है
को अपनाएं. इसकी google.api.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"]],["आखिरी बार 2024-09-10 (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`."]]],[]]