Google Business Performance API has a
NEW API method that allows fetching multiple `DailyMetrics` in a single API request. Review the
deprecation schedule and instructions to migrate over from v4 reportInsights API method to Google Business Profile Performance API.
ErrorCode
Stay organized with collections
Save and categorize content based on your preferences.
All errors codes returned by the API.
Enums |
ERROR_CODE_UNSPECIFIED |
Missing error code. |
SHARES_PUBSUB_TOPIC_MESSAGE_ACROSS_VERSIONS |
The pub/sub topic name provided in the 'updateNotificationSetting' rpc is being used by other versions of this API. Please supply a new topic name to mitigate this issue. |
PUBLISH_PERMISSIONS_MISSING_FOR_PUBSUB_TOPIC |
The pub/sub topic name supplied for update notification setting doesn't have publish permissions for the user. |
INVALID_PUBSUB_TOPIC |
The pub/sub topic name supplied for update notification setting is invalid. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-16 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-16 UTC."],[[["The API uses specific error codes to indicate issues, including unspecified errors, topic name conflicts, and permission or validation problems with the pub/sub topic."],["If the 'updateNotificationSetting' request uses a pub/sub topic name that's already in use by other API versions, provide a new topic name."],["Ensure the user has publish permissions for the specified pub/sub topic to avoid errors related to permissions."],["The pub/sub topic name provided in the request must be valid to prevent invalid topic errors."]]],[]]