Google বিজনেস পারফরম্যান্স API-এর একটি
নতুন API পদ্ধতি রয়েছে যা একটি একক API অনুরোধে একাধিক `DailyMetrics` আনার অনুমতি দেয়। v4 reportInsights API পদ্ধতি থেকে Google Business Profile Performance API-এ স্থানান্তরিত করার জন্য
অবচয়ের সময়সূচী এবং নির্দেশাবলী পর্যালোচনা করুন।
প্রশ্নোত্তর এপিআই
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
লগ পরিবর্তন করুন
v1: 2024-09-18
locations.questions এবং locations.questions.answers এর জন্য পুরানো আইডি আর গ্রহণ করা হবে না
যদি name
ক্ষেত্রে প্রশ্ন বা উত্তরের পুরানো ID অন্তর্ভুক্ত থাকে, 2024-09-16
থেকে শুরু হয়, API একটি ব্যতিক্রম প্রদান করবে। আপনি যদি API কল করার সময় পুরানো আইডি ব্যবহার করেন, তাহলে list
পদ্ধতিতে কল করে এটিকে নতুন আইডি দিয়ে প্রতিস্থাপন করুন।
v1: 2024-02-12
locations.questions
এবং locations.questions.answers
এর জন্য name
ক্ষেত্র পরিবর্তন হবে
মনে রাখবেন যে 2024-02-12
থেকে শুরু করে, name
ক্ষেত্র যাতে প্রশ্ন বা উত্তরের পুরানো আইডি রয়েছে সেটি একটি নতুন আইডি দিয়ে প্রতিস্থাপিত হবে। আপনি যদি প্রশ্ন বা উত্তরের জন্য পুরানো আইডি ব্যবহার করেন, তাহলে API আপনার অনুরোধের প্রতিক্রিয়া অবজেক্টে নতুন আইডি ফিরিয়ে দেবে।
v1: 2023-11-13
50টির বেশি প্রশ্ন সহ ব্যবসার জন্য locations.questions.list
locations.questions.list
এর জন্য orderBy
ক্যোয়ারী প্যারামিটারের সাথে আমাদের একটি পরিচিত সীমাবদ্ধতা রয়েছে যা 50 টির বেশি প্রশ্ন থাকলে upvoteCount
অর্ডার ব্যবহার করে ব্যবসার দ্বারা তৈরি করা প্রশ্নগুলিকে সঠিকভাবে সাজায় না।
v1: 2021-11-18
API অ্যাক্সেস
জিসিপি কনসোল থেকে প্রশ্নোত্তর এপিআই সক্ষম করতে হবে। OAuth সুযোগ একই থাকে।
এন্ডপয়েন্ট URL
প্রশ্নের এন্ডপয়েন্ট https://mybusinessqanda.googleapis.com/v1/locations/{locationId}/questions
এর পরিবর্তে https://mybusiness.googleapis.com/v4/accounts/{accountId}/locations/{locationId}/questions
।
উত্তরের এন্ডপয়েন্ট https://mybusiness.googleapis.com/v4/accounts/{accountId}-এর পরিবর্তে https://mybusinessqanda.googleapis.com/v1/locations/{locationId}/questions/{questionId}/answers
এ অ্যাক্সেসযোগ্য https://mybusiness.googleapis.com/v4/accounts/{accountId}/locations/{locationId}/questions/{questionId}/answers
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।
[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Starting September 16, 2024, the old ID format for questions and answers will be deprecated and replaced with a new ID format, requiring updates to API calls using the `list` method for retrieval."],["As of February 12, 2024, the `name` field for questions and answers transitioned to a new ID structure, with the API returning the updated ID in responses for compatibility."],["There is a known issue with the `locations.questions.list` method where the `orderBy` parameter with `upvoteCount` might not correctly sort business-created questions when exceeding 50 in number."],["The Q&A API requires explicit activation through the GCP Console, with endpoints for questions and answers being relocated to new URLs under the `mybusinessqanda.googleapis.com` domain."]]],[]]