Google বিজনেস পারফরম্যান্স API-এর একটি
নতুন API পদ্ধতি রয়েছে যা একটি একক API অনুরোধে একাধিক `DailyMetrics` আনার অনুমতি দেয়। v4 reportInsights API পদ্ধতি থেকে Google Business Profile Performance API-এ স্থানান্তরিত করার জন্য
অবচয়ের সময়সূচী এবং নির্দেশাবলী পর্যালোচনা করুন।
Method: accounts.locations.questions.create
নির্দিষ্ট অবস্থানের জন্য একটি প্রশ্ন যোগ করে।
HTTP অনুরোধ
POST https://mybusiness.googleapis.com/v4/{parent=accounts/*/locations/*}/questions
URL gRPC ট্রান্সকোডিং সিনট্যাক্স ব্যবহার করে।
পাথ প্যারামিটার
পরামিতি |
---|
parent | string যে স্থানের জন্য প্রশ্ন লিখতে হবে তার নাম। |
শরীরের অনুরোধ
অনুরোধের অংশে Question
একটি উদাহরণ রয়েছে।
প্রতিক্রিয়া শরীর
সফল হলে, প্রতিক্রিয়া বডিতে Question
এর একটি নতুন তৈরি উদাহরণ থাকে।
অনুমোদনের সুযোগ
নিম্নলিখিত 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 এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-10-26 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-10-26 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Adds a question for a specified location using an HTTP POST request."],["Requires providing the location name as a path parameter and the question details in the request body as a `Question` object."],["A successful response returns the newly created `Question` object."],["Requires authorization with specific OAuth scopes for business management."]]],["This outlines the process of adding a question to a specific location via an API. A `POST` request is made to the provided URL, including the location's name in the `parent` path parameter. The request body requires a `Question` instance. Upon success, the API returns a newly created `Question` instance in the response. Authorization requires one of two specified OAuth scopes, `plus.business.manage` or `business.manage`. The process follows gRPC Transcoding syntax.\n"]]