קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
אמנם Mutate, Search ו-SearchStream הן השיטות הנפוצות ביותר
ב-Google Ads API יש הרבה שימושים אחרים למטרות ספציפיות. כל השירותים וגם
ממשקי ה-API שלהם מתועדים
מסמכי עזר של REST.
מיפויים של RPC למאגר נתונים זמני של פרוטוקול ל-REST
לדוגמה, הקובץ customer_service.proto
מגדיר שיטת ListAccessibleCustomers, בנוסף ל-Mutate הסטנדרטי
הקצר הזה. התשובות שלך יעזרו לנו להשתפר. ההערה google.api.http מתארת
האופן שבו ה-method ממופה ל-HTTP. היא משתמשת ב-HTTP GET עם פועל מותאם אישית
listAccessibleCustomers:
דוגמה נוספת מ-customer_service.proto היא
השיטה CreateCustomerClient. הערת google.api.http שלו מתארת
HTTP POST באמצעות פועל מותאם אישית createCustomerClient:
[[["התוכן קל להבנה","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`."]]],[]]