REST Resource: accounts.issues
সম্পদ: AccountIssue
JSON প্রতিনিধিত্ব |
---|
{
"name": string,
"title": string,
"severity": enum (Severity ),
"impactedDestinations": [
{
object (ImpactedDestination )
}
],
"detail": string,
"documentationUri": string
} |
ক্ষেত্র |
---|
name | string শনাক্তকারী। অ্যাকাউন্ট ইস্যুটির সংস্থানের নাম। বিন্যাস: accounts/{account}/issues/{id} |
title | string সমস্যাটির স্থানীয় শিরোনাম। |
severity | enum ( Severity ) সমস্যার সামগ্রিক তীব্রতা। |
impacted Destinations[] | object ( ImpactedDestination ) এই সমস্যাটি বিভিন্ন গন্তব্যে প্রভাব ফেলে। |
detail | string সমস্যা সম্পর্কে আরও স্থানীয় বিবরণ। |
documentation Uri | string সমস্যা এবং এটি কীভাবে সমাধান করা যায় সে সম্পর্কে আরও তথ্য প্রদান করে Merchant Center সহায়তা কেন্দ্রের লিঙ্ক। |
তীব্রতা
সমস্ত সম্ভাব্য সমস্যার তীব্রতা।
Enums |
---|
SEVERITY_UNSPECIFIED | তীব্রতা অজানা। |
CRITICAL | সমস্যাটির কারণে অফারগুলি পরিবেশিত হয় না। |
ERROR | সমস্যাটি অফারকে প্রভাবিত করতে পারে (ভবিষ্যতে) অথবা অফার সংক্রান্ত সমস্যার একটি সূচক হতে পারে। |
SUGGESTION | সমস্যাটি উন্নতির জন্য একটি পরামর্শ। |
প্রভাবিত গন্তব্য
গন্তব্যে সমস্যাটির প্রভাব।
ক্ষেত্র |
---|
impacts[] | object ( Impact ) প্রদত্ত গন্তব্যে বিভিন্ন অঞ্চলের জন্য (নেতিবাচক) প্রভাব৷ |
reporting Context | enum ( ReportingContextEnum ) প্রভাবিত রিপোর্টিং প্রসঙ্গ. |
প্রভাব
একটি অঞ্চলে সমস্যাটির প্রভাব।
JSON প্রতিনিধিত্ব |
---|
{
"regionCode": string,
"severity": enum (Severity )
} |
ক্ষেত্র |
---|
region Code | string CLDR অঞ্চলের কোড যেখানে এই সমস্যাটি প্রযোজ্য। |
severity | enum ( Severity ) গন্তব্য এবং অঞ্চলে সমস্যার তীব্রতা। |
পদ্ধতি |
---|
| একটি বণিক কেন্দ্র অ্যাকাউন্টের সমস্ত অ্যাকাউন্ট সমস্যা তালিকাভুক্ত করে। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-11-30 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-11-30 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["AccountIssue is a resource that represents an issue with a Merchant Center account, providing details such as title, severity, impacted destinations, and a link to help documentation."],["Severity levels range from critical (offers not serving) to suggestions for improvement, impacting destinations like Shopping Ads or free listings."],["ImpactedDestination specifies how an issue affects a particular destination and region, including the severity of the impact in that region."],["Impact details the specific region affected by the issue and its severity within that region, allowing merchants to understand the geographical scope of the problem."],["Merchants can use the `list` method to retrieve all account issues for their Merchant Center account for monitoring and resolution."]]],[]]