[[["התוכן קל להבנה","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-04-02 (שעון UTC)."],[[["This API call retrieves a list of customer resource names that the authenticated user can directly access."],["It uses an HTTP GET request with an empty request body and expects an empty JSON object in the response."],["The response will contain an array of customer resource names within a JSON object under the `resourceNames` key."],["Authentication using OAuth 2.0 with the `https://www.googleapis.com/auth/doubleclicksearch` scope is required."]]],["The core function is to list accessible customer resource names via an HTTP GET request to `https://searchads360.googleapis.com/v0/customers:listAccessibleCustomers`. The request body must be empty. A successful response returns a JSON object with a `resourceNames` array containing strings that represent the resource names of directly accessible customers. The call requires the `https://www.googleapis.com/auth/doubleclicksearch` OAuth scope. Potential errors include authentication, authorization, header, internal, quota, and request errors.\n"]]