販売アカウントに影響する問題を確認する

Merchant Accounts API を使用すると、販売アカウントに影響する問題とアクセス可能なアカウントを確認できます。

販売者は、ショッピング広告無料リスティングのポリシーに準拠する必要があります。Google ショッピングは、これらのポリシーを適用し、ポリシーに違反するコンテンツや行為が見つかった場合に適切に対応する権限を有します。

アカウントに影響するすべての問題を表示するには、アカウントの merchantId を指定して accounts.v1beta.accounts.issues.list を呼び出します。この呼び出しは、アカウント レベルの問題を返します。

「ランディング ページが機能していない」という違反のために停止されたサブアカウントに対するレスポンスの例を次に示します。

{
  "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 for Shopping ガイドのアカウント単位の問題商品単位の問題をご覧ください。