Google বিজনেস পারফরম্যান্স API-এর একটি
নতুন API পদ্ধতি রয়েছে যা একটি একক API অনুরোধে একাধিক `DailyMetrics` আনার অনুমতি দেয়। v4 reportInsights API পদ্ধতি থেকে Google Business Profile Performance API-এ স্থানান্তরিত করার জন্য
অবচয়ের সময়সূচী এবং নির্দেশাবলী পর্যালোচনা করুন।
Method: googleLocations.report
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
HTTP অনুরোধ
POST https://mybusiness.googleapis.com/v4/{name=googleLocations/*}:report
URL gRPC ট্রান্সকোডিং সিনট্যাক্স ব্যবহার করে।
পাথ প্যারামিটার
পরামিতি |
---|
name | string googleLocations/{googleLocationId} ফর্ম্যাটে একটি [GoogleLocation]-এর রিসোর্স নাম। |
শরীরের অনুরোধ
অনুরোধের অংশে নিম্নলিখিত কাঠামো সহ ডেটা রয়েছে:
JSON প্রতিনিধিত্ব |
---|
{
"locationGroupName": string,
"reportReasonElaboration": string,
"reportReasonLanguageCode": string,
// Union field report_reason can be only one of the following:
"reportReasonBadLocation": enum (BadLocationReason ),
"reportReasonBadRecommendation": enum (BadRecommendationReason )
// End of list of possible types for union field report_reason .
} |
ক্ষেত্র |
---|
locationGroupName | string ঐচ্ছিক। লোকেশন গ্রুপের রিসোর্স নাম যেটির জন্য এই Google লোকেশনের জন্য রিপোর্ট করা হচ্ছে, accounts/{accountId} ফর্ম্যাটে। |
reportReasonElaboration | string ঐচ্ছিক। ব্যবহারকারী যে কারণে এই অবস্থানটি রিপোর্ট করছেন তার কারণ সম্পর্কে বিশদ বিবরণের জন্য একটি পাঠ্য এন্ট্রি৷ সর্বাধিক দৈর্ঘ্য 512 অক্ষর। |
reportReasonLanguageCode | string ঐচ্ছিক। reportReasonElaboration . |
ইউনিয়ন ফিল্ড report_reason । কেন এই অবস্থান রিপোর্ট করা হচ্ছে. একটি কারণ প্রদান করা আবশ্যক. report_reason নিম্নলিখিতগুলির মধ্যে একটি হতে পারে: |
reportReasonBadLocation | enum ( BadLocationReason ) যে কারণে ব্যবহারকারী এই অবস্থানটি রিপোর্ট করছেন যখন সমস্যাটি অবস্থানের সাথেই হয়। |
reportReasonBadRecommendation | enum ( BadRecommendationReason ) যে কারণে ব্যবহারকারী এই অবস্থানটি রিপোর্ট করছেন যখন সমস্যাটি সুপারিশের সাথে থাকে৷ বিজনেস প্রোফাইল অ্যাকাউন্টে লোকেশন সাজেস্ট করা থাকলে এই রিপোর্টটি উপযোগী। |
প্রতিক্রিয়া শরীর
সফল হলে, প্রতিক্রিয়া বডি খালি।
অনুমোদনের সুযোগ
নিম্নলিখিত OAuth সুযোগগুলির মধ্যে একটি প্রয়োজন:
-
https://www.googleapis.com/auth/plus.business.manage
-
https://www.googleapis.com/auth/business.manage
আরও তথ্যের জন্য, OAuth 2.0 ওভারভিউ দেখুন।
খারাপ অবস্থানের কারণ
অবস্থানের মধ্যে ডেটার গুণমান নিয়ে সমস্যা হলে একটি অবস্থান প্রতিবেদন করার সম্ভাব্য কারণগুলির একটি সেট৷
Enums |
---|
BAD_LOCATION_REASON_UNSPECIFIED | উল্লেখ করা হয়নি। |
NOT_A_LOCATION | প্রস্তাবিত অবস্থান একটি প্রকৃত অবস্থান নয়. |
PERMANENTLY_CLOSED | প্রস্তাবিত অবস্থান স্থায়ীভাবে বন্ধ আছে. |
DOES_NOT_EXIST | প্রস্তাবিত অবস্থান বিদ্যমান নেই. |
SPAM | প্রস্তাবিত অবস্থানটি স্প্যাম, জাল বা আপত্তিকর। |
NOT_A_BUSINESS | প্রস্তাবিত অবস্থানটি একটি ব্যক্তিগত স্থান বা বাড়ি। |
MOVED | প্রস্তাবিত অবস্থান একটি নতুন অবস্থানে সরানো হয়েছে. নতুন ঠিকানা উল্লেখ করে একটি reportReasonElaboration সাথে যুক্ত করা উচিত। |
DUPLICATE | প্রস্তাবিত অবস্থানটি অন্য অবস্থানের একটি সদৃশ। |
খারাপ সুপারিশের কারণ
সুপারিশের গুণমান নিয়ে সমস্যা হলে (যখন এই অবস্থানটি ব্যবহারকারীর কাছে সুপারিশ করা হয়) একটি অবস্থান প্রতিবেদন করার সম্ভাব্য কারণগুলির একটি সেট৷
Enums |
---|
BAD_RECOMMENDATION_REASON_UNSPECIFIED | উল্লেখ করা হয়নি। |
NOT_A_STORE_FRONT | প্রস্তাবিত অবস্থান একটি দোকান সামনে নয়. |
NOT_PART_OF_SUGGESTED_CHAIN | প্রত্যাবর্তিত অবস্থানে chainDisplayName প্রস্তাবিত চেইনের সাথে প্রস্তাবিত অবস্থানটি অন্তর্ভুক্ত নয়৷ সঠিক শৃঙ্খলের নাম উল্লেখ করে একটি reportReasonElaboration সাথে যুক্ত করা উচিত। |
IRRELEVANT | প্রস্তাবিত অবস্থান ব্যবহারকারীর সাথে প্রাসঙ্গিক নয়। কেন সুপারিশটি অপ্রাসঙ্গিক তার জন্য একটি প্রতিবেদনের সাথে reportReasonElaboration করা উচিত। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট 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\u003eReport a Google Location using the \u003ccode\u003egoogleLocations/{googleLocationId}\u003c/code\u003e resource name and specifying the report reason.\u003c/p\u003e\n"],["\u003cp\u003eProvide optional details like \u003ccode\u003elocationGroupName\u003c/code\u003e, \u003ccode\u003ereportReasonElaboration\u003c/code\u003e, and \u003ccode\u003ereportReasonLanguageCode\u003c/code\u003e for better context.\u003c/p\u003e\n"],["\u003cp\u003eReport reasons can be categorized as either related to the location itself (\u003ccode\u003eBadLocationReason\u003c/code\u003e) or to the recommendation (\u003ccode\u003eBadRecommendationReason\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eThe request body requires a JSON payload with details about the report, and a successful response results in an empty body.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization is required 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 scopes.\u003c/p\u003e\n"]]],["To report a Google Location, send a POST request to `https://mybusiness.googleapis.com/v4/{name=googleLocations/*}:report`, where `name` is the location's resource name. The request body should include `locationGroupName`, `reportReasonElaboration`, `reportReasonLanguageCode`, and a `report_reason`. The `report_reason` is either a `reportReasonBadLocation` or `reportReasonBadRecommendation` enum. Response body will be empty. This action requires `plus.business.manage` or `business.manage` OAuth scopes.\n"],null,["# Method: googleLocations.report\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n - [JSON representation](#body.request_body.SCHEMA_REPRESENTATION)\n- [Response body](#body.response_body)\n- [Authorization Scopes](#body.aspect)\n- [BadLocationReason](#BadLocationReason)\n- [BadRecommendationReason](#BadRecommendationReason)\n\nReport a [GoogleLocation](/my-business/reference/rest/v4/googleLocations#GoogleLocation).\n\n### HTTP request\n\n`POST https://mybusiness.googleapis.com/v4/{name=googleLocations/*}:report`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|--------|-----------------------------------------------------------------------------------------------------|\n| `name` | `string` Resource name of a \\[GoogleLocation\\], in the format `googleLocations/{googleLocationId}`. |\n\n### Request body\n\nThe request body contains data with the following structure:\n\n| JSON representation ||\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| ``` { \"locationGroupName\": string, \"reportReasonElaboration\": string, \"reportReasonLanguageCode\": string, // Union field `report_reason` can be only one of the following: \"reportReasonBadLocation\": enum (/my-business/reference/rest/v4/googleLocations/report#BadLocationReason), \"reportReasonBadRecommendation\": enum (/my-business/reference/rest/v4/googleLocations/report#BadRecommendationReason) // End of list of possible types for union field `report_reason`. } ``` |\n\n| Fields ||\n|---------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| `locationGroupName` | `string` Optional. The resource name of the location group that this Google Location is being reported for, in the format `accounts/{accountId}`. |\n| `reportReasonElaboration` | `string` Optional. A text entry for elaborating on the reason for which the user is reporting this location. The maximum length is 512 characters. |\n| `reportReasonLanguageCode` | `string` Optional. The BCP 47 code of language used in `reportReasonElaboration`. |\n| Union field `report_reason`. Reason why this location is being reported. A reason must be provided. `report_reason` can be only one of the following: |||\n| `reportReasonBadLocation` | `enum (`[BadLocationReason](/my-business/reference/rest/v4/googleLocations/report#BadLocationReason)`)` The reason for which the user is reporting this location when the issue is with the location itself. |\n| `reportReasonBadRecommendation` | `enum (`[BadRecommendationReason](/my-business/reference/rest/v4/googleLocations/report#BadRecommendationReason)`)` The reason for which the user is reporting this location when the issue is with the recommendation. This report is useful if the location has been recommended to the Business Profile account. |\n\n### Response body\n\nIf successful, the response body is empty.\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).\n\nBadLocationReason\n-----------------\n\nA set of possible reasons for reporting a location when there is an issue with the quality of data in the location itself.\n\n| Enums ||\n|-----------------------------------|----------------------------------------------------------------------------------------------------------------------------------------|\n| `BAD_LOCATION_REASON_UNSPECIFIED` | Not specified. |\n| `NOT_A_LOCATION` | The recommended location is not an actual location. |\n| `PERMANENTLY_CLOSED` | The recommended location is permanently closed. |\n| `DOES_NOT_EXIST` | The recommended location does not exist. |\n| `SPAM` | The recommended location is spam, fake or offensive. |\n| `NOT_A_BUSINESS` | The recommended location is a private place or home. |\n| `MOVED` | The recommended location has moved to a new location. Should be accompanied by a `reportReasonElaboration` specifying the new address. |\n| `DUPLICATE` | The recommended location is a duplicate of another location. |\n\nBadRecommendationReason\n-----------------------\n\nA set of possible reasons for reporting a location when there is an issue with the quality of recommendation (when this location is recommended to the user).\n\n| Enums ||\n|-----------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `BAD_RECOMMENDATION_REASON_UNSPECIFIED` | Not specified. |\n| `NOT_A_STORE_FRONT` | The recommended location is not a store front. |\n| `NOT_PART_OF_SUGGESTED_CHAIN` | The recommended location doesn't belong to the chain suggested in the `chainDisplayName` in the returned location. Should be accompanied by a `reportReasonElaboration` specifying the name of the correct chain. |\n| `IRRELEVANT` | The recommended location is not relevant to the user. Should be accompanied by a `reportReasonElaboration` for why the recommendation is irrelevant. |"]]