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.
Metric
Stay organized with collections
Save and categorize content based on your preferences.
A metric of data about a resource.
Enums |
METRIC_UNSPECIFIED |
No metric specified. |
ALL |
Shorthand to request all available metrics. Which metrics are included in ALL varies, and depends on the resource for which insights are being requested. |
QUERIES_DIRECT |
The number of times the resource was shown when searching for the location directly. |
QUERIES_INDIRECT |
The number of times the resource was shown as a result of a categorical search (for example, restaurant). |
QUERIES_CHAIN |
The number of times a resource was shown as a result of a search for the chain it belongs to, or a brand it sells. For example, Starbucks, Adidas. This is a subset of QUERIES_INDIRECT. |
VIEWS_MAPS |
The number of times the resource was viewed on Google Maps. |
VIEWS_SEARCH |
The number of times the resource was viewed on Google Search. |
ACTIONS_WEBSITE |
The number of times the website was clicked. |
ACTIONS_PHONE |
The number of times the phone number was clicked. |
ACTIONS_DRIVING_DIRECTIONS |
The number of times driving directions were requested. |
PHOTOS_VIEWS_MERCHANT |
The number of views on media items uploaded by the merchant. |
PHOTOS_VIEWS_CUSTOMERS |
The number of views on media items uploaded by customers. |
PHOTOS_COUNT_MERCHANT |
The total number of media items that are currently live that have been uploaded by the merchant. |
PHOTOS_COUNT_CUSTOMERS |
The total number of media items that are currently live that have been uploaded by customers. |
LOCAL_POST_VIEWS_SEARCH |
The number of times the local post was viewed on Google Search. |
LOCAL_POST_ACTIONS_CALL_TO_ACTION |
The number of times the call to action button was clicked on Google. |
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."],[[["Metrics provide various data points about a resource, like views, queries, and actions."],["These metrics can reflect user engagement across Google Search and Maps."],["Metrics are categorized by type, including queries, views, actions, and photos."],["They offer insights into customer interactions, such as website clicks, phone calls, and direction requests."],["Merchant and customer uploaded media have separate metrics tracking views and counts."]]],["The provided content defines metrics related to resource data. Key metrics include `QUERIES_DIRECT`, `QUERIES_INDIRECT`, and `QUERIES_CHAIN`, tracking search visibility. `VIEWS_MAPS` and `VIEWS_SEARCH` measure views on Google Maps and Search, respectively. `ACTIONS_WEBSITE`, `ACTIONS_PHONE`, and `ACTIONS_DRIVING_DIRECTIONS` gauge user engagement. Photo-related metrics, like `PHOTOS_VIEWS_MERCHANT` and `PHOTOS_COUNT_CUSTOMERS`, assess media interactions. Also included are `LOCAL_POST_VIEWS_SEARCH` and `LOCAL_POST_ACTIONS_CALL_TO_ACTION` that assess local posts. The `ALL` metric aggregates available metrics.\n"]]