व्यापारी खाते पर असर डालने वाली समस्याओं को देखें

Merchant खाता API का इस्तेमाल करके, अपने कारोबारी या कंपनी पर असर डालने वाली समस्याओं की जानकारी पाएं खाता और ऐसा कोई भी खाता जिससे आपके पास ऐक्सेस हो.

व्यापारियों/कंपनियों/कारोबारियों को Shopping का पालन करना होगा विज्ञापन और मुफ़्त लिस्टिंग की नीतियों के बारे में ज़्यादा जानें. Google Shopping के पास, इन नीतियों को लागू करने और सही तरीके से जवाब देने का अधिकार है इसके लिए, हमें इन नीतियों का उल्लंघन करने वाला कॉन्टेंट या व्यवहार मिलता है.

खाते पर असर डालने वाली सभी समस्याओं को देखने के लिए, accounts.v1beta.accounts.issues.list खाते के merchantId के साथ. यह कॉल, वापस लौटा देता है खाते के लेवल की समस्याओं को ठीक करना.

"लैंडिंग के लिए निलंबित किए गए उप-खाते के जवाब का उदाहरण यहां दिया गया है पेज काम नहीं कर रहा है" उल्लंघन.

{
  "accountIssues": [
    {
      "name": "accounts/"{accountId}"/issues/home-page-issue",
      "title": "Online store not confirmed",
      "severity": "CRITICAL",
      "impactedDestinations": [
        {
          "reportingContext": "SHOPPING_ADS",
          "impacts": [
            {
              "regionCode": "001",
              "severity": "CRITICAL"
            }
          ]
        }
      ],
      "detail": "The ownership of the online store must be verified through Merchant Center",
      "documentationUri": "https://support.google.com/merchants/answer/176793?hl=en-US"
    },
    {
      "name": "accounts/"{accountId}"/issues/editorial-and-professional-standards-destination-url-down-policy",
      "title": "Landing page not working",
      "severity": "CRITICAL",
      "impactedDestinations": [
        {
          "reportingContext": "SHOPPING_ADS",
          "impacts": [
            {
              "regionCode": "ES",
              "severity": "CRITICAL"
            }
          ]
        },
        {
          "reportingContext": "DEMAND_GEN_ADS",
          "impacts": [
            {
              "regionCode": "ES",
              "severity": "CRITICAL"
            }
          ]
        },
        {
          "reportingContext": "VIDEO_ADS",
          "impacts": [
            {
              "regionCode": "ES",
              "severity": "CRITICAL"
            }
          ]
        }
      ],
      "detail": "Broken landing pages or broken links in your online store are not allowed",
      "documentationUri": "https://support.google.com/merchants/answer/12079604?hl=en-US"
    },
    {
      "name": "accounts/108265050/issues/pending-phone-verification",
      "title": "Your phone number needs to be verified",
      "severity": "CRITICAL",
      "detail": "Verify your phone number to confirm your identity",
      "documentationUri": "https://support.google.com/merchants/answer/12471579?hl=en-US"
    },
    {
      "name": "accounts/108265050/issues/pending-address-and-phone",
      "title": "Missing business address",
      "severity": "CRITICAL",
      "detail": "Provide a valid business address in Merchant Center",
      "documentationUri": "https://support.google.com/merchants/answer/12471579?hl=en-US"
    }
  ]
}

सामान्य समस्याओं की सूची और उन्हें ठीक करने के लिए, Content API देखें खाता-लेवल की शॉपिंग गाइड समस्याओं और प्रॉडक्ट के लेवल पर समस्याएं.