Google বিজনেস পারফরম্যান্স API-এর একটি
নতুন API পদ্ধতি রয়েছে যা একটি একক API অনুরোধে একাধিক `DailyMetrics` আনার অনুমতি দেয়। v4 reportInsights API পদ্ধতি থেকে Google Business Profile Performance API-এ স্থানান্তরিত করার জন্য
অবচয়ের সময়সূচী এবং নির্দেশাবলী পর্যালোচনা করুন।
Method: accounts.locations.followers.getMetadata
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eRetrieve follower settings for a specified location using a GET request to the provided endpoint.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires a location resource name as a path parameter and an empty request body.\u003c/p\u003e\n"],["\u003cp\u003eThe response includes the location's follower metadata, such as resource name and total follower count, if successful.\u003c/p\u003e\n"],["\u003cp\u003ePotential errors include NOT_FOUND if the account or location is missing, and PRECONDITION_FAILED if the location isn't verified or connected to Google Maps.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization necessitates using either the \u003ccode\u003ehttps://www.googleapis.com/auth/plus.business.manage\u003c/code\u003e or \u003ccode\u003ehttps://www.googleapis.com/auth/business.manage\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],[],null,["# Method: accounts.locations.followers.getMetadata\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.FollowersMetadata.SCHEMA_REPRESENTATION)\n- [Authorization Scopes](#body.aspect)\n\nGet the followers settings for a location.\n\nNOT_FOUND is returned if either the account or the location doesn't exist. PRECONDITION_FAILED is returned if the location is not verified nor connected to Maps.\n\n### HTTP request\n\n`GET https://mybusiness.googleapis.com/v4/{name=accounts/*/locations/*/followers/metadata}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|--------|---------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` The resource name of the location's followers metadata. accounts/{accountId}/locations/{locationId}/followers/metadata |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains data with the following structure:\nFollower metadata for a location.\n\n| JSON representation ||\n|---------------------------------------------|---|\n| ``` { \"name\": string, \"count\": string } ``` |\n\n| Fields ||\n|---------|-----------------------------------------------------------------------------------------------------|\n| `name` | `string` The resource name for this. accounts/{accountId}/locations/{locationId}/followers/metadata |\n| `count` | `string` Total number of followers for the location. |\n\n### Authorization Scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/plus.business.manage`\n- `https://www.googleapis.com/auth/business.manage`\n\nFor more information, see the [OAuth 2.0 Overview](https://developers.google.com/identity/protocols/OAuth2)."]]