Die neue Search Ads 360 Reporting API ist jetzt verfügbar. Treten Sie der Google-Gruppe searchads-api-announcements bei, um über kommende Verbesserungen und Releases auf dem Laufenden zu bleiben.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 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"]]