Google বিজনেস পারফরম্যান্স API-এর একটি
নতুন API পদ্ধতি রয়েছে যা একটি একক API অনুরোধে একাধিক `DailyMetrics` আনার অনুমতি দেয়। v4 reportInsights API পদ্ধতি থেকে Google Business Profile Performance API-এ স্থানান্তরিত করার জন্য
অবচয়ের সময়সূচী এবং নির্দেশাবলী পর্যালোচনা করুন।
Method: accounts.listRecommendGoogleLocations
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
নির্দিষ্ট ব্যবসায়িক প্রোফাইল অ্যাকাউন্টে সুপারিশ করা হয়েছে এমন সমস্ত GoogleLocation
তালিকা করুন। সুপারিশগুলি শুধুমাত্র ব্যক্তিগত অ্যাকাউন্ট এবং অবস্থান গোষ্ঠীর জন্য প্রদান করা হয়, অন্য সব ধরনের অ্যাকাউন্টের জন্য অনুরোধের ফলে একটি ত্রুটি দেখা দেবে৷ লোকেশন গ্রুপের জন্য সুপারিশগুলি সেই গ্রুপের অবস্থানের উপর ভিত্তি করে।
ব্যক্তিগত অ্যাকাউন্টের জন্য সুপারিশগুলি ব্যবসায়িক প্রোফাইলে ব্যবহারকারীর অ্যাক্সেস আছে এমন সমস্ত লোকেশনের উপর ভিত্তি করে (যার মধ্যে রয়েছে লোকেশন গ্রুপের মাধ্যমে সেগুলি অ্যাক্সেস করতে পারে এমন লোকেশন) এবং এটি ব্যবহারকারীর জন্য তৈরি করা সমস্ত সুপারিশের একটি সুপারসেট।
HTTP অনুরোধ
GET https://mybusiness.googleapis.com/v4/{name=accounts/*}:recommendGoogleLocations
URL gRPC ট্রান্সকোডিং সিনট্যাক্স ব্যবহার করে।
পাথ প্যারামিটার
পরামিতি |
---|
name | string প্রস্তাবিত Google অবস্থানগুলি আনার জন্য অ্যাকাউন্ট সংস্থানের নাম৷ |
ক্যোয়ারী প্যারামিটার
পরামিতি |
---|
pageSize | integer প্রতি পৃষ্ঠায় কতটি অবস্থান আনতে হবে। ডিফল্ট হল 25, সর্বনিম্ন হল 1, এবং সর্বাধিক পৃষ্ঠার আকার হল 100৷ |
pageToken | string নির্দিষ্ট করা হলে, অবস্থানের পরবর্তী পৃষ্ঠাটি পুনরুদ্ধার করা হয়। |
শরীরের অনুরোধ
অনুরোধের বডি খালি হতে হবে।
প্রতিক্রিয়া শরীর
সফল হলে, প্রতিক্রিয়া বডিতে নিম্নলিখিত কাঠামোর সাথে ডেটা থাকে:
GoogleLocations.ListRecommendedGoogleLocations-এর জন্য প্রতিক্রিয়া বার্তা।
এটিতে এমন কিছু লোকেশনও রয়েছে যেগুলিকে শেষবার এই বিজনেস প্রোফাইল অ্যাকাউন্টে সাজেস্ট করার পর থেকে অন্য বিজনেস প্রোফাইল ব্যবহারকারীরা দাবি করেছেন।
JSON প্রতিনিধিত্ব |
---|
{
"googleLocations": [
{
object (GoogleLocation )
}
],
"totalSize": integer,
"nextPageToken": string
} |
ক্ষেত্র |
---|
googleLocations[] | object ( GoogleLocation ) ব্যবসার প্রোফাইল অ্যাকাউন্টের জন্য সাজেস্ট করা লোকেশন। এগুলির প্রত্যেকটি একটি GoogleLocation প্রতিনিধিত্ব করে যা মানচিত্রে উপস্থিত৷ ব্যবসার প্রোফাইল অ্যাকাউন্টের প্রাসঙ্গিকতার ক্রমানুসারে অবস্থানগুলিকে সাজানো হয়েছে। |
totalSize | integer এই ব্যবসার প্রোফাইল অ্যাকাউন্টের জন্য প্রস্তাবিত অবস্থানের মোট সংখ্যা, পৃষ্ঠা সংখ্যা নির্বিশেষে। |
nextPageToken | string পেজিনেশনের সময়, যদি পরবর্তী পৃষ্ঠায় আনার জন্য আরও বেশি লোকেশন পাওয়া যায়, তাহলে এই ক্ষেত্রটি পরবর্তী কলে অবস্থানের পরবর্তী পৃষ্ঠা আনার জন্য একটি টোকেন দিয়ে পপুলেট করা হয়। আনার জন্য আর কোনো অবস্থান না থাকলে, এই ক্ষেত্রটি প্রতিক্রিয়াতে উপস্থিত থাকে না। |
অনুমোদনের সুযোগ
নিম্নলিখিত OAuth সুযোগগুলির মধ্যে একটি প্রয়োজন:
-
https://www.googleapis.com/auth/plus.business.manage
-
https://www.googleapis.com/auth/business.manage
আরও তথ্যের জন্য, OAuth 2.0 ওভারভিউ দেখুন।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-08-29 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-08-29 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eLists recommended Google Locations for a specified Business Profile account, suitable for personal accounts and location groups.\u003c/p\u003e\n"],["\u003cp\u003eRecommendations are based on locations the user has access to and are sorted by relevance.\u003c/p\u003e\n"],["\u003cp\u003eResponse includes location details, total recommendations, and pagination token for accessing further results.\u003c/p\u003e\n"],["\u003cp\u003eRequires authorization with specific OAuth scopes for Business Profile management.\u003c/p\u003e\n"]]],[],null,["# Method: accounts.listRecommendGoogleLocations\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ListRecommendedGoogleLocationsResponse.SCHEMA_REPRESENTATION)\n- [Authorization Scopes](#body.aspect)\n\nList all the [GoogleLocation](/my-business/reference/rest/v4/googleLocations#GoogleLocation)s that have been recommended to the specified Business Profile account. Recommendations are provided for personal accounts and location groups only, requests for all other account types will result in an error. The recommendations for location groups are based on the locations in that group.\n\nThe recommendations for personal accounts are based on all of the locations that the user has access to on Business Profile (which includes locations they can access through location groups), and is a superset of all recommendations generated for the user.\n\n### HTTP request\n\n`GET https://mybusiness.googleapis.com/v4/{name=accounts/*}:recommendGoogleLocations`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|--------|----------------------------------------------------------------------------------|\n| `name` | `string` Name of the account resource to fetch recommended Google locations for. |\n\n### Query parameters\n\n| Parameters ||\n|-------------|------------------------------------------------------------------------------------------------------------|\n| `pageSize` | `integer` How many locations to fetch per page. Default is 25, minimum is 1, and maximum page size is 100. |\n| `pageToken` | `string` If specified, the next page of locations is retrieved. |\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:\nResponse message for GoogleLocations.ListRecommendedGoogleLocations.\n\nIt also contains some locations that have been claimed by other Business Profile users since the last time they were recommended to this Business Profile account.\n\n| JSON representation ||\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| ``` { \"googleLocations\": [ { object (/my-business/reference/rest/v4/googleLocations#GoogleLocation) } ], \"totalSize\": integer, \"nextPageToken\": string } ``` |\n\n| Fields ||\n|---------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `googleLocations[]` | `object (`[GoogleLocation](/my-business/reference/rest/v4/googleLocations#GoogleLocation)`)` The locations recommended to a Business Profile account. Each of these represents a [GoogleLocation](/my-business/reference/rest/v4/googleLocations#GoogleLocation) that is present on Maps. The locations are sorted in decreasing order of relevance to the Business Profile account. |\n| `totalSize` | `integer` The total number of recommended locations for this Business Profile account, irrespective of pagination. |\n| `nextPageToken` | `string` During pagination, if there are more locations available to be fetched in the next page, this field is populated with a token to fetch the next page of locations in a subsequent call. If there are no more locations to be fetched, this field is not present in the response. |\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)."]]