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.
VerificationMethod
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Gibt die Prozesse an, die Google zur Bestätigung eines Standorts verwendet.
Enums |
VERIFICATION_METHOD_UNSPECIFIED |
Der Standardwert führt zu Fehlern. |
ADDRESS |
Postkarte mit Bestätigungs-PIN an eine bestimmte Postanschrift senden Die PIN wird zur Bestätigung bei Google verwendet. |
EMAIL |
Senden Sie eine E-Mail mit einer Bestätigungs-PIN an eine bestimmte E-Mail-Adresse. Die PIN wird zur Bestätigung bei Google verwendet. |
PHONE_CALL |
Tätigen Sie einen Anruf mit einer Bestätigungs-PIN für eine bestimmte Telefonnummer. Die PIN wird zur Bestätigung bei Google verwendet. |
SMS |
Senden Sie eine SMS mit einer Bestätigungs-PIN an eine bestimmte Telefonnummer. Die PIN wird zur Bestätigung bei Google verwendet. |
AUTO |
Bestätigen Sie den Standort ohne zusätzliche Nutzeraktion. Diese Option ist möglicherweise nicht für alle Standorte verfügbar. |
VETTED_PARTNER |
Diese Option ist möglicherweise nicht für alle Standorte verfügbar. |
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: 2025-07-25 (UTC).
[null,null,["Zuletzt aktualisiert: 2025-07-25 (UTC)."],[[["\u003cp\u003eGoogle employs a variety of methods to verify locations, including sending verification PINs via postcard, email, phone call, and SMS.\u003c/p\u003e\n"],["\u003cp\u003eBusinesses can also be automatically verified by Google or through a vetted partner, although these options may have limited availability.\u003c/p\u003e\n"],["\u003cp\u003eEach verification method involves a specific process with a unique enum value, like \u003ccode\u003eADDRESS\u003c/code\u003e for postcard verification or \u003ccode\u003eEMAIL\u003c/code\u003e for email verification.\u003c/p\u003e\n"],["\u003cp\u003eThe default \u003ccode\u003eVERIFICATION_METHOD_UNSPECIFIED\u003c/code\u003e should be avoided as it will lead to errors during the verification process.\u003c/p\u003e\n"]]],["Google verifies locations through several methods. These include sending a postcard (`ADDRESS`), email (`EMAIL`), phone call (`PHONE_CALL`), or SMS (`SMS`), each containing a PIN for verification. Another method is automatic verification (`AUTO`), where no user action is needed. Finally, verification can be done via a vetted partner (`VETTED_PARTNER`). `VERIFICATION_METHOD_UNSPECIFIED` is the default and not valid for use. Not all methods are available for all locations.\n"],null,["# VerificationMethod\n\nSpecifies the processes used by Google to verify a location.\n\n| Enums ||\n|-----------------------------------|------------------------------------------------------------------------------------------------------------------------------|\n| `VERIFICATION_METHOD_UNSPECIFIED` | Default value, will result in errors. |\n| `ADDRESS` | Send a postcard with a verification PIN to a specific mailing address. The PIN is used to complete verification with Google. |\n| `EMAIL` | Send an email with a verification PIN to a specific email address. The PIN is used to complete verification with Google. |\n| `PHONE_CALL` | Make a phone call with a verification PIN to a specific phone number. The PIN is used to complete verification with Google. |\n| `SMS` | Send an SMS with a verification PIN to a specific phone number. The PIN is used to complete verification with Google. |\n| `AUTO` | Verify the location without additional user action. This option may not be available for all locations. |\n| `VETTED_PARTNER` | This option may not be available for all locations. |"]]