बनाने का समय बदला गया

ब्यौरा

कॉन्टेंट बनाने में लगने वाला समय तब बदलता है, जब review या merchant के अपडेट में अलग-अलग समय लगता है. फ़ील्ड बनाने में लगने वाले समय में, कोई बदलाव नहीं हो सकता. इसलिए, समय बनाने से जुड़े बदलावों की वजह से, यह समस्या होती है.

कैसे ठीक करें

समस्या हल करने के लिए, इनमें से कोई एक विकल्प चुनें:

विकल्प A:

अगर ओरिजनल बनाने के समय का इस्तेमाल करना है, तो review या merchant को मूल create_timestamp और अपडेट किए गए last_update_timestamp के साथ फिर से डिलीवर करें.

विकल्प B:

अगर आपको नए समय का इस्तेमाल करना है, तो नए create_timestamp और अपडेट किए गए last_update_timestamp के साथ review या merchant को फिर से डिलीवर करें. इसके बाद, उस फ़ाइल के नाम वाली सहायता टीम को बताएं जिसमें एंट्री है. इस समस्या को हल करने में सहायता टीम आपकी मदद कर सकती है.

उदाहरण

आप 1 मार्च को अपने एंडपॉइंट पर फ़ीड फ़ाइल और कोट;2017_03_01.xml" अपलोड करते हैं. फ़ाइल में किसी ऐसी समीक्षा के लिए एंट्री दी गई है जिसे पहले नहीं भेजा गया है:

<review id="156368" mid="2739">
  <reviewer_name>Ada</reviewer_name>
  <create_timestamp>2017-02-25T03:02:23Z</create_timestamp>
  <last_update_timestamp>2017-02-25T03:02:23Z</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">9</overall>
    <customer_service min="1" max="10">10</customer_service>
  </ratings>
  <collection_method>after_fulfillment</collection_method>
</review>

अगले दिन, आप नीचे दी गई फ़ीड फ़ाइल और "2017_03_02.xml" डिलीवर करते हैं, जो समीक्षा के लिए बनाने का समय अपडेट करता है; 156368":

<review id="156368" mid="2739>
  <reviewer_name>Ada</reviewer_name>
  <create_timestamp>2017-02-26T11:01:42Z</create_timestamp>
  <last_update_timestamp>2017-02-26T11:01:42Z</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">9</overall>
    <customer_service min="1" max="10">10</customer_service>
  </ratings>
  <collection_method>after_fulfillment</collection_method>
</review>

समीक्षा और कोट;156368&quot के लिए दूसरी एंट्री; बनाए जाने के समय में विरोध पैदा करती है. आपको सहायता टीम से यह सूचना मिलेगी कि डेटा में कोई समस्या हुई है.

इस समस्या को ठीक करने के तरीके से जुड़े दस्तावेज़ की समीक्षा करने के बाद, आप विकल्प A चुनकर, बनाने के समय को वापस वहीं पर सेट कर सकते हैं जो मूल रूप से दिया गया था. मूल रूप से बनाए जाने का समय "2017-02-25T03:02:23Z" था, इसलिए, आप 10 मार्च को ये फ़ीड फ़ाइल और कोट;2017_03_10-fix.xml" डिलीवर करते हैं:

<review id="156368" mid="2739">
  <reviewer_name>Ada</reviewer_name>
  <create_timestamp>2017-02-25T03:02:23Z</create_timestamp>
  <last_update_timestamp>2017-03-09T02:40:23Z</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>9</overall>
    <customer_service min="1" max="10">10</customer_service>
  </ratings>
  <collection_method>after_fulfillment</collection_method>
</review>