Google বিজনেস পারফরম্যান্স API-এর একটি
নতুন API পদ্ধতি রয়েছে যা একটি একক API অনুরোধে একাধিক `DailyMetrics` আনার অনুমতি দেয়। v4 reportInsights API পদ্ধতি থেকে Google Business Profile Performance API-এ স্থানান্তরিত করার জন্য
অবচয়ের সময়সূচী এবং নির্দেশাবলী পর্যালোচনা করুন।
Method: accounts.locations.create
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
নির্দিষ্ট অ্যাকাউন্টের মালিকানাধীন একটি নতুন location
তৈরি করে এবং এটি ফেরত দেয়।
HTTP অনুরোধ
POST https://mybusiness.googleapis.com/v4/{parent=accounts/*}/locations
URL gRPC ট্রান্সকোডিং সিনট্যাক্স ব্যবহার করে।
পাথ প্যারামিটার
পরামিতি |
---|
parent | string যে অ্যাকাউন্টে এই অবস্থান তৈরি করতে হবে তার নাম। |
ক্যোয়ারী প্যারামিটার
পরামিতি |
---|
validateOnly | boolean সত্য হলে, প্রকৃতপক্ষে অবস্থান তৈরি না করেই অনুরোধটি যাচাই করা হয়। |
requestId | string সদৃশ অনুরোধ সনাক্ত করতে সার্ভারের জন্য একটি অনন্য অনুরোধ আইডি। আমরা UUID ব্যবহার করার পরামর্শ দিই। সর্বাধিক দৈর্ঘ্য 50 অক্ষর। |
শরীরের অনুরোধ
অনুরোধের মূল অংশে Location
একটি উদাহরণ রয়েছে।
প্রতিক্রিয়া শরীর
সফল হলে, প্রতিক্রিয়া বডিতে Location
একটি নতুন তৈরি উদাহরণ থাকে।
অনুমোদনের সুযোগ
নিম্নলিখিত 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-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eCreates a new location owned by a specified account and returns the location data upon successful creation.\u003c/p\u003e\n"],["\u003cp\u003eThe endpoint utilizes a POST request to \u003ccode\u003ehttps://mybusiness.googleapis.com/v4/{parent=accounts/*}/locations\u003c/code\u003e with path and query parameters for customization.\u003c/p\u003e\n"],["\u003cp\u003eRequires a request body containing a \u003ccode\u003eLocation\u003c/code\u003e object and responds with the newly created \u003ccode\u003eLocation\u003c/code\u003e object if successful.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization is necessary using OAuth scopes like \u003ccode\u003ehttps://www.googleapis.com/auth/plus.business.manage\u003c/code\u003e or \u003ccode\u003ehttps://www.googleapis.com/auth/business.manage\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Method: accounts.locations.create\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- [Authorization Scopes](#body.aspect)\n\nCreates a new [location](/my-business/reference/rest/v4/accounts.locations#Location) owned by the specified account, and returns it.\n\n### HTTP request\n\n`POST https://mybusiness.googleapis.com/v4/{parent=accounts/*}/locations`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------|--------------------------------------------------------------------|\n| `parent` | `string` The name of the account in which to create this location. |\n\n### Query parameters\n\n| Parameters ||\n|----------------|-----------------------------------------------------------------------------------------------------------------------------------|\n| `validateOnly` | `boolean` If true, the request is validated without actually creating the location. |\n| `requestId` | `string` A unique request ID for the server to detect duplicated requests. We recommend using UUIDs. Max length is 50 characters. |\n\n### Request body\n\nThe request body contains an instance of [Location](/my-business/reference/rest/v4/accounts.locations#Location).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [Location](/my-business/reference/rest/v4/accounts.locations#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)."]]