評分無效

說明

review 符合下列條件時,評分就會無效:

  • 分級最低範圍和最高分級範圍。
  • 評論評分不能在最小值和最大值之間 (包括評分範圍)。

如何修正

使用更新後的 last_update_timestamp 提供 review,並確認下列事項:

  1. 最低評分範圍和最高分級範圍不相同。
  2. 評分範圍在評分範圍的最小值和最大值內 (含),

範例

3 月 1 日,您將動態饋給檔案「2017_03_01.xml」上傳到端點。檔案含有以下內容:

<review id="156368" mid="2739">
  <reviewer_name>Ada</reviewer_name>
  <create_timestamp>2017-02-27T07:55:06Z</create_timestamp>
  <last_update_timestamp>2017-02-27T07:55:06Z</last_update_timestamp>
  <country_code>US</country_code>
  <title >Great prices </title>
  <content>My order arrived on time and I got a great price.</content>
  <ratings>
  <overall min="1" max="10">0</overall>
  <customer_service min="1" max="10">10</customer_service>
  </ratings>
  <collection_method>after_fulfillment</collection_method>
</review>

上述檔案包含評分高於指定範圍的評論,動態饋給處理完畢後,支援團隊會通知您有資料問題無效。

幾天後,在您查看說明文件後,您將檔案「quot;2017_03_04-fix.xml"」上傳至端點,以解決無效的評分問題。"2017_03_04-fix.xml&quot 的內容如下:

<review id="156368" mid="2739">
  <reviewer_name>Ada</reviewer_name>
  <create_timestamp>2017-02-27T07:55:06Z</create_timestamp>
  <last_update_timestamp>2017-03-03T08:01:20Z</last_update_timestamp>
  <country_code>US</country_code>
  <title>Great prices</title>
  <content>My order arrived on time and I got a great price.</content>
  <ratings>
    <overall min="1" max="10">8</overall>
    <customer_service min="1" max="10">10</customer_service>
  </ratings>
  <collection_method>after_fulfillment</collection_method<
</review>