Dostępny jest już nowy interfejs Search Ads 360 Reporting API. Dołącz do grupy dyskusyjnej Google searchads-api-announcements, aby na bieżąco otrzymywać informacje o nadchodzących ulepszeniach i wersjach.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 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"]]