タイムスタンプが無効です

説明

無効なタイムスタンプに関する問題は、review または merchant に無効な create_timestamp または last_update_timestamp が含まれているか、create_timestamplast_update_timestamp より後の場合に発生します。

解消策

review または merchant を送信し、create_timestamplast_update_timestamp が有効であることを確認します。

3 月 1 日にエンドポイントにフィード ファイル「2017_03_01.xml」をアップロードします。このファイルには次の内容が含まれています。

<merchant id="2739">
  <name>Google Store</name>
  <merchant_url>http://store.google.com</merchant_url>
  <rating_url>http://www.example-reviews.com/m2739.html</rating_url>
  <create_timestamp>2017-02-25T03:02:23Z</create_timestamp>
  <last_update_timestamp>2017-02-25T03:01:32Z</last_update_timestamp>
</merchant>

上のファイルには、create_timestamplast_update_timestamp より後の merchant エントリが含まれています。フィードの処理後、サポートチームから、データのタイムスタンプ(無効なタイムスタンプ)が発生したことが通知されます。

数日後、ドキュメントを確認して「&2017_03_04-fix.xml"」ファイルをエンドポイントにアップロードし、無効な評価の問題を解決します。

<merchant id="2739">
  <name>Google Store</name>
  <merchant_url>http://store.google.com</merchant_url>
  <rating_url>http://www.example-reviews.com/m2739.html</rating_url>
  <create_timestamp>2017-02-25T03:02:23Z</create_timestamp>
  <last_update_timestamp>2017-02-25T03:02:23Z</last_update_timestamp>
</merchant>