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 | موضوع پیشنهادی برای بهبود است. |
Impacted Destination
فیلدها |
---|
impacts[] | object ( Impact ) تأثیر (منفی) برای مناطق مختلف در مقصد معین. |
reporting Context | enum ( ReportingContextEnum ) بافت گزارش تحت تاثیر |
تاثیر
نمایندگی JSON |
---|
{
"regionCode": string,
"severity": enum (Severity )
} |
فیلدها |
---|
region Code | string کد منطقه CLDR که در آن این مشکل اعمال می شود. |
severity | enum ( Severity ) شدت موضوع در مقصد و منطقه. |
روش ها |
---|
| همه مشکلات حساب یک حساب Merchant Center را فهرست می کند. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2024-11-30 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2024-11-30 بهوقت ساعت هماهنگ جهانی."],[[["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."]]],[]]