تقييم غير صالح

الوصف

يحدث التقييم غير الصالح عندما يكون لدى review الشروط التالية:

  • نطاق التقييم الأدنى متساوي والنطاق الأقصى للتقييم.
  • لا يقع تقييم المراجعة بين الحد الأدنى والحد الأقصى للقيم (بما في ذلك نطاق التقييم).

كيفية الإصلاح

إرسال بيانات review مع تعديل last_update_timestamp والتأكّد مما يلي:

  1. نطاق الحد الأدنى للتقييم والحد الأقصى لنطاق التقييم غير متساوٍ.
  2. يندرج التقييم ضمن الحد الأدنى والقيم القصوى (شاملة) لنطاق التقييم.

مثال

في 1 آذار (مارس)، ستحمّل ملف الخلاصة "&2017_03_01.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-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>

يحتوي الملف أعلاه على مراجعة لها تقييم خارج نطاق التقييم المحدّد. بعد معالجة خلاصتك، يُعلمك فريق الدعم بحدوث مشكلة في البيانات، أو تقييم غير صالح.

وبعد بضعة أيام، بعد مراجعة المستندات، حمِّل الملف "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>