Für die
Google Business Performance API gibt es eine
NEUE API-Methode, mit der sich mehrere „DailyMetrics“-Objekte in einer einzelnen Anfrage abrufen lassen.
Sehen Sie sich den
Zeitplan für die Einstellung und die Anleitung für die Migration von der reportInsights API-Methode Version 4 zur Google Business Profile Performance API an.
Method: accounts.locations.create
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2023-12-01 (UTC).
[[["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: 2023-12-01 (UTC)."],[[["Creates a new Location within a specified account, owned by the logged-in user, using an HTTP POST request."],["The request requires specifying the parent account in the path and can include optional query parameters for validation and request deduplication."],["The request body should contain a Location object, and a successful response will return the newly created Location object."],["Authorization requires the `https://www.googleapis.com/auth/business.manage` OAuth scope for managing business information."]]],["This content outlines creating a new location via a POST request to `https://mybusinessbusinessinformation.googleapis.com/v1/{parent=accounts/*}/locations`. The `parent` path parameter, representing the account name, is required. Optional query parameters include `validateOnly` (boolean) and `requestId` (string). The request and response bodies both utilize the `Location` resource. Successful creation returns a new `Location` instance. Authorization requires the `https://www.googleapis.com/auth/business.manage` OAuth scope.\n"]]