Google Business Performance API に備わった新しい API メソッドでは、1 つの API リクエストで複数の DailyMetrics をフェッチできます。 サポート終了スケジュールと v4 reportInsights API メソッドから Google Business Profile Performance API へ移行する手順をご確認ください。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-07-25 UTC。"],[[["\u003cp\u003eReturns a list of business categories, matching the front of the category name with the search term.\u003c/p\u003e\n"],["\u003cp\u003eSends an HTTP GET request to \u003ccode\u003ehttps://mybusiness.googleapis.com/v4/categories\u003c/code\u003e with optional parameters for filtering and pagination.\u003c/p\u003e\n"],["\u003cp\u003eThe response includes an array of categories, the total category count, and a token for fetching subsequent pages if available.\u003c/p\u003e\n"],["\u003cp\u003eRequires authorization with either \u003ccode\u003ehttps://www.googleapis.com/auth/plus.business.manage\u003c/code\u003e or \u003ccode\u003ehttps://www.googleapis.com/auth/business.manage\u003c/code\u003e scope.\u003c/p\u003e\n"]]],["This outlines retrieving a list of business categories via a `GET` request to `https://mybusiness.googleapis.com/v4/categories`. Requests can be filtered using query parameters like `regionCode`, `languageCode`, `searchTerm`, `pageSize`, `pageToken`, and `view`. The request body must be empty. The successful response contains an array of `categories`, `totalCategoryCount`, and optionally `nextPageToken`. Authorization requires either `plus.business.manage` or `business.manage` OAuth scopes. Category name searches only match the start of names.\n"],null,[]]